Shades of Deep Magenta #B113AD
Tints of Deep Magenta #B113AD
RGB
CMYK
RGB Variations
Color information
#B113AD (or 0xB113AD) is known color: Deep Magenta. HEX triplet: B1, 13 and AD. RGB value is (177,19,173). Sum of RGB (Red+Green+Blue) = 177+19+173=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B113AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113AD is #4EEC52. Grayscale: #535353. Windows color (decimal): -5172307 or 11342769. OLE color: 11342769.
HSL color Cylindrical-coordinate representation of color #B113AD: hue angle of 301.52º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B113AD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 173 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.31 |
| HSL | 301.52º | 0.81% | 0.38% | - |
| HSV(B) | 301.52º | 0.89% | 0.69% | - |
| XYZ | 25.91 | 12.83 | 40.65 | - |
| YUV | 83.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 173 | 0 | 0.89 | 0.02 | 0.31 | 301.52 | 0.81 | 0.38 |
| Hex | B1 | 13 | AD | 0 | 59 | 2 | 1F | 12E | 51 | 26 |
| Octal | 261 | 23 | 255 | 0 | 131 | 2 | 37 | 456 | 121 | 46 |
| Binary | 10110001 | 10011 | 10101101 | 0 | 1011001 | 10 | 11111 | 100101110 | 1010001 | 100110 |
Color Harmonies of #B113AD
Complementary color
Monochromatic Colors of #B113AD
Black with #B113AD
Text Example
Text Example
White with #B113AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113AD; }
p { color: rgb(177,19,173); }
H1.HeaderClassName
{
color: #B113AD;
}
.AnyTagClassName
{
color: #B113AD;
}
</style>
background-color css
<style>
a { background-color: #B113AD; }
a { background-color: rgb(177,19,173); }
div.DivClassName
{
background-color: #B113AD;
}
.BgClassName
{
background-color: #B113AD;
}
</style>
border-color css
<style>
span { border-color: #B113AD; }
span { border-color: rgb(177,19,173); }
td.TdClassName
{
border-color: #B113AD;
}
.TagClassName
{
border-color: #B113AD;
}
</style>