#BD0F57
A medium, vivid magenta closely aligning with Mediumvioletred.
About #BD0F57
The hex code #BD0F57 represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 15, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 92% magenta, 54% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#BD0F57
RGB189, 15, 87
HSL335.2°, 85.3%, 40.0%
CMYK0%, 92%, 54%, 26%
HSV335.2°, 92.1%, 74.1%
LAB41.0, 65.4, 7.7
XYZ22.9, 11.8, 10.1
Decimal12390231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.96:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0F57;
}
.text-color {
color: #BD0F57;
}
.border-color {
border: 2px solid #BD0F57;
}