Shades of Deep Magenta #B10DAB
Tints of Deep Magenta #B10DAB
RGB
CMYK
RGB Variations
Color information
#B10DAB (or 0xB10DAB) is known color: Deep Magenta. HEX triplet: B1, 0D and AB. RGB value is (177,13,171). Sum of RGB (Red+Green+Blue) = 177+13+171=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B10DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10DAB is #4EF254. Grayscale: #4F4F4F. Windows color (decimal): -5173845 or 11210161. OLE color: 11210161.
HSL color Cylindrical-coordinate representation of color #B10DAB: hue angle of 302.2º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DAB is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 171 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.31 |
| HSL | 302.2º | 0.86% | 0.37% | - |
| HSV(B) | 302.2º | 0.93% | 0.69% | - |
| XYZ | 25.63 | 12.58 | 39.6 | - |
| YUV | 80.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 171 | 0 | 0.93 | 0.03 | 0.31 | 302.2 | 0.86 | 0.37 |
| Hex | B1 | D | AB | 0 | 5D | 3 | 1F | 12E | 56 | 25 |
| Octal | 261 | 15 | 253 | 0 | 135 | 3 | 37 | 456 | 126 | 45 |
| Binary | 10110001 | 1101 | 10101011 | 0 | 1011101 | 11 | 11111 | 100101110 | 1010110 | 100101 |
Color Harmonies of #B10DAB
Complementary color
Monochromatic Colors of #B10DAB
Black with #B10DAB
Text Example
Text Example
White with #B10DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DAB; }
p { color: rgb(177,13,171); }
H1.HeaderClassName
{
color: #B10DAB;
}
.AnyTagClassName
{
color: #B10DAB;
}
</style>
background-color css
<style>
a { background-color: #B10DAB; }
a { background-color: rgb(177,13,171); }
div.DivClassName
{
background-color: #B10DAB;
}
.BgClassName
{
background-color: #B10DAB;
}
</style>
border-color css
<style>
span { border-color: #B10DAB; }
span { border-color: rgb(177,13,171); }
td.TdClassName
{
border-color: #B10DAB;
}
.TagClassName
{
border-color: #B10DAB;
}
</style>