Shades of Deep Magenta #BE0EE2
Tints of Deep Magenta #BE0EE2
RGB
CMYK
RGB Variations
Color information
#BE0EE2 (or 0xBE0EE2) is known color: Deep Magenta. HEX triplet: BE, 0E and E2. RGB value is (190,14,226). Sum of RGB (Red+Green+Blue) = 190+14+226=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 226 (88.67% from 255 or 52.56% from 430); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE0EE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EE2 is #41F11D. Grayscale: #5A5A5A. Windows color (decimal): -4321566 or 14814910. OLE color: 14814910.
HSL color Cylindrical-coordinate representation of color #BE0EE2: hue angle of 289.81º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0EE2 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 14 | 226 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.11 |
| HSL | 289.81º | 0.88% | 0.47% | - |
| HSV(B) | 289.81º | 0.94% | 0.89% | - |
| XYZ | 35.12 | 16.75 | 73.33 | - |
| YUV | 90.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 226 | 0.16 | 0.94 | 0 | 0.11 | 289.81 | 0.88 | 0.47 |
| Hex | BE | E | E2 | 10 | 5E | 0 | B | 122 | 58 | 2F |
| Octal | 276 | 16 | 342 | 20 | 136 | 0 | 13 | 442 | 130 | 57 |
| Binary | 10111110 | 1110 | 11100010 | 10000 | 1011110 | 0 | 1011 | 100100010 | 1011000 | 101111 |
Color Harmonies of #BE0EE2
Complementary color
Monochromatic Colors of #BE0EE2
Black with #BE0EE2
Text Example
Text Example
White with #BE0EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0EE2; }
p { color: rgb(190,14,226); }
H1.HeaderClassName
{
color: #BE0EE2;
}
.AnyTagClassName
{
color: #BE0EE2;
}
</style>
background-color css
<style>
a { background-color: #BE0EE2; }
a { background-color: rgb(190,14,226); }
div.DivClassName
{
background-color: #BE0EE2;
}
.BgClassName
{
background-color: #BE0EE2;
}
</style>
border-color css
<style>
span { border-color: #BE0EE2; }
span { border-color: rgb(190,14,226); }
td.TdClassName
{
border-color: #BE0EE2;
}
.TagClassName
{
border-color: #BE0EE2;
}
</style>