Shades of Deep Magenta #BC0EE1
Tints of Deep Magenta #BC0EE1
RGB
CMYK
RGB Variations
Color information
#BC0EE1 (or 0xBC0EE1) is known color: Deep Magenta. HEX triplet: BC, 0E and E1. RGB value is (188,14,225). Sum of RGB (Red+Green+Blue) = 188+14+225=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC0EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EE1 is #43F11E. Grayscale: #595959. Windows color (decimal): -4452639 or 14749372. OLE color: 14749372.
HSL color Cylindrical-coordinate representation of color #BC0EE1: hue angle of 289.48º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EE1 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 14 | 225 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.12 |
| HSL | 289.48º | 0.88% | 0.47% | - |
| HSV(B) | 289.48º | 0.94% | 0.88% | - |
| XYZ | 34.49 | 16.44 | 72.59 | - |
| YUV | 90.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 225 | 0.16 | 0.94 | 0 | 0.12 | 289.48 | 0.88 | 0.47 |
| Hex | BC | E | E1 | 10 | 5E | 0 | C | 121 | 58 | 2F |
| Octal | 274 | 16 | 341 | 20 | 136 | 0 | 14 | 441 | 130 | 57 |
| Binary | 10111100 | 1110 | 11100001 | 10000 | 1011110 | 0 | 1100 | 100100001 | 1011000 | 101111 |
Color Harmonies of #BC0EE1
Complementary color
Monochromatic Colors of #BC0EE1
Black with #BC0EE1
Text Example
Text Example
White with #BC0EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EE1; }
p { color: rgb(188,14,225); }
H1.HeaderClassName
{
color: #BC0EE1;
}
.AnyTagClassName
{
color: #BC0EE1;
}
</style>
background-color css
<style>
a { background-color: #BC0EE1; }
a { background-color: rgb(188,14,225); }
div.DivClassName
{
background-color: #BC0EE1;
}
.BgClassName
{
background-color: #BC0EE1;
}
</style>
border-color css
<style>
span { border-color: #BC0EE1; }
span { border-color: rgb(188,14,225); }
td.TdClassName
{
border-color: #BC0EE1;
}
.TagClassName
{
border-color: #BC0EE1;
}
</style>