#BD0F8A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #BD0F8A
At its core, #BD0F8A is a medium and vivid hue. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 15, and 138.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 92% Magenta, 27% Yellow, and 26% Black. The HSL representation is 317.6° hue, 85.3% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. 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#BD0F8A
RGB189, 15, 138
HSL317.6°, 85.3%, 40.0%
CMYK0%, 92%, 27%, 26%
HSV317.6°, 92.1%, 74.1%
LAB42.8, 70.2, -21.5
XYZ25.7, 13.0, 25.2
Decimal12390282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.58:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD0F8A;
}
.text-color {
color: #BD0F8A;
}
.border-color {
border: 2px solid #BD0F8A;
}