Shades of Deep Magenta #B10EAE
Tints of Deep Magenta #B10EAE
RGB
CMYK
RGB Variations
Color information
#B10EAE (or 0xB10EAE) is known color: Deep Magenta. HEX triplet: B1, 0E and AE. RGB value is (177,14,174). Sum of RGB (Red+Green+Blue) = 177+14+174=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B10EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10EAE is #4EF151. Grayscale: #505050. Windows color (decimal): -5173586 or 11407025. OLE color: 11407025.
HSL color Cylindrical-coordinate representation of color #B10EAE: hue angle of 301.1º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10EAE is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 174 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.31 |
| HSL | 301.1º | 0.85% | 0.37% | - |
| HSV(B) | 301.1º | 0.92% | 0.69% | - |
| XYZ | 25.93 | 12.72 | 41.13 | - |
| YUV | 80.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 174 | 0 | 0.92 | 0.02 | 0.31 | 301.1 | 0.85 | 0.37 |
| Hex | B1 | E | AE | 0 | 5C | 2 | 1F | 12D | 55 | 25 |
| Octal | 261 | 16 | 256 | 0 | 134 | 2 | 37 | 455 | 125 | 45 |
| Binary | 10110001 | 1110 | 10101110 | 0 | 1011100 | 10 | 11111 | 100101101 | 1010101 | 100101 |
Color Harmonies of #B10EAE
Complementary color
Monochromatic Colors of #B10EAE
Black with #B10EAE
Text Example
Text Example
White with #B10EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10EAE; }
p { color: rgb(177,14,174); }
H1.HeaderClassName
{
color: #B10EAE;
}
.AnyTagClassName
{
color: #B10EAE;
}
</style>
background-color css
<style>
a { background-color: #B10EAE; }
a { background-color: rgb(177,14,174); }
div.DivClassName
{
background-color: #B10EAE;
}
.BgClassName
{
background-color: #B10EAE;
}
</style>
border-color css
<style>
span { border-color: #B10EAE; }
span { border-color: rgb(177,14,174); }
td.TdClassName
{
border-color: #B10EAE;
}
.TagClassName
{
border-color: #B10EAE;
}
</style>