#B62CC5
A medium, moderate magenta closely aligning with Darkorchid.
About #B62CC5
The hex code #B62CC5 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(182, 44, 197).
Translating this color to physical media requires the CMYK color model. The color uses 8% Cyan, 78% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
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#B62CC5
RGB182, 44, 197
HSL294.1°, 63.5%, 47.3%
CMYK8%, 78%, 0%, 23%
HSV294.1°, 77.7%, 77.3%
LAB46.7, 71.3, -50.5
XYZ30.3, 15.8, 54.3
Decimal11939013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62CC5;
}
.text-color {
color: #B62CC5;
}
.border-color {
border: 2px solid #B62CC5;
}