#BD0FAF
A medium, vivid magenta closely aligning with Darkmagenta.
About #BD0FAF
Visually, #BD0FAF is defined as a vivid magenta. It is closely associated with the named CSS color Darkmagenta. Its digital footprint relies on 189 parts red, 15 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 92% Magenta, 7% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD0FAF
RGB189, 15, 175
HSL304.8°, 85.3%, 40.0%
CMYK0%, 92%, 7%, 26%
HSV304.8°, 92.1%, 74.1%
LAB44.6, 75.0, -40.9
XYZ28.9, 14.3, 41.8
Decimal12390319
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: #BD0FAF;
}
.text-color {
color: #BD0FAF;
}
.border-color {
border: 2px solid #BD0FAF;
}