Shades of Deep Magenta #BC06C8
Tints of Deep Magenta #BC06C8
RGB
CMYK
RGB Variations
Color information
#BC06C8 (or 0xBC06C8) is known color: Deep Magenta. HEX triplet: BC, 06 and C8. RGB value is (188,6,200). Sum of RGB (Red+Green+Blue) = 188+6+200=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC06C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06C8 is #43F937. Grayscale: #515151. Windows color (decimal): -4454712 or 13108924. OLE color: 13108924.
HSL color Cylindrical-coordinate representation of color #BC06C8: hue angle of 296.29º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06C8 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 6 | 200 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.22 |
| HSL | 296.29º | 0.94% | 0.4% | - |
| HSV(B) | 296.29º | 0.97% | 0.78% | - |
| XYZ | 31.23 | 14.99 | 55.89 | - |
| YUV | 82.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 200 | 0.06 | 0.97 | 0 | 0.22 | 296.29 | 0.94 | 0.4 |
| Hex | BC | 6 | C8 | 6 | 61 | 0 | 16 | 128 | 5E | 28 |
| Octal | 274 | 6 | 310 | 6 | 141 | 0 | 26 | 450 | 136 | 50 |
| Binary | 10111100 | 110 | 11001000 | 110 | 1100001 | 0 | 10110 | 100101000 | 1011110 | 101000 |
Color Harmonies of #BC06C8
Complementary color
Monochromatic Colors of #BC06C8
Black with #BC06C8
Text Example
Text Example
White with #BC06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06C8; }
p { color: rgb(188,6,200); }
H1.HeaderClassName
{
color: #BC06C8;
}
.AnyTagClassName
{
color: #BC06C8;
}
</style>
background-color css
<style>
a { background-color: #BC06C8; }
a { background-color: rgb(188,6,200); }
div.DivClassName
{
background-color: #BC06C8;
}
.BgClassName
{
background-color: #BC06C8;
}
</style>
border-color css
<style>
span { border-color: #BC06C8; }
span { border-color: rgb(188,6,200); }
td.TdClassName
{
border-color: #BC06C8;
}
.TagClassName
{
border-color: #BC06C8;
}
</style>