Shades of Deep Magenta #B10AB8
Tints of Deep Magenta #B10AB8
RGB
CMYK
RGB Variations
Color information
#B10AB8 (or 0xB10AB8) is known color: Deep Magenta. HEX triplet: B1, 0A and B8. RGB value is (177,10,184). Sum of RGB (Red+Green+Blue) = 177+10+184=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #B10AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AB8 is #4EF547. Grayscale: #4F4F4F. Windows color (decimal): -5174600 or 12061361. OLE color: 12061361.
HSL color Cylindrical-coordinate representation of color #B10AB8: hue angle of 297.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10AB8 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 10 | 184 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.28 |
| HSL | 297.59º | 0.9% | 0.38% | - |
| HSV(B) | 297.59º | 0.95% | 0.72% | - |
| XYZ | 26.89 | 13.02 | 46.44 | - |
| YUV | 79.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 184 | 0.04 | 0.95 | 0 | 0.28 | 297.59 | 0.9 | 0.38 |
| Hex | B1 | A | B8 | 4 | 5F | 0 | 1C | 12A | 5A | 26 |
| Octal | 261 | 12 | 270 | 4 | 137 | 0 | 34 | 452 | 132 | 46 |
| Binary | 10110001 | 1010 | 10111000 | 100 | 1011111 | 0 | 11100 | 100101010 | 1011010 | 100110 |
Color Harmonies of #B10AB8
Complementary color
Monochromatic Colors of #B10AB8
Black with #B10AB8
Text Example
Text Example
White with #B10AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AB8; }
p { color: rgb(177,10,184); }
H1.HeaderClassName
{
color: #B10AB8;
}
.AnyTagClassName
{
color: #B10AB8;
}
</style>
background-color css
<style>
a { background-color: #B10AB8; }
a { background-color: rgb(177,10,184); }
div.DivClassName
{
background-color: #B10AB8;
}
.BgClassName
{
background-color: #B10AB8;
}
</style>
border-color css
<style>
span { border-color: #B10AB8; }
span { border-color: rgb(177,10,184); }
td.TdClassName
{
border-color: #B10AB8;
}
.TagClassName
{
border-color: #B10AB8;
}
</style>