Shades of Deep Magenta #BE1ADB
Tints of Deep Magenta #BE1ADB
RGB
CMYK
RGB Variations
Color information
#BE1ADB (or 0xBE1ADB) is known color: Deep Magenta. HEX triplet: BE, 1A and DB. RGB value is (190,26,219). Sum of RGB (Red+Green+Blue) = 190+26+219=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ADB is #41E524. Grayscale: #606060. Windows color (decimal): -4318501 or 14359230. OLE color: 14359230.
HSL color Cylindrical-coordinate representation of color #BE1ADB: hue angle of 290.98º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1ADB is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 26 | 219 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.14 |
| HSL | 290.98º | 0.79% | 0.48% | - |
| HSV(B) | 290.98º | 0.88% | 0.86% | - |
| XYZ | 34.39 | 16.8 | 68.45 | - |
| YUV | 97.04 | 196.83 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 219 | 0.13 | 0.88 | 0 | 0.14 | 290.98 | 0.79 | 0.48 |
| Hex | BE | 1A | DB | D | 58 | 0 | E | 123 | 4F | 30 |
| Octal | 276 | 32 | 333 | 15 | 130 | 0 | 16 | 443 | 117 | 60 |
| Binary | 10111110 | 11010 | 11011011 | 1101 | 1011000 | 0 | 1110 | 100100011 | 1001111 | 110000 |
Color Harmonies of #BE1ADB
Complementary color
Monochromatic Colors of #BE1ADB
Black with #BE1ADB
Text Example
Text Example
White with #BE1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1ADB; }
p { color: rgb(190,26,219); }
H1.HeaderClassName
{
color: #BE1ADB;
}
.AnyTagClassName
{
color: #BE1ADB;
}
</style>
background-color css
<style>
a { background-color: #BE1ADB; }
a { background-color: rgb(190,26,219); }
div.DivClassName
{
background-color: #BE1ADB;
}
.BgClassName
{
background-color: #BE1ADB;
}
</style>
border-color css
<style>
span { border-color: #BE1ADB; }
span { border-color: rgb(190,26,219); }
td.TdClassName
{
border-color: #BE1ADB;
}
.TagClassName
{
border-color: #BE1ADB;
}
</style>