Shades of Deep Magenta #BE1EDB
Tints of Deep Magenta #BE1EDB
RGB
CMYK
RGB Variations
Color information
#BE1EDB (or 0xBE1EDB) is known color: Deep Magenta. HEX triplet: BE, 1E and DB. RGB value is (190,30,219). Sum of RGB (Red+Green+Blue) = 190+30+219=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1EDB is #41E124. Grayscale: #626262. Windows color (decimal): -4317477 or 14360254. OLE color: 14360254.
HSL color Cylindrical-coordinate representation of color #BE1EDB: hue angle of 290.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1EDB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 30 | 219 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.14 |
| HSL | 290.79º | 0.76% | 0.49% | - |
| HSV(B) | 290.79º | 0.86% | 0.86% | - |
| XYZ | 34.49 | 16.99 | 68.48 | - |
| YUV | 99.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 219 | 0.13 | 0.86 | 0 | 0.14 | 290.79 | 0.76 | 0.49 |
| Hex | BE | 1E | DB | D | 56 | 0 | E | 123 | 4C | 31 |
| Octal | 276 | 36 | 333 | 15 | 126 | 0 | 16 | 443 | 114 | 61 |
| Binary | 10111110 | 11110 | 11011011 | 1101 | 1010110 | 0 | 1110 | 100100011 | 1001100 | 110001 |
Color Harmonies of #BE1EDB
Complementary color
Monochromatic Colors of #BE1EDB
Black with #BE1EDB
Text Example
Text Example
White with #BE1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1EDB; }
p { color: rgb(190,30,219); }
H1.HeaderClassName
{
color: #BE1EDB;
}
.AnyTagClassName
{
color: #BE1EDB;
}
</style>
background-color css
<style>
a { background-color: #BE1EDB; }
a { background-color: rgb(190,30,219); }
div.DivClassName
{
background-color: #BE1EDB;
}
.BgClassName
{
background-color: #BE1EDB;
}
</style>
border-color css
<style>
span { border-color: #BE1EDB; }
span { border-color: rgb(190,30,219); }
td.TdClassName
{
border-color: #BE1EDB;
}
.TagClassName
{
border-color: #BE1EDB;
}
</style>