Shades of Deep Magenta #BC00CE
Tints of Deep Magenta #BC00CE
RGB
CMYK
RGB Variations
Color information
#BC00CE (or 0xBC00CE) is known color: Deep Magenta. HEX triplet: BC, 00 and CE. RGB value is (188,0,206). Sum of RGB (Red+Green+Blue) = 188+0+206=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00CE is #43FF31. Grayscale: #4F4F4F. Windows color (decimal): -4456242 or 13500604. OLE color: 13500604.
HSL color Cylindrical-coordinate representation of color #BC00CE: hue angle of 294.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00CE is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 0 | 206 | - |
| CMYK | 0.09 | 1 | 0 | 0.19 |
| HSL | 294.76º | 1% | 0.4% | - |
| HSV(B) | 294.76º | 1% | 0.81% | - |
| XYZ | 31.88 | 15.15 | 59.64 | - |
| YUV | 79.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 206 | 0.09 | 1 | 0 | 0.19 | 294.76 | 1 | 0.4 |
| Hex | BC | 0 | CE | 9 | 64 | 0 | 13 | 127 | 64 | 28 |
| Octal | 274 | 0 | 316 | 11 | 144 | 0 | 23 | 447 | 144 | 50 |
| Binary | 10111100 | 0 | 11001110 | 1001 | 1100100 | 0 | 10011 | 100100111 | 1100100 | 101000 |
Color Harmonies of #BC00CE
Complementary color
Monochromatic Colors of #BC00CE
Black with #BC00CE
Text Example
Text Example
White with #BC00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00CE; }
p { color: rgb(188,0,206); }
H1.HeaderClassName
{
color: #BC00CE;
}
.AnyTagClassName
{
color: #BC00CE;
}
</style>
background-color css
<style>
a { background-color: #BC00CE; }
a { background-color: rgb(188,0,206); }
div.DivClassName
{
background-color: #BC00CE;
}
.BgClassName
{
background-color: #BC00CE;
}
</style>
border-color css
<style>
span { border-color: #BC00CE; }
span { border-color: rgb(188,0,206); }
td.TdClassName
{
border-color: #BC00CE;
}
.TagClassName
{
border-color: #BC00CE;
}
</style>