Shades of Deep Magenta #B119B7
Tints of Deep Magenta #B119B7
RGB
CMYK
RGB Variations
Color information
#B119B7 (or 0xB119B7) is known color: Deep Magenta. HEX triplet: B1, 19 and B7. RGB value is (177,25,183). Sum of RGB (Red+Green+Blue) = 177+25+183=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #B119B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119B7 is #4EE648. Grayscale: #575757. Windows color (decimal): -5170761 or 11999665. OLE color: 11999665.
HSL color Cylindrical-coordinate representation of color #B119B7: hue angle of 297.72º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B119B7 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 25 | 183 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.28 |
| HSL | 297.72º | 0.76% | 0.41% | - |
| HSV(B) | 297.72º | 0.86% | 0.72% | - |
| XYZ | 27.03 | 13.46 | 45.97 | - |
| YUV | 88.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 183 | 0.03 | 0.86 | 0 | 0.28 | 297.72 | 0.76 | 0.41 |
| Hex | B1 | 19 | B7 | 3 | 56 | 0 | 1C | 12A | 4C | 29 |
| Octal | 261 | 31 | 267 | 3 | 126 | 0 | 34 | 452 | 114 | 51 |
| Binary | 10110001 | 11001 | 10110111 | 11 | 1010110 | 0 | 11100 | 100101010 | 1001100 | 101001 |
Color Harmonies of #B119B7
Complementary color
Monochromatic Colors of #B119B7
Black with #B119B7
Text Example
Text Example
White with #B119B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119B7; }
p { color: rgb(177,25,183); }
H1.HeaderClassName
{
color: #B119B7;
}
.AnyTagClassName
{
color: #B119B7;
}
</style>
background-color css
<style>
a { background-color: #B119B7; }
a { background-color: rgb(177,25,183); }
div.DivClassName
{
background-color: #B119B7;
}
.BgClassName
{
background-color: #B119B7;
}
</style>
border-color css
<style>
span { border-color: #B119B7; }
span { border-color: rgb(177,25,183); }
td.TdClassName
{
border-color: #B119B7;
}
.TagClassName
{
border-color: #B119B7;
}
</style>