Shades of Deep Magenta #B10AAB
Tints of Deep Magenta #B10AAB
RGB
CMYK
RGB Variations
Color information
#B10AAB (or 0xB10AAB) is known color: Deep Magenta. HEX triplet: B1, 0A and AB. RGB value is (177,10,171). Sum of RGB (Red+Green+Blue) = 177+10+171=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AAB is #4EF554. Grayscale: #4D4D4D. Windows color (decimal): -5174613 or 11209393. OLE color: 11209393.
HSL color Cylindrical-coordinate representation of color #B10AAB: hue angle of 302.16º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10AAB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 171 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.31 |
| HSL | 302.16º | 0.89% | 0.37% | - |
| HSV(B) | 302.16º | 0.94% | 0.69% | - |
| XYZ | 25.59 | 12.5 | 39.59 | - |
| YUV | 78.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 171 | 0 | 0.94 | 0.03 | 0.31 | 302.16 | 0.89 | 0.37 |
| Hex | B1 | A | AB | 0 | 5E | 3 | 1F | 12E | 59 | 25 |
| Octal | 261 | 12 | 253 | 0 | 136 | 3 | 37 | 456 | 131 | 45 |
| Binary | 10110001 | 1010 | 10101011 | 0 | 1011110 | 11 | 11111 | 100101110 | 1011001 | 100101 |
Color Harmonies of #B10AAB
Complementary color
Monochromatic Colors of #B10AAB
Black with #B10AAB
Text Example
Text Example
White with #B10AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AAB; }
p { color: rgb(177,10,171); }
H1.HeaderClassName
{
color: #B10AAB;
}
.AnyTagClassName
{
color: #B10AAB;
}
</style>
background-color css
<style>
a { background-color: #B10AAB; }
a { background-color: rgb(177,10,171); }
div.DivClassName
{
background-color: #B10AAB;
}
.BgClassName
{
background-color: #B10AAB;
}
</style>
border-color css
<style>
span { border-color: #B10AAB; }
span { border-color: rgb(177,10,171); }
td.TdClassName
{
border-color: #B10AAB;
}
.TagClassName
{
border-color: #B10AAB;
}
</style>