Shades of Deep Magenta #BC07E0
Tints of Deep Magenta #BC07E0
RGB
CMYK
RGB Variations
Color information
#BC07E0 (or 0xBC07E0) is known color: Deep Magenta. HEX triplet: BC, 07 and E0. RGB value is (188,7,224). Sum of RGB (Red+Green+Blue) = 188+7+224=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC07E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07E0 is #43F81F. Grayscale: #555555. Windows color (decimal): -4454432 or 14682044. OLE color: 14682044.
HSL color Cylindrical-coordinate representation of color #BC07E0: hue angle of 290.05º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07E0 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 7 | 224 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.12 |
| HSL | 290.05º | 0.94% | 0.45% | - |
| HSV(B) | 290.05º | 0.97% | 0.88% | - |
| XYZ | 34.27 | 16.23 | 71.85 | - |
| YUV | 85.86 | 205.97 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 224 | 0.16 | 0.97 | 0 | 0.12 | 290.05 | 0.94 | 0.45 |
| Hex | BC | 7 | E0 | 10 | 61 | 0 | C | 122 | 5E | 2D |
| Octal | 274 | 7 | 340 | 20 | 141 | 0 | 14 | 442 | 136 | 55 |
| Binary | 10111100 | 111 | 11100000 | 10000 | 1100001 | 0 | 1100 | 100100010 | 1011110 | 101101 |
Color Harmonies of #BC07E0
Complementary color
Monochromatic Colors of #BC07E0
Black with #BC07E0
Text Example
Text Example
White with #BC07E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07E0; }
p { color: rgb(188,7,224); }
H1.HeaderClassName
{
color: #BC07E0;
}
.AnyTagClassName
{
color: #BC07E0;
}
</style>
background-color css
<style>
a { background-color: #BC07E0; }
a { background-color: rgb(188,7,224); }
div.DivClassName
{
background-color: #BC07E0;
}
.BgClassName
{
background-color: #BC07E0;
}
</style>
border-color css
<style>
span { border-color: #BC07E0; }
span { border-color: rgb(188,7,224); }
td.TdClassName
{
border-color: #BC07E0;
}
.TagClassName
{
border-color: #BC07E0;
}
</style>