Shades of Deep Magenta #BE0BAB
Tints of Deep Magenta #BE0BAB
RGB
CMYK
RGB Variations
Color information
#BE0BAB (or 0xBE0BAB) is known color: Deep Magenta. HEX triplet: BE, 0B and AB. RGB value is (190,11,171). Sum of RGB (Red+Green+Blue) = 190+11+171=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BAB is #41F454. Grayscale: #525252. Windows color (decimal): -4322389 or 11209662. OLE color: 11209662.
HSL color Cylindrical-coordinate representation of color #BE0BAB: hue angle of 306.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BAB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.25 |
| HSL | 306.37º | 0.89% | 0.39% | - |
| HSV(B) | 306.37º | 0.94% | 0.75% | - |
| XYZ | 28.71 | 14.13 | 39.74 | - |
| YUV | 82.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 171 | 0 | 0.94 | 0.10 | 0.25 | 306.37 | 0.89 | 0.39 |
| Hex | BE | B | AB | 0 | 5E | A | 19 | 132 | 59 | 27 |
| Octal | 276 | 13 | 253 | 0 | 136 | 12 | 31 | 462 | 131 | 47 |
| Binary | 10111110 | 1011 | 10101011 | 0 | 1011110 | 1010 | 11001 | 100110010 | 1011001 | 100111 |
Color Harmonies of #BE0BAB
Complementary color
Monochromatic Colors of #BE0BAB
Black with #BE0BAB
Text Example
Text Example
White with #BE0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BAB; }
p { color: rgb(190,11,171); }
H1.HeaderClassName
{
color: #BE0BAB;
}
.AnyTagClassName
{
color: #BE0BAB;
}
</style>
background-color css
<style>
a { background-color: #BE0BAB; }
a { background-color: rgb(190,11,171); }
div.DivClassName
{
background-color: #BE0BAB;
}
.BgClassName
{
background-color: #BE0BAB;
}
</style>
border-color css
<style>
span { border-color: #BE0BAB; }
span { border-color: rgb(190,11,171); }
td.TdClassName
{
border-color: #BE0BAB;
}
.TagClassName
{
border-color: #BE0BAB;
}
</style>