Shades of Deep Magenta #BE0EC2
Tints of Deep Magenta #BE0EC2
RGB
CMYK
RGB Variations
Color information
#BE0EC2 (or 0xBE0EC2) is known color: Deep Magenta. HEX triplet: BE, 0E and C2. RGB value is (190,14,194). Sum of RGB (Red+Green+Blue) = 190+14+194=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE0EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EC2 is #41F13D. Grayscale: #565656. Windows color (decimal): -4321598 or 12717758. OLE color: 12717758.
HSL color Cylindrical-coordinate representation of color #BE0EC2: hue angle of 298.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0EC2 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 14 | 194 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.24 |
| HSL | 298.67º | 0.87% | 0.41% | - |
| HSV(B) | 298.67º | 0.93% | 0.76% | - |
| XYZ | 31.13 | 15.16 | 52.32 | - |
| YUV | 87.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 194 | 0.02 | 0.93 | 0 | 0.24 | 298.67 | 0.87 | 0.41 |
| Hex | BE | E | C2 | 2 | 5D | 0 | 18 | 12B | 57 | 29 |
| Octal | 276 | 16 | 302 | 2 | 135 | 0 | 30 | 453 | 127 | 51 |
| Binary | 10111110 | 1110 | 11000010 | 10 | 1011101 | 0 | 11000 | 100101011 | 1010111 | 101001 |
Color Harmonies of #BE0EC2
Complementary color
Monochromatic Colors of #BE0EC2
Black with #BE0EC2
Text Example
Text Example
White with #BE0EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EC2; }
p { color: rgb(190,14,194); }
H1.HeaderClassName
{
color: #BE0EC2;
}
.AnyTagClassName
{
color: #BE0EC2;
}
</style>
background-color css
<style>
a { background-color: #BE0EC2; }
a { background-color: rgb(190,14,194); }
div.DivClassName
{
background-color: #BE0EC2;
}
.BgClassName
{
background-color: #BE0EC2;
}
</style>
border-color css
<style>
span { border-color: #BE0EC2; }
span { border-color: rgb(190,14,194); }
td.TdClassName
{
border-color: #BE0EC2;
}
.TagClassName
{
border-color: #BE0EC2;
}
</style>