Shades of Deep Magenta #BC21CE
Tints of Deep Magenta #BC21CE
RGB
CMYK
RGB Variations
Color information
#BC21CE (or 0xBC21CE) is known color: Deep Magenta. HEX triplet: BC, 21 and CE. RGB value is (188,33,206). Sum of RGB (Red+Green+Blue) = 188+33+206=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21CE is #43DE31. Grayscale: #626262. Windows color (decimal): -4447794 or 13509052. OLE color: 13509052.
HSL color Cylindrical-coordinate representation of color #BC21CE: hue angle of 293.76º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC21CE is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 33 | 206 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.19 |
| HSL | 293.76º | 0.72% | 0.47% | - |
| HSV(B) | 293.76º | 0.84% | 0.81% | - |
| XYZ | 32.42 | 16.24 | 59.82 | - |
| YUV | 99.07 | 188.35 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 206 | 0.09 | 0.84 | 0 | 0.19 | 293.76 | 0.72 | 0.47 |
| Hex | BC | 21 | CE | 9 | 54 | 0 | 13 | 126 | 48 | 2F |
| Octal | 274 | 41 | 316 | 11 | 124 | 0 | 23 | 446 | 110 | 57 |
| Binary | 10111100 | 100001 | 11001110 | 1001 | 1010100 | 0 | 10011 | 100100110 | 1001000 | 101111 |
Color Harmonies of #BC21CE
Complementary color
Monochromatic Colors of #BC21CE
Black with #BC21CE
Text Example
Text Example
White with #BC21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21CE; }
p { color: rgb(188,33,206); }
H1.HeaderClassName
{
color: #BC21CE;
}
.AnyTagClassName
{
color: #BC21CE;
}
</style>
background-color css
<style>
a { background-color: #BC21CE; }
a { background-color: rgb(188,33,206); }
div.DivClassName
{
background-color: #BC21CE;
}
.BgClassName
{
background-color: #BC21CE;
}
</style>
border-color css
<style>
span { border-color: #BC21CE; }
span { border-color: rgb(188,33,206); }
td.TdClassName
{
border-color: #BC21CE;
}
.TagClassName
{
border-color: #BC21CE;
}
</style>