Shades of Deep Magenta #BC02CE
Tints of Deep Magenta #BC02CE
RGB
CMYK
RGB Variations
Color information
#BC02CE (or 0xBC02CE) is known color: Deep Magenta. HEX triplet: BC, 02 and CE. RGB value is (188,2,206). Sum of RGB (Red+Green+Blue) = 188+2+206=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02CE is #43FD31. Grayscale: #505050. Windows color (decimal): -4455730 or 13501116. OLE color: 13501116.
HSL color Cylindrical-coordinate representation of color #BC02CE: hue angle of 294.71º degrees, saturation: 0.98, 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 #BC02CE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 2 | 206 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.19 |
| HSL | 294.71º | 0.98% | 0.41% | - |
| HSV(B) | 294.71º | 0.99% | 0.81% | - |
| XYZ | 31.9 | 15.19 | 59.64 | - |
| YUV | 80.87 | 198.62 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 206 | 0.09 | 0.99 | 0 | 0.19 | 294.71 | 0.98 | 0.41 |
| Hex | BC | 2 | CE | 9 | 63 | 0 | 13 | 127 | 62 | 29 |
| Octal | 274 | 2 | 316 | 11 | 143 | 0 | 23 | 447 | 142 | 51 |
| Binary | 10111100 | 10 | 11001110 | 1001 | 1100011 | 0 | 10011 | 100100111 | 1100010 | 101001 |
Color Harmonies of #BC02CE
Complementary color
Monochromatic Colors of #BC02CE
Black with #BC02CE
Text Example
Text Example
White with #BC02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02CE; }
p { color: rgb(188,2,206); }
H1.HeaderClassName
{
color: #BC02CE;
}
.AnyTagClassName
{
color: #BC02CE;
}
</style>
background-color css
<style>
a { background-color: #BC02CE; }
a { background-color: rgb(188,2,206); }
div.DivClassName
{
background-color: #BC02CE;
}
.BgClassName
{
background-color: #BC02CE;
}
</style>
border-color css
<style>
span { border-color: #BC02CE; }
span { border-color: rgb(188,2,206); }
td.TdClassName
{
border-color: #BC02CE;
}
.TagClassName
{
border-color: #BC02CE;
}
</style>