Shades of Deep Magenta #BE0FAB
Tints of Deep Magenta #BE0FAB
RGB
CMYK
RGB Variations
Color information
#BE0FAB (or 0xBE0FAB) is known color: Deep Magenta. HEX triplet: BE, 0F and AB. RGB value is (190,15,171). Sum of RGB (Red+Green+Blue) = 190+15+171=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FAB is #41F054. Grayscale: #545454. Windows color (decimal): -4321365 or 11210686. OLE color: 11210686.
HSL color Cylindrical-coordinate representation of color #BE0FAB: hue angle of 306.51º 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 #BE0FAB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 171 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.25 |
| HSL | 306.51º | 0.85% | 0.4% | - |
| HSV(B) | 306.51º | 0.92% | 0.75% | - |
| XYZ | 28.76 | 14.23 | 39.76 | - |
| YUV | 85.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 171 | 0 | 0.92 | 0.10 | 0.25 | 306.51 | 0.85 | 0.4 |
| Hex | BE | F | AB | 0 | 5C | A | 19 | 133 | 55 | 28 |
| Octal | 276 | 17 | 253 | 0 | 134 | 12 | 31 | 463 | 125 | 50 |
| Binary | 10111110 | 1111 | 10101011 | 0 | 1011100 | 1010 | 11001 | 100110011 | 1010101 | 101000 |
Color Harmonies of #BE0FAB
Complementary color
Monochromatic Colors of #BE0FAB
Black with #BE0FAB
Text Example
Text Example
White with #BE0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FAB; }
p { color: rgb(190,15,171); }
H1.HeaderClassName
{
color: #BE0FAB;
}
.AnyTagClassName
{
color: #BE0FAB;
}
</style>
background-color css
<style>
a { background-color: #BE0FAB; }
a { background-color: rgb(190,15,171); }
div.DivClassName
{
background-color: #BE0FAB;
}
.BgClassName
{
background-color: #BE0FAB;
}
</style>
border-color css
<style>
span { border-color: #BE0FAB; }
span { border-color: rgb(190,15,171); }
td.TdClassName
{
border-color: #BE0FAB;
}
.TagClassName
{
border-color: #BE0FAB;
}
</style>