Shades of Deep Magenta #BE0DB2
Tints of Deep Magenta #BE0DB2
RGB
CMYK
RGB Variations
Color information
#BE0DB2 (or 0xBE0DB2) is known color: Deep Magenta. HEX triplet: BE, 0D and B2. RGB value is (190,13,178). Sum of RGB (Red+Green+Blue) = 190+13+178=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DB2 is #41F24D. Grayscale: #545454. Windows color (decimal): -4321870 or 11668926. OLE color: 11668926.
HSL color Cylindrical-coordinate representation of color #BE0DB2: hue angle of 304.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DB2 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 178 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.25 |
| HSL | 304.07º | 0.87% | 0.4% | - |
| HSV(B) | 304.07º | 0.93% | 0.75% | - |
| XYZ | 29.42 | 14.45 | 43.36 | - |
| YUV | 84.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 178 | 0 | 0.93 | 0.06 | 0.25 | 304.07 | 0.87 | 0.4 |
| Hex | BE | D | B2 | 0 | 5D | 6 | 19 | 130 | 57 | 28 |
| Octal | 276 | 15 | 262 | 0 | 135 | 6 | 31 | 460 | 127 | 50 |
| Binary | 10111110 | 1101 | 10110010 | 0 | 1011101 | 110 | 11001 | 100110000 | 1010111 | 101000 |
Color Harmonies of #BE0DB2
Complementary color
Monochromatic Colors of #BE0DB2
Black with #BE0DB2
Text Example
Text Example
White with #BE0DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DB2; }
p { color: rgb(190,13,178); }
H1.HeaderClassName
{
color: #BE0DB2;
}
.AnyTagClassName
{
color: #BE0DB2;
}
</style>
background-color css
<style>
a { background-color: #BE0DB2; }
a { background-color: rgb(190,13,178); }
div.DivClassName
{
background-color: #BE0DB2;
}
.BgClassName
{
background-color: #BE0DB2;
}
</style>
border-color css
<style>
span { border-color: #BE0DB2; }
span { border-color: rgb(190,13,178); }
td.TdClassName
{
border-color: #BE0DB2;
}
.TagClassName
{
border-color: #BE0DB2;
}
</style>