Shades of Deep Magenta #B10AB5
Tints of Deep Magenta #B10AB5
RGB
CMYK
RGB Variations
Color information
#B10AB5 (or 0xB10AB5) is known color: Deep Magenta. HEX triplet: B1, 0A and B5. RGB value is (177,10,181). Sum of RGB (Red+Green+Blue) = 177+10+181=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #B10AB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AB5 is #4EF54A. Grayscale: #4E4E4E. Windows color (decimal): -5174603 or 11864753. OLE color: 11864753.
HSL color Cylindrical-coordinate representation of color #B10AB5: hue angle of 298.6º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10AB5 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 10 | 181 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.29 |
| HSL | 298.6º | 0.9% | 0.37% | - |
| HSV(B) | 298.6º | 0.94% | 0.71% | - |
| XYZ | 26.58 | 12.9 | 44.81 | - |
| YUV | 79.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 181 | 0.02 | 0.94 | 0 | 0.29 | 298.6 | 0.9 | 0.37 |
| Hex | B1 | A | B5 | 2 | 5E | 0 | 1D | 12B | 5A | 25 |
| Octal | 261 | 12 | 265 | 2 | 136 | 0 | 35 | 453 | 132 | 45 |
| Binary | 10110001 | 1010 | 10110101 | 10 | 1011110 | 0 | 11101 | 100101011 | 1011010 | 100101 |
Color Harmonies of #B10AB5
Complementary color
Monochromatic Colors of #B10AB5
Black with #B10AB5
Text Example
Text Example
White with #B10AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AB5; }
p { color: rgb(177,10,181); }
H1.HeaderClassName
{
color: #B10AB5;
}
.AnyTagClassName
{
color: #B10AB5;
}
</style>
background-color css
<style>
a { background-color: #B10AB5; }
a { background-color: rgb(177,10,181); }
div.DivClassName
{
background-color: #B10AB5;
}
.BgClassName
{
background-color: #B10AB5;
}
</style>
border-color css
<style>
span { border-color: #B10AB5; }
span { border-color: rgb(177,10,181); }
td.TdClassName
{
border-color: #B10AB5;
}
.TagClassName
{
border-color: #B10AB5;
}
</style>