Shades of Deep Magenta #B119AA
Tints of Deep Magenta #B119AA
RGB
CMYK
RGB Variations
Color information
#B119AA (or 0xB119AA) is known color: Deep Magenta. HEX triplet: B1, 19 and AA. RGB value is (177,25,170). Sum of RGB (Red+Green+Blue) = 177+25+170=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B119AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119AA is #4EE655. Grayscale: #565656. Windows color (decimal): -5170774 or 11147697. OLE color: 11147697.
HSL color Cylindrical-coordinate representation of color #B119AA: hue angle of 302.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B119AA is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 170 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.31 |
| HSL | 302.76º | 0.75% | 0.4% | - |
| HSV(B) | 302.76º | 0.86% | 0.69% | - |
| XYZ | 25.73 | 12.94 | 39.17 | - |
| YUV | 86.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 170 | 0 | 0.86 | 0.04 | 0.31 | 302.76 | 0.75 | 0.4 |
| Hex | B1 | 19 | AA | 0 | 56 | 4 | 1F | 12F | 4B | 28 |
| Octal | 261 | 31 | 252 | 0 | 126 | 4 | 37 | 457 | 113 | 50 |
| Binary | 10110001 | 11001 | 10101010 | 0 | 1010110 | 100 | 11111 | 100101111 | 1001011 | 101000 |
Color Harmonies of #B119AA
Complementary color
Monochromatic Colors of #B119AA
Black with #B119AA
Text Example
Text Example
White with #B119AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119AA; }
p { color: rgb(177,25,170); }
H1.HeaderClassName
{
color: #B119AA;
}
.AnyTagClassName
{
color: #B119AA;
}
</style>
background-color css
<style>
a { background-color: #B119AA; }
a { background-color: rgb(177,25,170); }
div.DivClassName
{
background-color: #B119AA;
}
.BgClassName
{
background-color: #B119AA;
}
</style>
border-color css
<style>
span { border-color: #B119AA; }
span { border-color: rgb(177,25,170); }
td.TdClassName
{
border-color: #B119AA;
}
.TagClassName
{
border-color: #B119AA;
}
</style>