#BD0FA0
A medium, vivid magenta closely aligning with Darkmagenta.
About #BD0FA0
Visually, #BD0FA0 is defined as a vivid magenta. Its closest recognized web color is Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 15, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 92% Magenta, 15% Yellow, and 26% Black. With a hue angle of 310.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#BD0FA0
RGB189, 15, 160
HSL310.0°, 85.3%, 40.0%
CMYK0%, 92%, 15%, 26%
HSV310.0°, 92.1%, 74.1%
LAB43.8, 73.0, -33.2
XYZ27.5, 13.7, 34.5
Decimal12390304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.62:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.37:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD0FA0;
}
.text-color {
color: #BD0FA0;
}
.border-color {
border: 2px solid #BD0FA0;
}