Shades of Deep Magenta #BC07C8
Tints of Deep Magenta #BC07C8
RGB
CMYK
RGB Variations
Color information
#BC07C8 (or 0xBC07C8) is known color: Deep Magenta. HEX triplet: BC, 07 and C8. RGB value is (188,7,200). Sum of RGB (Red+Green+Blue) = 188+7+200=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC07C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C8 is #43F837. Grayscale: #525252. Windows color (decimal): -4454456 or 13109180. OLE color: 13109180.
HSL color Cylindrical-coordinate representation of color #BC07C8: hue angle of 296.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07C8 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 7 | 200 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.22 |
| HSL | 296.27º | 0.93% | 0.41% | - |
| HSV(B) | 296.27º | 0.97% | 0.78% | - |
| XYZ | 31.24 | 15.01 | 55.89 | - |
| YUV | 83.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 200 | 0.06 | 0.96 | 0 | 0.22 | 296.27 | 0.93 | 0.41 |
| Hex | BC | 7 | C8 | 6 | 60 | 0 | 16 | 128 | 5D | 29 |
| Octal | 274 | 7 | 310 | 6 | 140 | 0 | 26 | 450 | 135 | 51 |
| Binary | 10111100 | 111 | 11001000 | 110 | 1100000 | 0 | 10110 | 100101000 | 1011101 | 101001 |
Color Harmonies of #BC07C8
Complementary color
Monochromatic Colors of #BC07C8
Black with #BC07C8
Text Example
Text Example
White with #BC07C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07C8; }
p { color: rgb(188,7,200); }
H1.HeaderClassName
{
color: #BC07C8;
}
.AnyTagClassName
{
color: #BC07C8;
}
</style>
background-color css
<style>
a { background-color: #BC07C8; }
a { background-color: rgb(188,7,200); }
div.DivClassName
{
background-color: #BC07C8;
}
.BgClassName
{
background-color: #BC07C8;
}
</style>
border-color css
<style>
span { border-color: #BC07C8; }
span { border-color: rgb(188,7,200); }
td.TdClassName
{
border-color: #BC07C8;
}
.TagClassName
{
border-color: #BC07C8;
}
</style>