Shades of Deep Magenta #BE20DB
Tints of Deep Magenta #BE20DB
RGB
CMYK
RGB Variations
Color information
#BE20DB (or 0xBE20DB) is known color: Deep Magenta. HEX triplet: BE, 20 and DB. RGB value is (190,32,219). Sum of RGB (Red+Green+Blue) = 190+32+219=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20DB is #41DF24. Grayscale: #636363. Windows color (decimal): -4316965 or 14360766. OLE color: 14360766.
HSL color Cylindrical-coordinate representation of color #BE20DB: hue angle of 290.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE20DB is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 32 | 219 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.14 |
| HSL | 290.7º | 0.75% | 0.49% | - |
| HSV(B) | 290.7º | 0.85% | 0.86% | - |
| XYZ | 34.54 | 17.09 | 68.5 | - |
| YUV | 100.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 219 | 0.13 | 0.85 | 0 | 0.14 | 290.7 | 0.75 | 0.49 |
| Hex | BE | 20 | DB | D | 55 | 0 | E | 123 | 4B | 31 |
| Octal | 276 | 40 | 333 | 15 | 125 | 0 | 16 | 443 | 113 | 61 |
| Binary | 10111110 | 100000 | 11011011 | 1101 | 1010101 | 0 | 1110 | 100100011 | 1001011 | 110001 |
Color Harmonies of #BE20DB
Complementary color
Monochromatic Colors of #BE20DB
Black with #BE20DB
Text Example
Text Example
White with #BE20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20DB; }
p { color: rgb(190,32,219); }
H1.HeaderClassName
{
color: #BE20DB;
}
.AnyTagClassName
{
color: #BE20DB;
}
</style>
background-color css
<style>
a { background-color: #BE20DB; }
a { background-color: rgb(190,32,219); }
div.DivClassName
{
background-color: #BE20DB;
}
.BgClassName
{
background-color: #BE20DB;
}
</style>
border-color css
<style>
span { border-color: #BE20DB; }
span { border-color: rgb(190,32,219); }
td.TdClassName
{
border-color: #BE20DB;
}
.TagClassName
{
border-color: #BE20DB;
}
</style>