Shades of Viola #B19BA0
Tints of Viola #B19BA0
RGB
CMYK
RGB Variations
Color information
#B19BA0 (or 0xB19BA0) is known color: Viola. HEX triplet: B1, 9B and A0. RGB value is (177,155,160). Sum of RGB (Red+Green+Blue) = 177+155+160=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BA0 is #4E645F. Grayscale: #A2A2A2. Windows color (decimal): -5137504 or 10525617. OLE color: 10525617.
HSL color Cylindrical-coordinate representation of color #B19BA0: hue angle of 346.36º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19BA0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 160 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.31 |
| HSL | 346.36º | 0.12% | 0.65% | - |
| HSV(B) | 346.36º | 0.12% | 0.69% | - |
| XYZ | 36.2 | 35.33 | 38.17 | - |
| YUV | 162.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 160 | 0 | 0.12 | 0.10 | 0.31 | 346.36 | 0.12 | 0.65 |
| Hex | B1 | 9B | A0 | 0 | C | A | 1F | 15A | C | 41 |
| Octal | 261 | 233 | 240 | 0 | 14 | 12 | 37 | 532 | 14 | 101 |
| Binary | 10110001 | 10011011 | 10100000 | 0 | 1100 | 1010 | 11111 | 101011010 | 1100 | 1000001 |
Color Harmonies of #B19BA0
Complementary color
Monochromatic Colors of #B19BA0
Black with #B19BA0
Text Example
Text Example
White with #B19BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BA0; }
p { color: rgb(177,155,160); }
H1.HeaderClassName
{
color: #B19BA0;
}
.AnyTagClassName
{
color: #B19BA0;
}
</style>
background-color css
<style>
a { background-color: #B19BA0; }
a { background-color: rgb(177,155,160); }
div.DivClassName
{
background-color: #B19BA0;
}
.BgClassName
{
background-color: #B19BA0;
}
</style>
border-color css
<style>
span { border-color: #B19BA0; }
span { border-color: rgb(177,155,160); }
td.TdClassName
{
border-color: #B19BA0;
}
.TagClassName
{
border-color: #B19BA0;
}
</style>