Shades of Deep Magenta #B10FAC
Tints of Deep Magenta #B10FAC
RGB
CMYK
RGB Variations
Color information
#B10FAC (or 0xB10FAC) is known color: Deep Magenta. HEX triplet: B1, 0F and AC. RGB value is (177,15,172). Sum of RGB (Red+Green+Blue) = 177+15+172=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FAC is #4EF053. Grayscale: #505050. Windows color (decimal): -5173332 or 11276209. OLE color: 11276209.
HSL color Cylindrical-coordinate representation of color #B10FAC: hue angle of 301.85º 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 #B10FAC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.31 |
| HSL | 301.85º | 0.84% | 0.38% | - |
| HSV(B) | 301.85º | 0.92% | 0.69% | - |
| XYZ | 25.75 | 12.67 | 40.12 | - |
| YUV | 81.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 172 | 0 | 0.92 | 0.03 | 0.31 | 301.85 | 0.84 | 0.38 |
| Hex | B1 | F | AC | 0 | 5C | 3 | 1F | 12E | 54 | 26 |
| Octal | 261 | 17 | 254 | 0 | 134 | 3 | 37 | 456 | 124 | 46 |
| Binary | 10110001 | 1111 | 10101100 | 0 | 1011100 | 11 | 11111 | 100101110 | 1010100 | 100110 |
Color Harmonies of #B10FAC
Complementary color
Monochromatic Colors of #B10FAC
Black with #B10FAC
Text Example
Text Example
White with #B10FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FAC; }
p { color: rgb(177,15,172); }
H1.HeaderClassName
{
color: #B10FAC;
}
.AnyTagClassName
{
color: #B10FAC;
}
</style>
background-color css
<style>
a { background-color: #B10FAC; }
a { background-color: rgb(177,15,172); }
div.DivClassName
{
background-color: #B10FAC;
}
.BgClassName
{
background-color: #B10FAC;
}
</style>
border-color css
<style>
span { border-color: #B10FAC; }
span { border-color: rgb(177,15,172); }
td.TdClassName
{
border-color: #B10FAC;
}
.TagClassName
{
border-color: #B10FAC;
}
</style>