Shades of Deep Magenta #B113AC
Tints of Deep Magenta #B113AC
RGB
CMYK
RGB Variations
Color information
#B113AC (or 0xB113AC) is known color: Deep Magenta. HEX triplet: B1, 13 and AC. RGB value is (177,19,172). Sum of RGB (Red+Green+Blue) = 177+19+172=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B113AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113AC is #4EEC53. Grayscale: #535353. Windows color (decimal): -5172308 or 11277233. OLE color: 11277233.
HSL color Cylindrical-coordinate representation of color #B113AC: hue angle of 301.9º 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 #B113AC is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 172 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.31 |
| HSL | 301.9º | 0.81% | 0.38% | - |
| HSV(B) | 301.9º | 0.89% | 0.69% | - |
| XYZ | 25.81 | 12.79 | 40.14 | - |
| YUV | 83.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 172 | 0 | 0.89 | 0.03 | 0.31 | 301.9 | 0.81 | 0.38 |
| Hex | B1 | 13 | AC | 0 | 59 | 3 | 1F | 12E | 51 | 26 |
| Octal | 261 | 23 | 254 | 0 | 131 | 3 | 37 | 456 | 121 | 46 |
| Binary | 10110001 | 10011 | 10101100 | 0 | 1011001 | 11 | 11111 | 100101110 | 1010001 | 100110 |
Color Harmonies of #B113AC
Complementary color
Monochromatic Colors of #B113AC
Black with #B113AC
Text Example
Text Example
White with #B113AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113AC; }
p { color: rgb(177,19,172); }
H1.HeaderClassName
{
color: #B113AC;
}
.AnyTagClassName
{
color: #B113AC;
}
</style>
background-color css
<style>
a { background-color: #B113AC; }
a { background-color: rgb(177,19,172); }
div.DivClassName
{
background-color: #B113AC;
}
.BgClassName
{
background-color: #B113AC;
}
</style>
border-color css
<style>
span { border-color: #B113AC; }
span { border-color: rgb(177,19,172); }
td.TdClassName
{
border-color: #B113AC;
}
.TagClassName
{
border-color: #B113AC;
}
</style>