#B61DB6
A medium, vivid magenta closely aligning with Mediumorchid.
About #B61DB6
When working with digital screens, the color #B61DB6 is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(182, 29, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 84% magenta, 0% yellow, and 29% black. The HSL representation is 300.0° hue, 72.5% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B61DB6
RGB182, 29, 182
HSL300.0°, 72.5%, 41.4%
CMYK0%, 84%, 0%, 29%
HSV300.0°, 84.1%, 71.4%
LAB44.5, 72.5, -45.2
XYZ28.2, 14.2, 45.5
Decimal11935158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B61DB6;
}
.text-color {
color: #B61DB6;
}
.border-color {
border: 2px solid #B61DB6;
}