Shades of Deep Magenta #BE0BDB
Tints of Deep Magenta #BE0BDB
RGB
CMYK
RGB Variations
Color information
#BE0BDB (or 0xBE0BDB) is known color: Deep Magenta. HEX triplet: BE, 0B and DB. RGB value is (190,11,219). Sum of RGB (Red+Green+Blue) = 190+11+219=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BDB is #41F424. Grayscale: #575757. Windows color (decimal): -4322341 or 14355390. OLE color: 14355390.
HSL color Cylindrical-coordinate representation of color #BE0BDB: hue angle of 291.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BDB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 11 | 219 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.14 |
| HSL | 291.63º | 0.9% | 0.45% | - |
| HSV(B) | 291.63º | 0.95% | 0.86% | - |
| XYZ | 34.14 | 16.3 | 68.36 | - |
| YUV | 88.23 | 201.8 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 219 | 0.13 | 0.95 | 0 | 0.14 | 291.63 | 0.9 | 0.45 |
| Hex | BE | B | DB | D | 5F | 0 | E | 124 | 5A | 2D |
| Octal | 276 | 13 | 333 | 15 | 137 | 0 | 16 | 444 | 132 | 55 |
| Binary | 10111110 | 1011 | 11011011 | 1101 | 1011111 | 0 | 1110 | 100100100 | 1011010 | 101101 |
Color Harmonies of #BE0BDB
Complementary color
Monochromatic Colors of #BE0BDB
Black with #BE0BDB
Text Example
Text Example
White with #BE0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BDB; }
p { color: rgb(190,11,219); }
H1.HeaderClassName
{
color: #BE0BDB;
}
.AnyTagClassName
{
color: #BE0BDB;
}
</style>
background-color css
<style>
a { background-color: #BE0BDB; }
a { background-color: rgb(190,11,219); }
div.DivClassName
{
background-color: #BE0BDB;
}
.BgClassName
{
background-color: #BE0BDB;
}
</style>
border-color css
<style>
span { border-color: #BE0BDB; }
span { border-color: rgb(190,11,219); }
td.TdClassName
{
border-color: #BE0BDB;
}
.TagClassName
{
border-color: #BE0BDB;
}
</style>