Shades of Deep Magenta #BE0AAB
Tints of Deep Magenta #BE0AAB
RGB
CMYK
RGB Variations
Color information
#BE0AAB (or 0xBE0AAB) is known color: Deep Magenta. HEX triplet: BE, 0A and AB. RGB value is (190,10,171). Sum of RGB (Red+Green+Blue) = 190+10+171=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0AAB is #41F554. Grayscale: #515151. Windows color (decimal): -4322645 or 11209406. OLE color: 11209406.
HSL color Cylindrical-coordinate representation of color #BE0AAB: hue angle of 306.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0AAB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.25 |
| HSL | 306.33º | 0.9% | 0.39% | - |
| HSV(B) | 306.33º | 0.95% | 0.75% | - |
| XYZ | 28.69 | 14.1 | 39.74 | - |
| YUV | 82.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 171 | 0 | 0.95 | 0.10 | 0.25 | 306.33 | 0.9 | 0.39 |
| Hex | BE | A | AB | 0 | 5F | A | 19 | 132 | 5A | 27 |
| Octal | 276 | 12 | 253 | 0 | 137 | 12 | 31 | 462 | 132 | 47 |
| Binary | 10111110 | 1010 | 10101011 | 0 | 1011111 | 1010 | 11001 | 100110010 | 1011010 | 100111 |
Color Harmonies of #BE0AAB
Complementary color
Monochromatic Colors of #BE0AAB
Black with #BE0AAB
Text Example
Text Example
White with #BE0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0AAB; }
p { color: rgb(190,10,171); }
H1.HeaderClassName
{
color: #BE0AAB;
}
.AnyTagClassName
{
color: #BE0AAB;
}
</style>
background-color css
<style>
a { background-color: #BE0AAB; }
a { background-color: rgb(190,10,171); }
div.DivClassName
{
background-color: #BE0AAB;
}
.BgClassName
{
background-color: #BE0AAB;
}
</style>
border-color css
<style>
span { border-color: #BE0AAB; }
span { border-color: rgb(190,10,171); }
td.TdClassName
{
border-color: #BE0AAB;
}
.TagClassName
{
border-color: #BE0AAB;
}
</style>