Shades of Deep Magenta #B113B9
Tints of Deep Magenta #B113B9
RGB
CMYK
RGB Variations
Color information
#B113B9 (or 0xB113B9) is known color: Deep Magenta. HEX triplet: B1, 13 and B9. RGB value is (177,19,185). Sum of RGB (Red+Green+Blue) = 177+19+185=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #B113B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113B9 is #4EEC46. Grayscale: #545454. Windows color (decimal): -5172295 or 12129201. OLE color: 12129201.
HSL color Cylindrical-coordinate representation of color #B113B9: hue angle of 297.11º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B113B9 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 19 | 185 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.27 |
| HSL | 297.11º | 0.81% | 0.4% | - |
| HSV(B) | 297.11º | 0.9% | 0.73% | - |
| XYZ | 27.12 | 13.32 | 47.04 | - |
| YUV | 85.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 185 | 0.04 | 0.90 | 0 | 0.27 | 297.11 | 0.81 | 0.4 |
| Hex | B1 | 13 | B9 | 4 | 5A | 0 | 1B | 129 | 51 | 28 |
| Octal | 261 | 23 | 271 | 4 | 132 | 0 | 33 | 451 | 121 | 50 |
| Binary | 10110001 | 10011 | 10111001 | 100 | 1011010 | 0 | 11011 | 100101001 | 1010001 | 101000 |
Color Harmonies of #B113B9
Complementary color
Monochromatic Colors of #B113B9
Black with #B113B9
Text Example
Text Example
White with #B113B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113B9; }
p { color: rgb(177,19,185); }
H1.HeaderClassName
{
color: #B113B9;
}
.AnyTagClassName
{
color: #B113B9;
}
</style>
background-color css
<style>
a { background-color: #B113B9; }
a { background-color: rgb(177,19,185); }
div.DivClassName
{
background-color: #B113B9;
}
.BgClassName
{
background-color: #B113B9;
}
</style>
border-color css
<style>
span { border-color: #B113B9; }
span { border-color: rgb(177,19,185); }
td.TdClassName
{
border-color: #B113B9;
}
.TagClassName
{
border-color: #B113B9;
}
</style>