Shades of Deep Magenta #BE0FAA
Tints of Deep Magenta #BE0FAA
RGB
CMYK
RGB Variations
Color information
#BE0FAA (or 0xBE0FAA) is known color: Deep Magenta. HEX triplet: BE, 0F and AA. RGB value is (190,15,170). Sum of RGB (Red+Green+Blue) = 190+15+170=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FAA is #41F055. Grayscale: #545454. Windows color (decimal): -4321366 or 11145150. OLE color: 11145150.
HSL color Cylindrical-coordinate representation of color #BE0FAA: hue angle of 306.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0FAA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 306.86º | 0.85% | 0.4% | - |
| HSV(B) | 306.86º | 0.92% | 0.75% | - |
| XYZ | 28.66 | 14.19 | 39.26 | - |
| YUV | 85 | 175.98 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 170 | 0 | 0.92 | 0.11 | 0.25 | 306.86 | 0.85 | 0.4 |
| Hex | BE | F | AA | 0 | 5C | B | 19 | 133 | 55 | 28 |
| Octal | 276 | 17 | 252 | 0 | 134 | 13 | 31 | 463 | 125 | 50 |
| Binary | 10111110 | 1111 | 10101010 | 0 | 1011100 | 1011 | 11001 | 100110011 | 1010101 | 101000 |
Color Harmonies of #BE0FAA
Complementary color
Monochromatic Colors of #BE0FAA
Black with #BE0FAA
Text Example
Text Example
White with #BE0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FAA; }
p { color: rgb(190,15,170); }
H1.HeaderClassName
{
color: #BE0FAA;
}
.AnyTagClassName
{
color: #BE0FAA;
}
</style>
background-color css
<style>
a { background-color: #BE0FAA; }
a { background-color: rgb(190,15,170); }
div.DivClassName
{
background-color: #BE0FAA;
}
.BgClassName
{
background-color: #BE0FAA;
}
</style>
border-color css
<style>
span { border-color: #BE0FAA; }
span { border-color: rgb(190,15,170); }
td.TdClassName
{
border-color: #BE0FAA;
}
.TagClassName
{
border-color: #BE0FAA;
}
</style>