Shades of Deep Magenta #B10AB1
Tints of Deep Magenta #B10AB1
RGB
CMYK
RGB Variations
Color information
#B10AB1 (or 0xB10AB1) is known color: Deep Magenta. HEX triplet: B1, 0A and B1. RGB value is (177,10,177). Sum of RGB (Red+Green+Blue) = 177+10+177=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B10AB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AB1 is #4EF54E. Grayscale: #4E4E4E. Windows color (decimal): -5174607 or 11602609. OLE color: 11602609.
HSL color Cylindrical-coordinate representation of color #B10AB1: hue angle of 300º 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 #B10AB1 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 10 | 177 | - |
| CMYK | 0 | 0.94 | 0 | 0.31 |
| HSL | 300º | 0.89% | 0.37% | - |
| HSV(B) | 300º | 0.94% | 0.69% | - |
| XYZ | 26.18 | 12.74 | 42.67 | - |
| YUV | 78.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 177 | 0 | 0.94 | 0 | 0.31 | 300 | 0.89 | 0.37 |
| Hex | B1 | A | B1 | 0 | 5E | 0 | 1F | 12C | 59 | 25 |
| Octal | 261 | 12 | 261 | 0 | 136 | 0 | 37 | 454 | 131 | 45 |
| Binary | 10110001 | 1010 | 10110001 | 0 | 1011110 | 0 | 11111 | 100101100 | 1011001 | 100101 |
Color Harmonies of #B10AB1
Complementary color
Monochromatic Colors of #B10AB1
Black with #B10AB1
Text Example
Text Example
White with #B10AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AB1; }
p { color: rgb(177,10,177); }
H1.HeaderClassName
{
color: #B10AB1;
}
.AnyTagClassName
{
color: #B10AB1;
}
</style>
background-color css
<style>
a { background-color: #B10AB1; }
a { background-color: rgb(177,10,177); }
div.DivClassName
{
background-color: #B10AB1;
}
.BgClassName
{
background-color: #B10AB1;
}
</style>
border-color css
<style>
span { border-color: #B10AB1; }
span { border-color: rgb(177,10,177); }
td.TdClassName
{
border-color: #B10AB1;
}
.TagClassName
{
border-color: #B10AB1;
}
</style>