#BD7CE2
A light, moderate purple closely aligning with Mediumpurple.
About #BD7CE2
When working with digital screens, the color #BD7CE2 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 124, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 16% C, 45% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD7CE2
RGB189, 124, 226
HSL278.2°, 63.7%, 68.6%
CMYK16%, 45%, 0%, 11%
HSV278.2°, 45.1%, 88.6%
LAB62.3, 43.2, -42.2
XYZ41.9, 30.7, 75.7
Decimal12418274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7CE2;
}
.text-color {
color: #BD7CE2;
}
.border-color {
border: 2px solid #BD7CE2;
}