Shades of Deep Magenta #BE0BDE
Tints of Deep Magenta #BE0BDE
RGB
CMYK
RGB Variations
Color information
#BE0BDE (or 0xBE0BDE) is known color: Deep Magenta. HEX triplet: BE, 0B and DE. RGB value is (190,11,222). Sum of RGB (Red+Green+Blue) = 190+11+222=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BDE is #41F421. Grayscale: #575757. Windows color (decimal): -4322338 or 14551998. OLE color: 14551998.
HSL color Cylindrical-coordinate representation of color #BE0BDE: hue angle of 290.9º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BDE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 11 | 222 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 290.9º | 0.91% | 0.46% | - |
| HSV(B) | 290.9º | 0.95% | 0.87% | - |
| XYZ | 34.54 | 16.46 | 70.46 | - |
| YUV | 88.58 | 203.3 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 222 | 0.14 | 0.95 | 0 | 0.13 | 290.9 | 0.91 | 0.46 |
| Hex | BE | B | DE | E | 5F | 0 | D | 123 | 5B | 2E |
| Octal | 276 | 13 | 336 | 16 | 137 | 0 | 15 | 443 | 133 | 56 |
| Binary | 10111110 | 1011 | 11011110 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101110 |
Color Harmonies of #BE0BDE
Complementary color
Monochromatic Colors of #BE0BDE
Black with #BE0BDE
Text Example
Text Example
White with #BE0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BDE; }
p { color: rgb(190,11,222); }
H1.HeaderClassName
{
color: #BE0BDE;
}
.AnyTagClassName
{
color: #BE0BDE;
}
</style>
background-color css
<style>
a { background-color: #BE0BDE; }
a { background-color: rgb(190,11,222); }
div.DivClassName
{
background-color: #BE0BDE;
}
.BgClassName
{
background-color: #BE0BDE;
}
</style>
border-color css
<style>
span { border-color: #BE0BDE; }
span { border-color: rgb(190,11,222); }
td.TdClassName
{
border-color: #BE0BDE;
}
.TagClassName
{
border-color: #BE0BDE;
}
</style>