Shades of Viola #B199A0
Tints of Viola #B199A0
RGB
CMYK
RGB Variations
Color information
#B199A0 (or 0xB199A0) is known color: Viola. HEX triplet: B1, 99 and A0. RGB value is (177,153,160). Sum of RGB (Red+Green+Blue) = 177+153+160=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B199A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199A0 is #4E665F. Grayscale: #A0A0A0. Windows color (decimal): -5138016 or 10525105. OLE color: 10525105.
HSL color Cylindrical-coordinate representation of color #B199A0: hue angle of 342.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199A0 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 160 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.31 |
| HSL | 342.5º | 0.13% | 0.65% | - |
| HSV(B) | 342.5º | 0.14% | 0.69% | - |
| XYZ | 35.87 | 34.67 | 38.06 | - |
| YUV | 160.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 160 | 0 | 0.14 | 0.10 | 0.31 | 342.5 | 0.13 | 0.65 |
| Hex | B1 | 99 | A0 | 0 | E | A | 1F | 156 | D | 41 |
| Octal | 261 | 231 | 240 | 0 | 16 | 12 | 37 | 526 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10100000 | 0 | 1110 | 1010 | 11111 | 101010110 | 1101 | 1000001 |
Color Harmonies of #B199A0
Complementary color
Monochromatic Colors of #B199A0
Black with #B199A0
Text Example
Text Example
White with #B199A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199A0; }
p { color: rgb(177,153,160); }
H1.HeaderClassName
{
color: #B199A0;
}
.AnyTagClassName
{
color: #B199A0;
}
</style>
background-color css
<style>
a { background-color: #B199A0; }
a { background-color: rgb(177,153,160); }
div.DivClassName
{
background-color: #B199A0;
}
.BgClassName
{
background-color: #B199A0;
}
</style>
border-color css
<style>
span { border-color: #B199A0; }
span { border-color: rgb(177,153,160); }
td.TdClassName
{
border-color: #B199A0;
}
.TagClassName
{
border-color: #B199A0;
}
</style>