Shades of Deep Magenta #B10BAB
Tints of Deep Magenta #B10BAB
RGB
CMYK
RGB Variations
Color information
#B10BAB (or 0xB10BAB) is known color: Deep Magenta. HEX triplet: B1, 0B and AB. RGB value is (177,11,171). Sum of RGB (Red+Green+Blue) = 177+11+171=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BAB is #4EF454. Grayscale: #4E4E4E. Windows color (decimal): -5174357 or 11209649. OLE color: 11209649.
HSL color Cylindrical-coordinate representation of color #B10BAB: hue angle of 302.17º degrees, saturation: 0.88, 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 #B10BAB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.31 |
| HSL | 302.17º | 0.88% | 0.37% | - |
| HSV(B) | 302.17º | 0.94% | 0.69% | - |
| XYZ | 25.6 | 12.53 | 39.6 | - |
| YUV | 78.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 171 | 0 | 0.94 | 0.03 | 0.31 | 302.17 | 0.88 | 0.37 |
| Hex | B1 | B | AB | 0 | 5E | 3 | 1F | 12E | 58 | 25 |
| Octal | 261 | 13 | 253 | 0 | 136 | 3 | 37 | 456 | 130 | 45 |
| Binary | 10110001 | 1011 | 10101011 | 0 | 1011110 | 11 | 11111 | 100101110 | 1011000 | 100101 |
Color Harmonies of #B10BAB
Complementary color
Monochromatic Colors of #B10BAB
Black with #B10BAB
Text Example
Text Example
White with #B10BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BAB; }
p { color: rgb(177,11,171); }
H1.HeaderClassName
{
color: #B10BAB;
}
.AnyTagClassName
{
color: #B10BAB;
}
</style>
background-color css
<style>
a { background-color: #B10BAB; }
a { background-color: rgb(177,11,171); }
div.DivClassName
{
background-color: #B10BAB;
}
.BgClassName
{
background-color: #B10BAB;
}
</style>
border-color css
<style>
span { border-color: #B10BAB; }
span { border-color: rgb(177,11,171); }
td.TdClassName
{
border-color: #B10BAB;
}
.TagClassName
{
border-color: #B10BAB;
}
</style>