Shades of Deep Magenta #BE0AAA
Tints of Deep Magenta #BE0AAA
RGB
CMYK
RGB Variations
Color information
#BE0AAA (or 0xBE0AAA) is known color: Deep Magenta. HEX triplet: BE, 0A and AA. RGB value is (190,10,170). Sum of RGB (Red+Green+Blue) = 190+10+170=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0AAA is #41F555. Grayscale: #515151. Windows color (decimal): -4322646 or 11143870. OLE color: 11143870.
HSL color Cylindrical-coordinate representation of color #BE0AAA: hue angle of 306.67º 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 #BE0AAA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.25 |
| HSL | 306.67º | 0.9% | 0.39% | - |
| HSV(B) | 306.67º | 0.95% | 0.75% | - |
| XYZ | 28.6 | 14.07 | 39.24 | - |
| YUV | 82.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 170 | 0 | 0.95 | 0.11 | 0.25 | 306.67 | 0.9 | 0.39 |
| Hex | BE | A | AA | 0 | 5F | B | 19 | 133 | 5A | 27 |
| Octal | 276 | 12 | 252 | 0 | 137 | 13 | 31 | 463 | 132 | 47 |
| Binary | 10111110 | 1010 | 10101010 | 0 | 1011111 | 1011 | 11001 | 100110011 | 1011010 | 100111 |
Color Harmonies of #BE0AAA
Complementary color
Monochromatic Colors of #BE0AAA
Black with #BE0AAA
Text Example
Text Example
White with #BE0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0AAA; }
p { color: rgb(190,10,170); }
H1.HeaderClassName
{
color: #BE0AAA;
}
.AnyTagClassName
{
color: #BE0AAA;
}
</style>
background-color css
<style>
a { background-color: #BE0AAA; }
a { background-color: rgb(190,10,170); }
div.DivClassName
{
background-color: #BE0AAA;
}
.BgClassName
{
background-color: #BE0AAA;
}
</style>
border-color css
<style>
span { border-color: #BE0AAA; }
span { border-color: rgb(190,10,170); }
td.TdClassName
{
border-color: #BE0AAA;
}
.TagClassName
{
border-color: #BE0AAA;
}
</style>