Shades of Deep Magenta #B111AD
Tints of Deep Magenta #B111AD
RGB
CMYK
RGB Variations
Color information
#B111AD (or 0xB111AD) is known color: Deep Magenta. HEX triplet: B1, 11 and AD. RGB value is (177,17,173). Sum of RGB (Red+Green+Blue) = 177+17+173=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B111AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111AD is #4EEE52. Grayscale: #525252. Windows color (decimal): -5172819 or 11342257. OLE color: 11342257.
HSL color Cylindrical-coordinate representation of color #B111AD: hue angle of 301.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111AD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 173 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.31 |
| HSL | 301.5º | 0.82% | 0.38% | - |
| HSV(B) | 301.5º | 0.9% | 0.69% | - |
| XYZ | 25.87 | 12.77 | 40.64 | - |
| YUV | 82.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 173 | 0 | 0.90 | 0.02 | 0.31 | 301.5 | 0.82 | 0.38 |
| Hex | B1 | 11 | AD | 0 | 5A | 2 | 1F | 12E | 52 | 26 |
| Octal | 261 | 21 | 255 | 0 | 132 | 2 | 37 | 456 | 122 | 46 |
| Binary | 10110001 | 10001 | 10101101 | 0 | 1011010 | 10 | 11111 | 100101110 | 1010010 | 100110 |
Color Harmonies of #B111AD
Complementary color
Monochromatic Colors of #B111AD
Black with #B111AD
Text Example
Text Example
White with #B111AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111AD; }
p { color: rgb(177,17,173); }
H1.HeaderClassName
{
color: #B111AD;
}
.AnyTagClassName
{
color: #B111AD;
}
</style>
background-color css
<style>
a { background-color: #B111AD; }
a { background-color: rgb(177,17,173); }
div.DivClassName
{
background-color: #B111AD;
}
.BgClassName
{
background-color: #B111AD;
}
</style>
border-color css
<style>
span { border-color: #B111AD; }
span { border-color: rgb(177,17,173); }
td.TdClassName
{
border-color: #B111AD;
}
.TagClassName
{
border-color: #B111AD;
}
</style>