Shades of Deep Magenta #BE0BAE
Tints of Deep Magenta #BE0BAE
RGB
CMYK
RGB Variations
Color information
#BE0BAE (or 0xBE0BAE) is known color: Deep Magenta. HEX triplet: BE, 0B and AE. RGB value is (190,11,174). Sum of RGB (Red+Green+Blue) = 190+11+174=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BAE is #41F451. Grayscale: #525252. Windows color (decimal): -4322386 or 11406270. OLE color: 11406270.
HSL color Cylindrical-coordinate representation of color #BE0BAE: hue angle of 305.36º 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 #BE0BAE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.25 |
| HSL | 305.36º | 0.89% | 0.39% | - |
| HSV(B) | 305.36º | 0.94% | 0.75% | - |
| XYZ | 28.99 | 14.24 | 41.27 | - |
| YUV | 83.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 174 | 0 | 0.94 | 0.08 | 0.25 | 305.36 | 0.89 | 0.39 |
| Hex | BE | B | AE | 0 | 5E | 8 | 19 | 131 | 59 | 27 |
| Octal | 276 | 13 | 256 | 0 | 136 | 10 | 31 | 461 | 131 | 47 |
| Binary | 10111110 | 1011 | 10101110 | 0 | 1011110 | 1000 | 11001 | 100110001 | 1011001 | 100111 |
Color Harmonies of #BE0BAE
Complementary color
Monochromatic Colors of #BE0BAE
Black with #BE0BAE
Text Example
Text Example
White with #BE0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BAE; }
p { color: rgb(190,11,174); }
H1.HeaderClassName
{
color: #BE0BAE;
}
.AnyTagClassName
{
color: #BE0BAE;
}
</style>
background-color css
<style>
a { background-color: #BE0BAE; }
a { background-color: rgb(190,11,174); }
div.DivClassName
{
background-color: #BE0BAE;
}
.BgClassName
{
background-color: #BE0BAE;
}
</style>
border-color css
<style>
span { border-color: #BE0BAE; }
span { border-color: rgb(190,11,174); }
td.TdClassName
{
border-color: #BE0BAE;
}
.TagClassName
{
border-color: #BE0BAE;
}
</style>