Shades of Deep Magenta #BE11E1
Tints of Deep Magenta #BE11E1
RGB
CMYK
RGB Variations
Color information
#BE11E1 (or 0xBE11E1) is known color: Deep Magenta. HEX triplet: BE, 11 and E1. RGB value is (190,17,225). Sum of RGB (Red+Green+Blue) = 190+17+225=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE11E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11E1 is #41EE1E. Grayscale: #5B5B5B. Windows color (decimal): -4320799 or 14750142. OLE color: 14750142.
HSL color Cylindrical-coordinate representation of color #BE11E1: hue angle of 289.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE11E1 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 17 | 225 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.12 |
| HSL | 289.9º | 0.86% | 0.47% | - |
| HSV(B) | 289.9º | 0.92% | 0.88% | - |
| XYZ | 35.03 | 16.78 | 72.63 | - |
| YUV | 92.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 225 | 0.16 | 0.92 | 0 | 0.12 | 289.9 | 0.86 | 0.47 |
| Hex | BE | 11 | E1 | 10 | 5C | 0 | C | 122 | 56 | 2F |
| Octal | 276 | 21 | 341 | 20 | 134 | 0 | 14 | 442 | 126 | 57 |
| Binary | 10111110 | 10001 | 11100001 | 10000 | 1011100 | 0 | 1100 | 100100010 | 1010110 | 101111 |
Color Harmonies of #BE11E1
Complementary color
Monochromatic Colors of #BE11E1
Black with #BE11E1
Text Example
Text Example
White with #BE11E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE11E1; }
p { color: rgb(190,17,225); }
H1.HeaderClassName
{
color: #BE11E1;
}
.AnyTagClassName
{
color: #BE11E1;
}
</style>
background-color css
<style>
a { background-color: #BE11E1; }
a { background-color: rgb(190,17,225); }
div.DivClassName
{
background-color: #BE11E1;
}
.BgClassName
{
background-color: #BE11E1;
}
</style>
border-color css
<style>
span { border-color: #BE11E1; }
span { border-color: rgb(190,17,225); }
td.TdClassName
{
border-color: #BE11E1;
}
.TagClassName
{
border-color: #BE11E1;
}
</style>