#B61DBD
A medium, vivid magenta closely aligning with Darkorchid.
About #B61DBD
Visually, #B61DBD is defined as a vivid magenta. Its closest recognized web color is Darkorchid. Its digital footprint relies on 182 parts red, 29 parts green, and 189 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 4% cyan and 85% magenta inks. With a hue angle of 297.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#B61DBD
RGB182, 29, 189
HSL297.4°, 73.4%, 42.7%
CMYK4%, 85%, 0%, 26%
HSV297.4°, 84.7%, 74.1%
LAB44.9, 73.6, -48.6
XYZ28.9, 14.5, 49.4
Decimal11935165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B61DBD;
}
.text-color {
color: #B61DBD;
}
.border-color {
border: 2px solid #B61DBD;
}