#BD7CCC
A light, moderate magenta closely aligning with Plum.
About #BD7CCC
The precise color #BD7CCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Plum. Its digital footprint relies on 189 parts red, 124 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 39% magenta inks. With a hue angle of 288.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 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#BD7CCC
RGB189, 124, 204
HSL288.8°, 44.0%, 64.3%
CMYK7%, 39%, 0%, 20%
HSV288.8°, 39.2%, 80.0%
LAB61.3, 38.6, -31.4
XYZ39.1, 29.6, 60.8
Decimal12418252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.92:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7CCC;
}
.text-color {
color: #BD7CCC;
}
.border-color {
border: 2px solid #BD7CCC;
}