Shades of Deep Magenta #B119BA
Tints of Deep Magenta #B119BA
RGB
CMYK
RGB Variations
Color information
#B119BA (or 0xB119BA) is known color: Deep Magenta. HEX triplet: B1, 19 and BA. RGB value is (177,25,186). Sum of RGB (Red+Green+Blue) = 177+25+186=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B119BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119BA is #4EE645. Grayscale: #585858. Windows color (decimal): -5170758 or 12196273. OLE color: 12196273.
HSL color Cylindrical-coordinate representation of color #B119BA: hue angle of 296.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B119BA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 25 | 186 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.27 |
| HSL | 296.65º | 0.76% | 0.41% | - |
| HSV(B) | 296.65º | 0.87% | 0.73% | - |
| XYZ | 27.34 | 13.59 | 47.64 | - |
| YUV | 88.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 186 | 0.05 | 0.87 | 0 | 0.27 | 296.65 | 0.76 | 0.41 |
| Hex | B1 | 19 | BA | 5 | 57 | 0 | 1B | 129 | 4C | 29 |
| Octal | 261 | 31 | 272 | 5 | 127 | 0 | 33 | 451 | 114 | 51 |
| Binary | 10110001 | 11001 | 10111010 | 101 | 1010111 | 0 | 11011 | 100101001 | 1001100 | 101001 |
Color Harmonies of #B119BA
Complementary color
Monochromatic Colors of #B119BA
Black with #B119BA
Text Example
Text Example
White with #B119BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119BA; }
p { color: rgb(177,25,186); }
H1.HeaderClassName
{
color: #B119BA;
}
.AnyTagClassName
{
color: #B119BA;
}
</style>
background-color css
<style>
a { background-color: #B119BA; }
a { background-color: rgb(177,25,186); }
div.DivClassName
{
background-color: #B119BA;
}
.BgClassName
{
background-color: #B119BA;
}
</style>
border-color css
<style>
span { border-color: #B119BA; }
span { border-color: rgb(177,25,186); }
td.TdClassName
{
border-color: #B119BA;
}
.TagClassName
{
border-color: #B119BA;
}
</style>