Shades of Deep Magenta #B113B0
Tints of Deep Magenta #B113B0
RGB
CMYK
RGB Variations
Color information
#B113B0 (or 0xB113B0) is known color: Deep Magenta. HEX triplet: B1, 13 and B0. RGB value is (177,19,176). Sum of RGB (Red+Green+Blue) = 177+19+176=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B113B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113B0 is #4EEC4F. Grayscale: #535353. Windows color (decimal): -5172304 or 11539377. OLE color: 11539377.
HSL color Cylindrical-coordinate representation of color #B113B0: hue angle of 300.38º 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 #B113B0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 176 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.31 |
| HSL | 300.38º | 0.81% | 0.38% | - |
| HSV(B) | 300.38º | 0.89% | 0.69% | - |
| XYZ | 26.2 | 12.95 | 42.19 | - |
| YUV | 84.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 176 | 0 | 0.89 | 0.01 | 0.31 | 300.38 | 0.81 | 0.38 |
| Hex | B1 | 13 | B0 | 0 | 59 | 1 | 1F | 12C | 51 | 26 |
| Octal | 261 | 23 | 260 | 0 | 131 | 1 | 37 | 454 | 121 | 46 |
| Binary | 10110001 | 10011 | 10110000 | 0 | 1011001 | 1 | 11111 | 100101100 | 1010001 | 100110 |
Color Harmonies of #B113B0
Complementary color
Monochromatic Colors of #B113B0
Black with #B113B0
Text Example
Text Example
White with #B113B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113B0; }
p { color: rgb(177,19,176); }
H1.HeaderClassName
{
color: #B113B0;
}
.AnyTagClassName
{
color: #B113B0;
}
</style>
background-color css
<style>
a { background-color: #B113B0; }
a { background-color: rgb(177,19,176); }
div.DivClassName
{
background-color: #B113B0;
}
.BgClassName
{
background-color: #B113B0;
}
</style>
border-color css
<style>
span { border-color: #B113B0; }
span { border-color: rgb(177,19,176); }
td.TdClassName
{
border-color: #B113B0;
}
.TagClassName
{
border-color: #B113B0;
}
</style>