Shades of Viola #B0959E
Tints of Viola #B0959E
RGB
CMYK
RGB Variations
Color information
#B0959E (or 0xB0959E) is known color: Viola. HEX triplet: B0, 95 and 9E. RGB value is (176,149,158). Sum of RGB (Red+Green+Blue) = 176+149+158=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B0959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0959E is #4F6A61. Grayscale: #9E9E9E. Windows color (decimal): -5204578 or 10393008. OLE color: 10393008.
HSL color Cylindrical-coordinate representation of color #B0959E: hue angle of 340º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0959E is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 158 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.31 |
| HSL | 340º | 0.15% | 0.64% | - |
| HSV(B) | 340º | 0.15% | 0.69% | - |
| XYZ | 34.82 | 33.19 | 36.92 | - |
| YUV | 158.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 158 | 0 | 0.15 | 0.10 | 0.31 | 340 | 0.15 | 0.64 |
| Hex | B0 | 95 | 9E | 0 | F | A | 1F | 154 | F | 40 |
| Octal | 260 | 225 | 236 | 0 | 17 | 12 | 37 | 524 | 17 | 100 |
| Binary | 10110000 | 10010101 | 10011110 | 0 | 1111 | 1010 | 11111 | 101010100 | 1111 | 1000000 |
Color Harmonies of #B0959E
Complementary color
Monochromatic Colors of #B0959E
Black with #B0959E
Text Example
Text Example
White with #B0959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0959E; }
p { color: rgb(176,149,158); }
H1.HeaderClassName
{
color: #B0959E;
}
.AnyTagClassName
{
color: #B0959E;
}
</style>
background-color css
<style>
a { background-color: #B0959E; }
a { background-color: rgb(176,149,158); }
div.DivClassName
{
background-color: #B0959E;
}
.BgClassName
{
background-color: #B0959E;
}
</style>
border-color css
<style>
span { border-color: #B0959E; }
span { border-color: rgb(176,149,158); }
td.TdClassName
{
border-color: #B0959E;
}
.TagClassName
{
border-color: #B0959E;
}
</style>