Shades of Deep Magenta #BE16DE
Tints of Deep Magenta #BE16DE
RGB
CMYK
RGB Variations
Color information
#BE16DE (or 0xBE16DE) is known color: Deep Magenta. HEX triplet: BE, 16 and DE. RGB value is (190,22,222). Sum of RGB (Red+Green+Blue) = 190+22+222=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16DE is #41E921. Grayscale: #5E5E5E. Windows color (decimal): -4319522 or 14554814. OLE color: 14554814.
HSL color Cylindrical-coordinate representation of color #BE16DE: hue angle of 290.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE16DE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 22 | 222 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.13 |
| HSL | 290.4º | 0.82% | 0.48% | - |
| HSV(B) | 290.4º | 0.9% | 0.87% | - |
| XYZ | 34.71 | 16.79 | 70.52 | - |
| YUV | 95.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 222 | 0.14 | 0.90 | 0 | 0.13 | 290.4 | 0.82 | 0.48 |
| Hex | BE | 16 | DE | E | 5A | 0 | D | 122 | 52 | 30 |
| Octal | 276 | 26 | 336 | 16 | 132 | 0 | 15 | 442 | 122 | 60 |
| Binary | 10111110 | 10110 | 11011110 | 1110 | 1011010 | 0 | 1101 | 100100010 | 1010010 | 110000 |
Color Harmonies of #BE16DE
Complementary color
Monochromatic Colors of #BE16DE
Black with #BE16DE
Text Example
Text Example
White with #BE16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16DE; }
p { color: rgb(190,22,222); }
H1.HeaderClassName
{
color: #BE16DE;
}
.AnyTagClassName
{
color: #BE16DE;
}
</style>
background-color css
<style>
a { background-color: #BE16DE; }
a { background-color: rgb(190,22,222); }
div.DivClassName
{
background-color: #BE16DE;
}
.BgClassName
{
background-color: #BE16DE;
}
</style>
border-color css
<style>
span { border-color: #BE16DE; }
span { border-color: rgb(190,22,222); }
td.TdClassName
{
border-color: #BE16DE;
}
.TagClassName
{
border-color: #BE16DE;
}
</style>