Shades of Deep Magenta #BE16DA
Tints of Deep Magenta #BE16DA
RGB
CMYK
RGB Variations
Color information
#BE16DA (or 0xBE16DA) is known color: Deep Magenta. HEX triplet: BE, 16 and DA. RGB value is (190,22,218). Sum of RGB (Red+Green+Blue) = 190+22+218=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16DA is #41E925. Grayscale: #5D5D5D. Windows color (decimal): -4319526 or 14292670. OLE color: 14292670.
HSL color Cylindrical-coordinate representation of color #BE16DA: hue angle of 291.43º 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 #BE16DA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 22 | 218 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.15 |
| HSL | 291.43º | 0.82% | 0.47% | - |
| HSV(B) | 291.43º | 0.9% | 0.85% | - |
| XYZ | 34.18 | 16.58 | 67.73 | - |
| YUV | 94.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 218 | 0.13 | 0.90 | 0 | 0.15 | 291.43 | 0.82 | 0.47 |
| Hex | BE | 16 | DA | D | 5A | 0 | F | 123 | 52 | 2F |
| Octal | 276 | 26 | 332 | 15 | 132 | 0 | 17 | 443 | 122 | 57 |
| Binary | 10111110 | 10110 | 11011010 | 1101 | 1011010 | 0 | 1111 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BE16DA
Complementary color
Monochromatic Colors of #BE16DA
Black with #BE16DA
Text Example
Text Example
White with #BE16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE16DA; }
p { color: rgb(190,22,218); }
H1.HeaderClassName
{
color: #BE16DA;
}
.AnyTagClassName
{
color: #BE16DA;
}
</style>
background-color css
<style>
a { background-color: #BE16DA; }
a { background-color: rgb(190,22,218); }
div.DivClassName
{
background-color: #BE16DA;
}
.BgClassName
{
background-color: #BE16DA;
}
</style>
border-color css
<style>
span { border-color: #BE16DA; }
span { border-color: rgb(190,22,218); }
td.TdClassName
{
border-color: #BE16DA;
}
.TagClassName
{
border-color: #BE16DA;
}
</style>