Shades of Deep Magenta #BE16D8
Tints of Deep Magenta #BE16D8
RGB
CMYK
RGB Variations
Color information
#BE16D8 (or 0xBE16D8) is known color: Deep Magenta. HEX triplet: BE, 16 and D8. RGB value is (190,22,216). Sum of RGB (Red+Green+Blue) = 190+22+216=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE16D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16D8 is #41E927. Grayscale: #5D5D5D. Windows color (decimal): -4319528 or 14161598. OLE color: 14161598.
HSL color Cylindrical-coordinate representation of color #BE16D8: hue angle of 291.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE16D8 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 22 | 216 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.15 |
| HSL | 291.96º | 0.82% | 0.47% | - |
| HSV(B) | 291.96º | 0.9% | 0.85% | - |
| XYZ | 33.92 | 16.48 | 66.36 | - |
| YUV | 94.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 216 | 0.12 | 0.90 | 0 | 0.15 | 291.96 | 0.82 | 0.47 |
| Hex | BE | 16 | D8 | C | 5A | 0 | F | 124 | 52 | 2F |
| Octal | 276 | 26 | 330 | 14 | 132 | 0 | 17 | 444 | 122 | 57 |
| Binary | 10111110 | 10110 | 11011000 | 1100 | 1011010 | 0 | 1111 | 100100100 | 1010010 | 101111 |
Color Harmonies of #BE16D8
Complementary color
Monochromatic Colors of #BE16D8
Black with #BE16D8
Text Example
Text Example
White with #BE16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16D8; }
p { color: rgb(190,22,216); }
H1.HeaderClassName
{
color: #BE16D8;
}
.AnyTagClassName
{
color: #BE16D8;
}
</style>
background-color css
<style>
a { background-color: #BE16D8; }
a { background-color: rgb(190,22,216); }
div.DivClassName
{
background-color: #BE16D8;
}
.BgClassName
{
background-color: #BE16D8;
}
</style>
border-color css
<style>
span { border-color: #BE16D8; }
span { border-color: rgb(190,22,216); }
td.TdClassName
{
border-color: #BE16D8;
}
.TagClassName
{
border-color: #BE16D8;
}
</style>