Shades of Viola #B19296
Tints of Viola #B19296
RGB
CMYK
RGB Variations
Color information
#B19296 (or 0xB19296) is known color: Viola. HEX triplet: B1, 92 and 96. RGB value is (177,146,150). Sum of RGB (Red+Green+Blue) = 177+146+150=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19296 is #4E6D69. Grayscale: #9B9B9B. Windows color (decimal): -5139818 or 9867953. OLE color: 9867953.
HSL color Cylindrical-coordinate representation of color #B19296: hue angle of 352.26º 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 #B19296 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 150 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.31 |
| HSL | 352.26º | 0.17% | 0.63% | - |
| HSV(B) | 352.26º | 0.18% | 0.69% | - |
| XYZ | 33.92 | 32.11 | 33.26 | - |
| YUV | 155.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 150 | 0 | 0.18 | 0.15 | 0.31 | 352.26 | 0.17 | 0.63 |
| Hex | B1 | 92 | 96 | 0 | 12 | F | 1F | 160 | 11 | 3F |
| Octal | 261 | 222 | 226 | 0 | 22 | 17 | 37 | 540 | 21 | 77 |
| Binary | 10110001 | 10010010 | 10010110 | 0 | 10010 | 1111 | 11111 | 101100000 | 10001 | 111111 |
Color Harmonies of #B19296
Complementary color
Monochromatic Colors of #B19296
Black with #B19296
Text Example
Text Example
White with #B19296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19296; }
p { color: rgb(177,146,150); }
H1.HeaderClassName
{
color: #B19296;
}
.AnyTagClassName
{
color: #B19296;
}
</style>
background-color css
<style>
a { background-color: #B19296; }
a { background-color: rgb(177,146,150); }
div.DivClassName
{
background-color: #B19296;
}
.BgClassName
{
background-color: #B19296;
}
</style>
border-color css
<style>
span { border-color: #B19296; }
span { border-color: rgb(177,146,150); }
td.TdClassName
{
border-color: #B19296;
}
.TagClassName
{
border-color: #B19296;
}
</style>