Shades of Deep Magenta #B116AD
Tints of Deep Magenta #B116AD
RGB
CMYK
RGB Variations
Color information
#B116AD (or 0xB116AD) is known color: Deep Magenta. HEX triplet: B1, 16 and AD. RGB value is (177,22,173). Sum of RGB (Red+Green+Blue) = 177+22+173=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B116AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B116AD is #4EE952. Grayscale: #555555. Windows color (decimal): -5171539 or 11343537. OLE color: 11343537.
HSL color Cylindrical-coordinate representation of color #B116AD: hue angle of 301.55º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B116AD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 173 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.31 |
| HSL | 301.55º | 0.78% | 0.39% | - |
| HSV(B) | 301.55º | 0.88% | 0.69% | - |
| XYZ | 25.96 | 12.94 | 40.66 | - |
| YUV | 85.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 173 | 0 | 0.88 | 0.02 | 0.31 | 301.55 | 0.78 | 0.39 |
| Hex | B1 | 16 | AD | 0 | 58 | 2 | 1F | 12E | 4E | 27 |
| Octal | 261 | 26 | 255 | 0 | 130 | 2 | 37 | 456 | 116 | 47 |
| Binary | 10110001 | 10110 | 10101101 | 0 | 1011000 | 10 | 11111 | 100101110 | 1001110 | 100111 |
Color Harmonies of #B116AD
Complementary color
Monochromatic Colors of #B116AD
Black with #B116AD
Text Example
Text Example
White with #B116AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B116AD; }
p { color: rgb(177,22,173); }
H1.HeaderClassName
{
color: #B116AD;
}
.AnyTagClassName
{
color: #B116AD;
}
</style>
background-color css
<style>
a { background-color: #B116AD; }
a { background-color: rgb(177,22,173); }
div.DivClassName
{
background-color: #B116AD;
}
.BgClassName
{
background-color: #B116AD;
}
</style>
border-color css
<style>
span { border-color: #B116AD; }
span { border-color: rgb(177,22,173); }
td.TdClassName
{
border-color: #B116AD;
}
.TagClassName
{
border-color: #B116AD;
}
</style>