#B63AB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #B63AB6
Visually, #B63AB6 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 182 red, 58 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 68% M, 0% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B63AB6
RGB182, 58, 182
HSL300.0°, 51.7%, 47.1%
CMYK0%, 68%, 0%, 29%
HSV300.0°, 68.1%, 71.4%
LAB47.4, 64.2, -40.6
XYZ29.2, 16.3, 45.9
Decimal11942582
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63AB6;
}
.text-color {
color: #B63AB6;
}
.border-color {
border: 2px solid #B63AB6;
}