#B62CCC
A medium, moderate magenta closely aligning with Darkorchid.
About #B62CCC
At its core, #B62CCC is a medium and moderate hue. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 182 red, 44 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 11% Cyan, 78% Magenta, 0% Yellow, and 20% Black. The HSL representation is 291.8° hue, 64.5% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B62CCC
RGB182, 44, 204
HSL291.8°, 64.5%, 48.6%
CMYK11%, 78%, 0%, 20%
HSV291.8°, 78.4%, 80.0%
LAB47.1, 72.5, -53.9
XYZ31.1, 16.1, 58.6
Decimal11939020
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.97:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.75:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62CCC;
}
.text-color {
color: #B62CCC;
}
.border-color {
border: 2px solid #B62CCC;
}