#BD076D
A dark, vivid magenta closely aligning with Mediumvioletred.
About #BD076D
Visually, #BD076D is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. Its digital footprint relies on 189 parts red, 7 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 96% Magenta, 42% Yellow, and 26% Black. The HSL representation is 326.4° hue, 92.9% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD076D
RGB189, 7, 109
HSL326.4°, 92.9%, 38.4%
CMYK0%, 96%, 42%, 26%
HSV326.4°, 96.3%, 74.1%
LAB41.3, 68.1, -5.7
XYZ23.8, 12.1, 15.5
Decimal12388205
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.15:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.88:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD076D;
}
.text-color {
color: #BD076D;
}
.border-color {
border: 2px solid #BD076D;
}