Shades of Deep Magenta #BC07C2
Tints of Deep Magenta #BC07C2
RGB
CMYK
RGB Variations
Color information
#BC07C2 (or 0xBC07C2) is known color: Deep Magenta. HEX triplet: BC, 07 and C2. RGB value is (188,7,194). Sum of RGB (Red+Green+Blue) = 188+7+194=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC07C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C2 is #43F83D. Grayscale: #515151. Windows color (decimal): -4454462 or 12715964. OLE color: 12715964.
HSL color Cylindrical-coordinate representation of color #BC07C2: hue angle of 298.07º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07C2 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 7 | 194 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.24 |
| HSL | 298.07º | 0.93% | 0.39% | - |
| HSV(B) | 298.07º | 0.96% | 0.76% | - |
| XYZ | 30.55 | 14.74 | 52.27 | - |
| YUV | 82.44 | 190.97 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 194 | 0.03 | 0.96 | 0 | 0.24 | 298.07 | 0.93 | 0.39 |
| Hex | BC | 7 | C2 | 3 | 60 | 0 | 18 | 12A | 5D | 27 |
| Octal | 274 | 7 | 302 | 3 | 140 | 0 | 30 | 452 | 135 | 47 |
| Binary | 10111100 | 111 | 11000010 | 11 | 1100000 | 0 | 11000 | 100101010 | 1011101 | 100111 |
Color Harmonies of #BC07C2
Complementary color
Monochromatic Colors of #BC07C2
Black with #BC07C2
Text Example
Text Example
White with #BC07C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07C2; }
p { color: rgb(188,7,194); }
H1.HeaderClassName
{
color: #BC07C2;
}
.AnyTagClassName
{
color: #BC07C2;
}
</style>
background-color css
<style>
a { background-color: #BC07C2; }
a { background-color: rgb(188,7,194); }
div.DivClassName
{
background-color: #BC07C2;
}
.BgClassName
{
background-color: #BC07C2;
}
</style>
border-color css
<style>
span { border-color: #BC07C2; }
span { border-color: rgb(188,7,194); }
td.TdClassName
{
border-color: #BC07C2;
}
.TagClassName
{
border-color: #BC07C2;
}
</style>