Shades of Deep Magenta #BC05CC
Tints of Deep Magenta #BC05CC
RGB
CMYK
RGB Variations
Color information
#BC05CC (or 0xBC05CC) is known color: Deep Magenta. HEX triplet: BC, 05 and CC. RGB value is (188,5,204). Sum of RGB (Red+Green+Blue) = 188+5+204=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05CC is #43FA33. Grayscale: #515151. Windows color (decimal): -4454964 or 13370812. OLE color: 13370812.
HSL color Cylindrical-coordinate representation of color #BC05CC: hue angle of 295.18º 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 #BC05CC is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 5 | 204 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.2 |
| HSL | 295.18º | 0.95% | 0.41% | - |
| HSV(B) | 295.18º | 0.98% | 0.8% | - |
| XYZ | 31.69 | 15.16 | 58.38 | - |
| YUV | 82.4 | 196.63 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 204 | 0.08 | 0.98 | 0 | 0.2 | 295.18 | 0.95 | 0.41 |
| Hex | BC | 5 | CC | 8 | 62 | 0 | 14 | 127 | 5F | 29 |
| Octal | 274 | 5 | 314 | 10 | 142 | 0 | 24 | 447 | 137 | 51 |
| Binary | 10111100 | 101 | 11001100 | 1000 | 1100010 | 0 | 10100 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BC05CC
Complementary color
Monochromatic Colors of #BC05CC
Black with #BC05CC
Text Example
Text Example
White with #BC05CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05CC; }
p { color: rgb(188,5,204); }
H1.HeaderClassName
{
color: #BC05CC;
}
.AnyTagClassName
{
color: #BC05CC;
}
</style>
background-color css
<style>
a { background-color: #BC05CC; }
a { background-color: rgb(188,5,204); }
div.DivClassName
{
background-color: #BC05CC;
}
.BgClassName
{
background-color: #BC05CC;
}
</style>
border-color css
<style>
span { border-color: #BC05CC; }
span { border-color: rgb(188,5,204); }
td.TdClassName
{
border-color: #BC05CC;
}
.TagClassName
{
border-color: #BC05CC;
}
</style>