Shades of Viola #B19193
Tints of Viola #B19193
RGB
CMYK
RGB Variations
Color information
#B19193 (or 0xB19193) is known color: Viola. HEX triplet: B1, 91 and 93. RGB value is (177,145,147). Sum of RGB (Red+Green+Blue) = 177+145+147=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19193 is #4E6E6C. Grayscale: #9A9A9A. Windows color (decimal): -5140077 or 9671089. OLE color: 9671089.
HSL color Cylindrical-coordinate representation of color #B19193: hue angle of 356.25º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19193 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 147 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.31 |
| HSL | 356.25º | 0.17% | 0.63% | - |
| HSV(B) | 356.25º | 0.18% | 0.69% | - |
| XYZ | 33.52 | 31.7 | 31.96 | - |
| YUV | 154.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 147 | 0 | 0.18 | 0.17 | 0.31 | 356.25 | 0.17 | 0.63 |
| Hex | B1 | 91 | 93 | 0 | 12 | 11 | 1F | 164 | 11 | 3F |
| Octal | 261 | 221 | 223 | 0 | 22 | 21 | 37 | 544 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10010011 | 0 | 10010 | 10001 | 11111 | 101100100 | 10001 | 111111 |
Color Harmonies of #B19193
Complementary color
Monochromatic Colors of #B19193
Black with #B19193
Text Example
Text Example
White with #B19193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19193; }
p { color: rgb(177,145,147); }
H1.HeaderClassName
{
color: #B19193;
}
.AnyTagClassName
{
color: #B19193;
}
</style>
background-color css
<style>
a { background-color: #B19193; }
a { background-color: rgb(177,145,147); }
div.DivClassName
{
background-color: #B19193;
}
.BgClassName
{
background-color: #B19193;
}
</style>
border-color css
<style>
span { border-color: #B19193; }
span { border-color: rgb(177,145,147); }
td.TdClassName
{
border-color: #B19193;
}
.TagClassName
{
border-color: #B19193;
}
</style>