Shades of Deep Magenta #BE13AA
Tints of Deep Magenta #BE13AA
RGB
CMYK
RGB Variations
Color information
#BE13AA (or 0xBE13AA) is known color: Deep Magenta. HEX triplet: BE, 13 and AA. RGB value is (190,19,170). Sum of RGB (Red+Green+Blue) = 190+19+170=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13AA is #41EC55. Grayscale: #565656. Windows color (decimal): -4320342 or 11146174. OLE color: 11146174.
HSL color Cylindrical-coordinate representation of color #BE13AA: hue angle of 307.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13AA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.25 |
| HSL | 307.02º | 0.82% | 0.41% | - |
| HSV(B) | 307.02º | 0.9% | 0.75% | - |
| XYZ | 28.72 | 14.32 | 39.28 | - |
| YUV | 87.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 170 | 0 | 0.90 | 0.11 | 0.25 | 307.02 | 0.82 | 0.41 |
| Hex | BE | 13 | AA | 0 | 5A | B | 19 | 133 | 52 | 29 |
| Octal | 276 | 23 | 252 | 0 | 132 | 13 | 31 | 463 | 122 | 51 |
| Binary | 10111110 | 10011 | 10101010 | 0 | 1011010 | 1011 | 11001 | 100110011 | 1010010 | 101001 |
Color Harmonies of #BE13AA
Complementary color
Monochromatic Colors of #BE13AA
Black with #BE13AA
Text Example
Text Example
White with #BE13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13AA; }
p { color: rgb(190,19,170); }
H1.HeaderClassName
{
color: #BE13AA;
}
.AnyTagClassName
{
color: #BE13AA;
}
</style>
background-color css
<style>
a { background-color: #BE13AA; }
a { background-color: rgb(190,19,170); }
div.DivClassName
{
background-color: #BE13AA;
}
.BgClassName
{
background-color: #BE13AA;
}
</style>
border-color css
<style>
span { border-color: #BE13AA; }
span { border-color: rgb(190,19,170); }
td.TdClassName
{
border-color: #BE13AA;
}
.TagClassName
{
border-color: #BE13AA;
}
</style>