Shades of Deep Magenta #BE0FA9
Tints of Deep Magenta #BE0FA9
RGB
CMYK
RGB Variations
Color information
#BE0FA9 (or 0xBE0FA9) is known color: Deep Magenta. HEX triplet: BE, 0F and A9. RGB value is (190,15,169). Sum of RGB (Red+Green+Blue) = 190+15+169=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA9 is #41F056. Grayscale: #545454. Windows color (decimal): -4321367 or 11079614. OLE color: 11079614.
HSL color Cylindrical-coordinate representation of color #BE0FA9: hue angle of 307.2º 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 #BE0FA9 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 169 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.25 |
| HSL | 307.2º | 0.85% | 0.4% | - |
| HSV(B) | 307.2º | 0.92% | 0.75% | - |
| XYZ | 28.57 | 14.15 | 38.76 | - |
| YUV | 84.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 169 | 0 | 0.92 | 0.11 | 0.25 | 307.2 | 0.85 | 0.4 |
| Hex | BE | F | A9 | 0 | 5C | B | 19 | 133 | 55 | 28 |
| Octal | 276 | 17 | 251 | 0 | 134 | 13 | 31 | 463 | 125 | 50 |
| Binary | 10111110 | 1111 | 10101001 | 0 | 1011100 | 1011 | 11001 | 100110011 | 1010101 | 101000 |
Color Harmonies of #BE0FA9
Complementary color
Monochromatic Colors of #BE0FA9
Black with #BE0FA9
Text Example
Text Example
White with #BE0FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FA9; }
p { color: rgb(190,15,169); }
H1.HeaderClassName
{
color: #BE0FA9;
}
.AnyTagClassName
{
color: #BE0FA9;
}
</style>
background-color css
<style>
a { background-color: #BE0FA9; }
a { background-color: rgb(190,15,169); }
div.DivClassName
{
background-color: #BE0FA9;
}
.BgClassName
{
background-color: #BE0FA9;
}
</style>
border-color css
<style>
span { border-color: #BE0FA9; }
span { border-color: rgb(190,15,169); }
td.TdClassName
{
border-color: #BE0FA9;
}
.TagClassName
{
border-color: #BE0FA9;
}
</style>