Shades of Deep Magenta #BE11D0
Tints of Deep Magenta #BE11D0
RGB
CMYK
RGB Variations
Color information
#BE11D0 (or 0xBE11D0) is known color: Deep Magenta. HEX triplet: BE, 11 and D0. RGB value is (190,17,208). Sum of RGB (Red+Green+Blue) = 190+17+208=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE11D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11D0 is #41EE2F. Grayscale: #595959. Windows color (decimal): -4320816 or 13636030. OLE color: 13636030.
HSL color Cylindrical-coordinate representation of color #BE11D0: hue angle of 294.35º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE11D0 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 17 | 208 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.18 |
| HSL | 294.35º | 0.85% | 0.44% | - |
| HSV(B) | 294.35º | 0.92% | 0.82% | - |
| XYZ | 32.82 | 15.9 | 61.01 | - |
| YUV | 90.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 208 | 0.09 | 0.92 | 0 | 0.18 | 294.35 | 0.85 | 0.44 |
| Hex | BE | 11 | D0 | 9 | 5C | 0 | 12 | 126 | 55 | 2C |
| Octal | 276 | 21 | 320 | 11 | 134 | 0 | 22 | 446 | 125 | 54 |
| Binary | 10111110 | 10001 | 11010000 | 1001 | 1011100 | 0 | 10010 | 100100110 | 1010101 | 101100 |
Color Harmonies of #BE11D0
Complementary color
Monochromatic Colors of #BE11D0
Black with #BE11D0
Text Example
Text Example
White with #BE11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE11D0; }
p { color: rgb(190,17,208); }
H1.HeaderClassName
{
color: #BE11D0;
}
.AnyTagClassName
{
color: #BE11D0;
}
</style>
background-color css
<style>
a { background-color: #BE11D0; }
a { background-color: rgb(190,17,208); }
div.DivClassName
{
background-color: #BE11D0;
}
.BgClassName
{
background-color: #BE11D0;
}
</style>
border-color css
<style>
span { border-color: #BE11D0; }
span { border-color: rgb(190,17,208); }
td.TdClassName
{
border-color: #BE11D0;
}
.TagClassName
{
border-color: #BE11D0;
}
</style>