Shades of Viola #B19198
Tints of Viola #B19198
RGB
CMYK
RGB Variations
Color information
#B19198 (or 0xB19198) is known color: Viola. HEX triplet: B1, 91 and 98. RGB value is (177,145,152). Sum of RGB (Red+Green+Blue) = 177+145+152=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19198 is #4E6E67. Grayscale: #9B9B9B. Windows color (decimal): -5140072 or 9998769. OLE color: 9998769.
HSL color Cylindrical-coordinate representation of color #B19198: hue angle of 346.88º 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 #B19198 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 152 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.31 |
| HSL | 346.88º | 0.17% | 0.63% | - |
| HSV(B) | 346.88º | 0.18% | 0.69% | - |
| XYZ | 33.92 | 31.86 | 34.07 | - |
| YUV | 155.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 152 | 0 | 0.18 | 0.14 | 0.31 | 346.88 | 0.17 | 0.63 |
| Hex | B1 | 91 | 98 | 0 | 12 | E | 1F | 15B | 11 | 3F |
| Octal | 261 | 221 | 230 | 0 | 22 | 16 | 37 | 533 | 21 | 77 |
| Binary | 10110001 | 10010001 | 10011000 | 0 | 10010 | 1110 | 11111 | 101011011 | 10001 | 111111 |
Color Harmonies of #B19198
Complementary color
Monochromatic Colors of #B19198
Black with #B19198
Text Example
Text Example
White with #B19198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19198; }
p { color: rgb(177,145,152); }
H1.HeaderClassName
{
color: #B19198;
}
.AnyTagClassName
{
color: #B19198;
}
</style>
background-color css
<style>
a { background-color: #B19198; }
a { background-color: rgb(177,145,152); }
div.DivClassName
{
background-color: #B19198;
}
.BgClassName
{
background-color: #B19198;
}
</style>
border-color css
<style>
span { border-color: #B19198; }
span { border-color: rgb(177,145,152); }
td.TdClassName
{
border-color: #B19198;
}
.TagClassName
{
border-color: #B19198;
}
</style>