Shades of Deep Magenta #B119AD
Tints of Deep Magenta #B119AD
RGB
CMYK
RGB Variations
Color information
#B119AD (or 0xB119AD) is known color: Deep Magenta. HEX triplet: B1, 19 and AD. RGB value is (177,25,173). Sum of RGB (Red+Green+Blue) = 177+25+173=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B119AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119AD is #4EE652. Grayscale: #565656. Windows color (decimal): -5170771 or 11344305. OLE color: 11344305.
HSL color Cylindrical-coordinate representation of color #B119AD: hue angle of 301.58º 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 #B119AD is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.31 |
| HSL | 301.58º | 0.75% | 0.4% | - |
| HSV(B) | 301.58º | 0.86% | 0.69% | - |
| XYZ | 26.02 | 13.06 | 40.68 | - |
| YUV | 87.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 173 | 0 | 0.86 | 0.02 | 0.31 | 301.58 | 0.75 | 0.4 |
| Hex | B1 | 19 | AD | 0 | 56 | 2 | 1F | 12E | 4B | 28 |
| Octal | 261 | 31 | 255 | 0 | 126 | 2 | 37 | 456 | 113 | 50 |
| Binary | 10110001 | 11001 | 10101101 | 0 | 1010110 | 10 | 11111 | 100101110 | 1001011 | 101000 |
Color Harmonies of #B119AD
Complementary color
Monochromatic Colors of #B119AD
Black with #B119AD
Text Example
Text Example
White with #B119AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119AD; }
p { color: rgb(177,25,173); }
H1.HeaderClassName
{
color: #B119AD;
}
.AnyTagClassName
{
color: #B119AD;
}
</style>
background-color css
<style>
a { background-color: #B119AD; }
a { background-color: rgb(177,25,173); }
div.DivClassName
{
background-color: #B119AD;
}
.BgClassName
{
background-color: #B119AD;
}
</style>
border-color css
<style>
span { border-color: #B119AD; }
span { border-color: rgb(177,25,173); }
td.TdClassName
{
border-color: #B119AD;
}
.TagClassName
{
border-color: #B119AD;
}
</style>