Shades of Viola #B0979B
Tints of Viola #B0979B
RGB
CMYK
RGB Variations
Color information
#B0979B (or 0xB0979B) is known color: Viola. HEX triplet: B0, 97 and 9B. RGB value is (176,151,155). Sum of RGB (Red+Green+Blue) = 176+151+155=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0979B is #4F6864. Grayscale: #9E9E9E. Windows color (decimal): -5204069 or 10196912. OLE color: 10196912.
HSL color Cylindrical-coordinate representation of color #B0979B: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0979B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 155 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.31 |
| HSL | 350.4º | 0.14% | 0.64% | - |
| HSV(B) | 350.4º | 0.14% | 0.69% | - |
| XYZ | 34.89 | 33.73 | 35.68 | - |
| YUV | 158.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 155 | 0 | 0.14 | 0.12 | 0.31 | 350.4 | 0.14 | 0.64 |
| Hex | B0 | 97 | 9B | 0 | E | C | 1F | 15E | E | 40 |
| Octal | 260 | 227 | 233 | 0 | 16 | 14 | 37 | 536 | 16 | 100 |
| Binary | 10110000 | 10010111 | 10011011 | 0 | 1110 | 1100 | 11111 | 101011110 | 1110 | 1000000 |
Color Harmonies of #B0979B
Complementary color
Monochromatic Colors of #B0979B
Black with #B0979B
Text Example
Text Example
White with #B0979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0979B; }
p { color: rgb(176,151,155); }
H1.HeaderClassName
{
color: #B0979B;
}
.AnyTagClassName
{
color: #B0979B;
}
</style>
background-color css
<style>
a { background-color: #B0979B; }
a { background-color: rgb(176,151,155); }
div.DivClassName
{
background-color: #B0979B;
}
.BgClassName
{
background-color: #B0979B;
}
</style>
border-color css
<style>
span { border-color: #B0979B; }
span { border-color: rgb(176,151,155); }
td.TdClassName
{
border-color: #B0979B;
}
.TagClassName
{
border-color: #B0979B;
}
</style>