#B607CC
A medium, vivid magenta closely aligning with Darkorchid.
About #B607CC
The hex code #B607CC represents a beautifully specific shade of magenta. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 182 red, 7 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 11% C, 97% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B607CC
RGB182, 7, 204
HSL293.3°, 93.4%, 41.4%
CMYK11%, 97%, 0%, 20%
HSV293.3°, 96.6%, 80.0%
LAB44.9, 79.0, -57.5
XYZ30.3, 14.5, 58.3
Decimal11929548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B607CC;
}
.text-color {
color: #B607CC;
}
.border-color {
border: 2px solid #B607CC;
}