Shades of Deep Magenta #BC08CB
Tints of Deep Magenta #BC08CB
RGB
CMYK
RGB Variations
Color information
#BC08CB (or 0xBC08CB) is known color: Deep Magenta. HEX triplet: BC, 08 and CB. RGB value is (188,8,203). Sum of RGB (Red+Green+Blue) = 188+8+203=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08CB is #43F734. Grayscale: #535353. Windows color (decimal): -4454197 or 13306044. OLE color: 13306044.
HSL color Cylindrical-coordinate representation of color #BC08CB: hue angle of 295.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08CB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 8 | 203 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.20 |
| HSL | 295.38º | 0.92% | 0.41% | - |
| HSV(B) | 295.38º | 0.96% | 0.8% | - |
| XYZ | 31.61 | 15.18 | 57.76 | - |
| YUV | 84.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 203 | 0.07 | 0.96 | 0 | 0.20 | 295.38 | 0.92 | 0.41 |
| Hex | BC | 8 | CB | 7 | 60 | 0 | 14 | 127 | 5C | 29 |
| Octal | 274 | 10 | 313 | 7 | 140 | 0 | 24 | 447 | 134 | 51 |
| Binary | 10111100 | 1000 | 11001011 | 111 | 1100000 | 0 | 10100 | 100100111 | 1011100 | 101001 |
Color Harmonies of #BC08CB
Complementary color
Monochromatic Colors of #BC08CB
Black with #BC08CB
Text Example
Text Example
White with #BC08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08CB; }
p { color: rgb(188,8,203); }
H1.HeaderClassName
{
color: #BC08CB;
}
.AnyTagClassName
{
color: #BC08CB;
}
</style>
background-color css
<style>
a { background-color: #BC08CB; }
a { background-color: rgb(188,8,203); }
div.DivClassName
{
background-color: #BC08CB;
}
.BgClassName
{
background-color: #BC08CB;
}
</style>
border-color css
<style>
span { border-color: #BC08CB; }
span { border-color: rgb(188,8,203); }
td.TdClassName
{
border-color: #BC08CB;
}
.TagClassName
{
border-color: #BC08CB;
}
</style>