Shades of Deep Magenta #B113A8
Tints of Deep Magenta #B113A8
RGB
CMYK
RGB Variations
Color information
#B113A8 (or 0xB113A8) is known color: Deep Magenta. HEX triplet: B1, 13 and A8. RGB value is (177,19,168). Sum of RGB (Red+Green+Blue) = 177+19+168=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B113A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113A8 is #4EEC57. Grayscale: #525252. Windows color (decimal): -5172312 or 11015089. OLE color: 11015089.
HSL color Cylindrical-coordinate representation of color #B113A8: hue angle of 303.42º 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 #B113A8 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 168 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.31 |
| HSL | 303.42º | 0.81% | 0.38% | - |
| HSV(B) | 303.42º | 0.89% | 0.69% | - |
| XYZ | 25.43 | 12.64 | 38.15 | - |
| YUV | 83.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 168 | 0 | 0.89 | 0.05 | 0.31 | 303.42 | 0.81 | 0.38 |
| Hex | B1 | 13 | A8 | 0 | 59 | 5 | 1F | 12F | 51 | 26 |
| Octal | 261 | 23 | 250 | 0 | 131 | 5 | 37 | 457 | 121 | 46 |
| Binary | 10110001 | 10011 | 10101000 | 0 | 1011001 | 101 | 11111 | 100101111 | 1010001 | 100110 |
Color Harmonies of #B113A8
Complementary color
Monochromatic Colors of #B113A8
Black with #B113A8
Text Example
Text Example
White with #B113A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113A8; }
p { color: rgb(177,19,168); }
H1.HeaderClassName
{
color: #B113A8;
}
.AnyTagClassName
{
color: #B113A8;
}
</style>
background-color css
<style>
a { background-color: #B113A8; }
a { background-color: rgb(177,19,168); }
div.DivClassName
{
background-color: #B113A8;
}
.BgClassName
{
background-color: #B113A8;
}
</style>
border-color css
<style>
span { border-color: #B113A8; }
span { border-color: rgb(177,19,168); }
td.TdClassName
{
border-color: #B113A8;
}
.TagClassName
{
border-color: #B113A8;
}
</style>