#BD0F75
A medium, vivid magenta closely aligning with Mediumvioletred.
About #BD0F75
Visually, #BD0F75 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 189 parts red, 15 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. The HSL representation is 324.8° hue, 85.3% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD0F75
RGB189, 15, 117
HSL324.8°, 85.3%, 40.0%
CMYK0%, 92%, 38%, 26%
HSV324.8°, 92.1%, 74.1%
LAB41.9, 68.0, -9.8
XYZ24.4, 12.4, 17.9
Decimal12390261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.02:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0F75;
}
.text-color {
color: #BD0F75;
}
.border-color {
border: 2px solid #BD0F75;
}