Shades of Deep Magenta #B10FA9
Tints of Deep Magenta #B10FA9
RGB
CMYK
RGB Variations
Color information
#B10FA9 (or 0xB10FA9) is known color: Deep Magenta. HEX triplet: B1, 0F and A9. RGB value is (177,15,169). Sum of RGB (Red+Green+Blue) = 177+15+169=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FA9 is #4EF056. Grayscale: #505050. Windows color (decimal): -5173335 or 11079601. OLE color: 11079601.
HSL color Cylindrical-coordinate representation of color #B10FA9: hue angle of 302.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FA9 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 169 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.31 |
| HSL | 302.96º | 0.84% | 0.38% | - |
| HSV(B) | 302.96º | 0.92% | 0.69% | - |
| XYZ | 25.46 | 12.55 | 38.62 | - |
| YUV | 80.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 169 | 0 | 0.92 | 0.05 | 0.31 | 302.96 | 0.84 | 0.38 |
| Hex | B1 | F | A9 | 0 | 5C | 5 | 1F | 12F | 54 | 26 |
| Octal | 261 | 17 | 251 | 0 | 134 | 5 | 37 | 457 | 124 | 46 |
| Binary | 10110001 | 1111 | 10101001 | 0 | 1011100 | 101 | 11111 | 100101111 | 1010100 | 100110 |
Color Harmonies of #B10FA9
Complementary color
Monochromatic Colors of #B10FA9
Black with #B10FA9
Text Example
Text Example
White with #B10FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FA9; }
p { color: rgb(177,15,169); }
H1.HeaderClassName
{
color: #B10FA9;
}
.AnyTagClassName
{
color: #B10FA9;
}
</style>
background-color css
<style>
a { background-color: #B10FA9; }
a { background-color: rgb(177,15,169); }
div.DivClassName
{
background-color: #B10FA9;
}
.BgClassName
{
background-color: #B10FA9;
}
</style>
border-color css
<style>
span { border-color: #B10FA9; }
span { border-color: rgb(177,15,169); }
td.TdClassName
{
border-color: #B10FA9;
}
.TagClassName
{
border-color: #B10FA9;
}
</style>