Shades of Viola #B19199
Tints of Viola #B19199
RGB
CMYK
RGB Variations
Color information
#B19199 (or 0xB19199) is known color: Viola. HEX triplet: B1, 91 and 99. RGB value is (177,145,153). Sum of RGB (Red+Green+Blue) = 177+145+153=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19199 is #4E6E66. Grayscale: #9B9B9B. Windows color (decimal): -5140071 or 10064305. OLE color: 10064305.
HSL color Cylindrical-coordinate representation of color #B19199: hue angle of 345º 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 #B19199 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 153 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.31 |
| HSL | 345º | 0.17% | 0.63% | - |
| HSV(B) | 345º | 0.18% | 0.69% | - |
| XYZ | 34.01 | 31.9 | 34.5 | - |
| YUV | 155.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 153 | 0 | 0.18 | 0.14 | 0.31 | 345 | 0.17 | 0.63 |
| Hex | B1 | 91 | 99 | 0 | 12 | E | 1F | 159 | 11 | 3F |
| Octal | 261 | 221 | 231 | 0 | 22 | 16 | 37 | 531 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10011001 | 0 | 10010 | 1110 | 11111 | 101011001 | 10001 | 111111 |
Color Harmonies of #B19199
Complementary color
Monochromatic Colors of #B19199
Black with #B19199
Text Example
Text Example
White with #B19199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19199; }
p { color: rgb(177,145,153); }
H1.HeaderClassName
{
color: #B19199;
}
.AnyTagClassName
{
color: #B19199;
}
</style>
background-color css
<style>
a { background-color: #B19199; }
a { background-color: rgb(177,145,153); }
div.DivClassName
{
background-color: #B19199;
}
.BgClassName
{
background-color: #B19199;
}
</style>
border-color css
<style>
span { border-color: #B19199; }
span { border-color: rgb(177,145,153); }
td.TdClassName
{
border-color: #B19199;
}
.TagClassName
{
border-color: #B19199;
}
</style>