Shades of Deep Magenta #BE16DD
Tints of Deep Magenta #BE16DD
RGB
CMYK
RGB Variations
Color information
#BE16DD (or 0xBE16DD) is known color: Deep Magenta. HEX triplet: BE, 16 and DD. RGB value is (190,22,221). Sum of RGB (Red+Green+Blue) = 190+22+221=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16DD is #41E922. Grayscale: #5E5E5E. Windows color (decimal): -4319523 or 14489278. OLE color: 14489278.
HSL color Cylindrical-coordinate representation of color #BE16DD: hue angle of 290.65º 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 #BE16DD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 22 | 221 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.13 |
| HSL | 290.65º | 0.82% | 0.48% | - |
| HSV(B) | 290.65º | 0.9% | 0.87% | - |
| XYZ | 34.57 | 16.74 | 69.82 | - |
| YUV | 94.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 221 | 0.14 | 0.90 | 0 | 0.13 | 290.65 | 0.82 | 0.48 |
| Hex | BE | 16 | DD | E | 5A | 0 | D | 123 | 52 | 30 |
| Octal | 276 | 26 | 335 | 16 | 132 | 0 | 15 | 443 | 122 | 60 |
| Binary | 10111110 | 10110 | 11011101 | 1110 | 1011010 | 0 | 1101 | 100100011 | 1010010 | 110000 |
Color Harmonies of #BE16DD
Complementary color
Monochromatic Colors of #BE16DD
Black with #BE16DD
Text Example
Text Example
White with #BE16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16DD; }
p { color: rgb(190,22,221); }
H1.HeaderClassName
{
color: #BE16DD;
}
.AnyTagClassName
{
color: #BE16DD;
}
</style>
background-color css
<style>
a { background-color: #BE16DD; }
a { background-color: rgb(190,22,221); }
div.DivClassName
{
background-color: #BE16DD;
}
.BgClassName
{
background-color: #BE16DD;
}
</style>
border-color css
<style>
span { border-color: #BE16DD; }
span { border-color: rgb(190,22,221); }
td.TdClassName
{
border-color: #BE16DD;
}
.TagClassName
{
border-color: #BE16DD;
}
</style>