Shades of Deep Magenta #BC07C6
Tints of Deep Magenta #BC07C6
RGB
CMYK
RGB Variations
Color information
#BC07C6 (or 0xBC07C6) is known color: Deep Magenta. HEX triplet: BC, 07 and C6. RGB value is (188,7,198). Sum of RGB (Red+Green+Blue) = 188+7+198=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC07C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C6 is #43F839. Grayscale: #525252. Windows color (decimal): -4454458 or 12978108. OLE color: 12978108.
HSL color Cylindrical-coordinate representation of color #BC07C6: hue angle of 296.86º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07C6 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 7 | 198 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.22 |
| HSL | 296.86º | 0.93% | 0.4% | - |
| HSV(B) | 296.86º | 0.96% | 0.78% | - |
| XYZ | 31.01 | 14.92 | 54.67 | - |
| YUV | 82.89 | 192.97 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 198 | 0.05 | 0.96 | 0 | 0.22 | 296.86 | 0.93 | 0.4 |
| Hex | BC | 7 | C6 | 5 | 60 | 0 | 16 | 129 | 5D | 28 |
| Octal | 274 | 7 | 306 | 5 | 140 | 0 | 26 | 451 | 135 | 50 |
| Binary | 10111100 | 111 | 11000110 | 101 | 1100000 | 0 | 10110 | 100101001 | 1011101 | 101000 |
Color Harmonies of #BC07C6
Complementary color
Monochromatic Colors of #BC07C6
Black with #BC07C6
Text Example
Text Example
White with #BC07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07C6; }
p { color: rgb(188,7,198); }
H1.HeaderClassName
{
color: #BC07C6;
}
.AnyTagClassName
{
color: #BC07C6;
}
</style>
background-color css
<style>
a { background-color: #BC07C6; }
a { background-color: rgb(188,7,198); }
div.DivClassName
{
background-color: #BC07C6;
}
.BgClassName
{
background-color: #BC07C6;
}
</style>
border-color css
<style>
span { border-color: #BC07C6; }
span { border-color: rgb(188,7,198); }
td.TdClassName
{
border-color: #BC07C6;
}
.TagClassName
{
border-color: #BC07C6;
}
</style>