Shades of Deep Magenta #BC05CB
Tints of Deep Magenta #BC05CB
RGB
CMYK
RGB Variations
Color information
#BC05CB (or 0xBC05CB) is known color: Deep Magenta. HEX triplet: BC, 05 and CB. RGB value is (188,5,203). Sum of RGB (Red+Green+Blue) = 188+5+203=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05CB is #43FA34. Grayscale: #515151. Windows color (decimal): -4454965 or 13305276. OLE color: 13305276.
HSL color Cylindrical-coordinate representation of color #BC05CB: hue angle of 295.45º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05CB is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 5 | 203 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.20 |
| HSL | 295.45º | 0.95% | 0.41% | - |
| HSV(B) | 295.45º | 0.98% | 0.8% | - |
| XYZ | 31.57 | 15.11 | 57.75 | - |
| YUV | 82.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 203 | 0.07 | 0.98 | 0 | 0.20 | 295.45 | 0.95 | 0.41 |
| Hex | BC | 5 | CB | 7 | 62 | 0 | 14 | 127 | 5F | 29 |
| Octal | 274 | 5 | 313 | 7 | 142 | 0 | 24 | 447 | 137 | 51 |
| Binary | 10111100 | 101 | 11001011 | 111 | 1100010 | 0 | 10100 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BC05CB
Complementary color
Monochromatic Colors of #BC05CB
Black with #BC05CB
Text Example
Text Example
White with #BC05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05CB; }
p { color: rgb(188,5,203); }
H1.HeaderClassName
{
color: #BC05CB;
}
.AnyTagClassName
{
color: #BC05CB;
}
</style>
background-color css
<style>
a { background-color: #BC05CB; }
a { background-color: rgb(188,5,203); }
div.DivClassName
{
background-color: #BC05CB;
}
.BgClassName
{
background-color: #BC05CB;
}
</style>
border-color css
<style>
span { border-color: #BC05CB; }
span { border-color: rgb(188,5,203); }
td.TdClassName
{
border-color: #BC05CB;
}
.TagClassName
{
border-color: #BC05CB;
}
</style>