#B63AE9
A medium, vivid purple closely aligning with Darkorchid.
About #B63AE9
The precise color #B63AE9 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 182 red, 58 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 22% cyan, 75% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B63AE9
RGB182, 58, 233
HSL282.5°, 79.9%, 57.1%
CMYK22%, 75%, 0%, 9%
HSV282.5°, 75.1%, 91.4%
LAB50.5, 73.4, -64.9
XYZ35.5, 18.9, 78.9
Decimal11942633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63AE9;
}
.text-color {
color: #B63AE9;
}
.border-color {
border: 2px solid #B63AE9;
}