Shades of Deep Magenta #BC07E1
Tints of Deep Magenta #BC07E1
RGB
CMYK
RGB Variations
Color information
#BC07E1 (or 0xBC07E1) is known color: Deep Magenta. HEX triplet: BC, 07 and E1. RGB value is (188,7,225). Sum of RGB (Red+Green+Blue) = 188+7+225=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 7 (3.12% from 255 or 1.67% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC07E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07E1 is #43F81E. Grayscale: #555555. Windows color (decimal): -4454431 or 14747580. OLE color: 14747580.
HSL color Cylindrical-coordinate representation of color #BC07E1: hue angle of 289.82º 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 #BC07E1 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 7 | 225 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.12 |
| HSL | 289.82º | 0.94% | 0.45% | - |
| HSV(B) | 289.82º | 0.97% | 0.88% | - |
| XYZ | 34.41 | 16.28 | 72.56 | - |
| YUV | 85.97 | 206.47 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 225 | 0.16 | 0.97 | 0 | 0.12 | 289.82 | 0.94 | 0.45 |
| Hex | BC | 7 | E1 | 10 | 61 | 0 | C | 122 | 5E | 2D |
| Octal | 274 | 7 | 341 | 20 | 141 | 0 | 14 | 442 | 136 | 55 |
| Binary | 10111100 | 111 | 11100001 | 10000 | 1100001 | 0 | 1100 | 100100010 | 1011110 | 101101 |
Color Harmonies of #BC07E1
Complementary color
Monochromatic Colors of #BC07E1
Black with #BC07E1
Text Example
Text Example
White with #BC07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07E1; }
p { color: rgb(188,7,225); }
H1.HeaderClassName
{
color: #BC07E1;
}
.AnyTagClassName
{
color: #BC07E1;
}
</style>
background-color css
<style>
a { background-color: #BC07E1; }
a { background-color: rgb(188,7,225); }
div.DivClassName
{
background-color: #BC07E1;
}
.BgClassName
{
background-color: #BC07E1;
}
</style>
border-color css
<style>
span { border-color: #BC07E1; }
span { border-color: rgb(188,7,225); }
td.TdClassName
{
border-color: #BC07E1;
}
.TagClassName
{
border-color: #BC07E1;
}
</style>