#BD2C83
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD2C83
The precise color #BD2C83 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. In the RGB color space, it consists of 189 red, 44 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 77% Magenta, 31% Yellow, and 26% Black. The HSL representation is 324.0° hue, 62.2% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD2C83
RGB189, 44, 131
HSL324.0°, 62.2%, 45.7%
CMYK0%, 77%, 31%, 26%
HSV324.0°, 76.7%, 74.1%
LAB44.6, 63.3, -14.4
XYZ26.0, 14.3, 22.9
Decimal12397699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.45:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2C83;
}
.text-color {
color: #BD2C83;
}
.border-color {
border: 2px solid #BD2C83;
}