Shades of Deep Magenta #BE0BAC
Tints of Deep Magenta #BE0BAC
RGB
CMYK
RGB Variations
Color information
#BE0BAC (or 0xBE0BAC) is known color: Deep Magenta. HEX triplet: BE, 0B and AC. RGB value is (190,11,172). Sum of RGB (Red+Green+Blue) = 190+11+172=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BAC is #41F453. Grayscale: #525252. Windows color (decimal): -4322388 or 11275198. OLE color: 11275198.
HSL color Cylindrical-coordinate representation of color #BE0BAC: hue angle of 306.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BAC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 172 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.25 |
| HSL | 306.03º | 0.89% | 0.39% | - |
| HSV(B) | 306.03º | 0.94% | 0.75% | - |
| XYZ | 28.8 | 14.17 | 40.25 | - |
| YUV | 82.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 172 | 0 | 0.94 | 0.09 | 0.25 | 306.03 | 0.89 | 0.39 |
| Hex | BE | B | AC | 0 | 5E | 9 | 19 | 132 | 59 | 27 |
| Octal | 276 | 13 | 254 | 0 | 136 | 11 | 31 | 462 | 131 | 47 |
| Binary | 10111110 | 1011 | 10101100 | 0 | 1011110 | 1001 | 11001 | 100110010 | 1011001 | 100111 |
Color Harmonies of #BE0BAC
Complementary color
Monochromatic Colors of #BE0BAC
Black with #BE0BAC
Text Example
Text Example
White with #BE0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BAC; }
p { color: rgb(190,11,172); }
H1.HeaderClassName
{
color: #BE0BAC;
}
.AnyTagClassName
{
color: #BE0BAC;
}
</style>
background-color css
<style>
a { background-color: #BE0BAC; }
a { background-color: rgb(190,11,172); }
div.DivClassName
{
background-color: #BE0BAC;
}
.BgClassName
{
background-color: #BE0BAC;
}
</style>
border-color css
<style>
span { border-color: #BE0BAC; }
span { border-color: rgb(190,11,172); }
td.TdClassName
{
border-color: #BE0BAC;
}
.TagClassName
{
border-color: #BE0BAC;
}
</style>