Shades of Deep Magenta #BC03CE
Tints of Deep Magenta #BC03CE
RGB
CMYK
RGB Variations
Color information
#BC03CE (or 0xBC03CE) is known color: Deep Magenta. HEX triplet: BC, 03 and CE. RGB value is (188,3,206). Sum of RGB (Red+Green+Blue) = 188+3+206=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03CE is #43FC31. Grayscale: #505050. Windows color (decimal): -4455474 or 13501372. OLE color: 13501372.
HSL color Cylindrical-coordinate representation of color #BC03CE: hue angle of 294.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03CE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 3 | 206 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.19 |
| HSL | 294.68º | 0.97% | 0.41% | - |
| HSV(B) | 294.68º | 0.99% | 0.81% | - |
| XYZ | 31.91 | 15.21 | 59.65 | - |
| YUV | 81.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 206 | 0.09 | 0.99 | 0 | 0.19 | 294.68 | 0.97 | 0.41 |
| Hex | BC | 3 | CE | 9 | 63 | 0 | 13 | 127 | 61 | 29 |
| Octal | 274 | 3 | 316 | 11 | 143 | 0 | 23 | 447 | 141 | 51 |
| Binary | 10111100 | 11 | 11001110 | 1001 | 1100011 | 0 | 10011 | 100100111 | 1100001 | 101001 |
Color Harmonies of #BC03CE
Complementary color
Monochromatic Colors of #BC03CE
Black with #BC03CE
Text Example
Text Example
White with #BC03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03CE; }
p { color: rgb(188,3,206); }
H1.HeaderClassName
{
color: #BC03CE;
}
.AnyTagClassName
{
color: #BC03CE;
}
</style>
background-color css
<style>
a { background-color: #BC03CE; }
a { background-color: rgb(188,3,206); }
div.DivClassName
{
background-color: #BC03CE;
}
.BgClassName
{
background-color: #BC03CE;
}
</style>
border-color css
<style>
span { border-color: #BC03CE; }
span { border-color: rgb(188,3,206); }
td.TdClassName
{
border-color: #BC03CE;
}
.TagClassName
{
border-color: #BC03CE;
}
</style>