Shades of Deep Magenta #B10AB4
Tints of Deep Magenta #B10AB4
RGB
CMYK
RGB Variations
Color information
#B10AB4 (or 0xB10AB4) is known color: Deep Magenta. HEX triplet: B1, 0A and B4. RGB value is (177,10,180). Sum of RGB (Red+Green+Blue) = 177+10+180=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #B10AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AB4 is #4EF54B. Grayscale: #4E4E4E. Windows color (decimal): -5174604 or 11799217. OLE color: 11799217.
HSL color Cylindrical-coordinate representation of color #B10AB4: hue angle of 298.94º degrees, saturation: 0.89, 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 #B10AB4 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 10 | 180 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.29 |
| HSL | 298.94º | 0.89% | 0.37% | - |
| HSV(B) | 298.94º | 0.94% | 0.71% | - |
| XYZ | 26.48 | 12.86 | 44.27 | - |
| YUV | 79.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 180 | 0.02 | 0.94 | 0 | 0.29 | 298.94 | 0.89 | 0.37 |
| Hex | B1 | A | B4 | 2 | 5E | 0 | 1D | 12B | 59 | 25 |
| Octal | 261 | 12 | 264 | 2 | 136 | 0 | 35 | 453 | 131 | 45 |
| Binary | 10110001 | 1010 | 10110100 | 10 | 1011110 | 0 | 11101 | 100101011 | 1011001 | 100101 |
Color Harmonies of #B10AB4
Complementary color
Monochromatic Colors of #B10AB4
Black with #B10AB4
Text Example
Text Example
White with #B10AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AB4; }
p { color: rgb(177,10,180); }
H1.HeaderClassName
{
color: #B10AB4;
}
.AnyTagClassName
{
color: #B10AB4;
}
</style>
background-color css
<style>
a { background-color: #B10AB4; }
a { background-color: rgb(177,10,180); }
div.DivClassName
{
background-color: #B10AB4;
}
.BgClassName
{
background-color: #B10AB4;
}
</style>
border-color css
<style>
span { border-color: #B10AB4; }
span { border-color: rgb(177,10,180); }
td.TdClassName
{
border-color: #B10AB4;
}
.TagClassName
{
border-color: #B10AB4;
}
</style>