#BD2C92
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD2C92
The precise color #BD2C92 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 189 parts red, 44 parts green, and 146 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 77% M, 23% Y, and 26% K. With a hue angle of 317.8 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#BD2C92
RGB189, 44, 146
HSL317.8°, 62.2%, 45.7%
CMYK0%, 77%, 23%, 26%
HSV317.8°, 76.7%, 74.1%
LAB45.2, 65.1, -22.5
XYZ27.1, 14.7, 28.6
Decimal12397714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2C92;
}
.text-color {
color: #BD2C92;
}
.border-color {
border: 2px solid #BD2C92;
}