#B649CC
A medium, moderate magenta closely aligning with Mediumorchid.
About #B649CC
Visually, #B649CC is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. Its digital footprint relies on 182 parts red, 73 parts green, and 204 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 11% cyan and 64% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B649CC
RGB182, 73, 204
HSL289.9°, 56.2%, 54.3%
CMYK11%, 64%, 0%, 20%
HSV289.9°, 64.2%, 80.0%
LAB50.8, 62.1, -48.0
XYZ32.6, 19.1, 59.1
Decimal11946444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B649CC;
}
.text-color {
color: #B649CC;
}
.border-color {
border: 2px solid #B649CC;
}