Shades of Viola #B09BA0
Tints of Viola #B09BA0
RGB
CMYK
RGB Variations
Color information
#B09BA0 (or 0xB09BA0) is known color: Viola. HEX triplet: B0, 9B and A0. RGB value is (176,155,160). Sum of RGB (Red+Green+Blue) = 176+155+160=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA0 is #4F645F. Grayscale: #A1A1A1. Windows color (decimal): -5203040 or 10525616. OLE color: 10525616.
HSL color Cylindrical-coordinate representation of color #B09BA0: hue angle of 345.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09BA0 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 160 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.31 |
| HSL | 345.71º | 0.12% | 0.65% | - |
| HSV(B) | 345.71º | 0.12% | 0.69% | - |
| XYZ | 35.97 | 35.21 | 38.16 | - |
| YUV | 161.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 160 | 0 | 0.12 | 0.09 | 0.31 | 345.71 | 0.12 | 0.65 |
| Hex | B0 | 9B | A0 | 0 | C | 9 | 1F | 15A | C | 41 |
| Octal | 260 | 233 | 240 | 0 | 14 | 11 | 37 | 532 | 14 | 101 |
| Binary | 10110000 | 10011011 | 10100000 | 0 | 1100 | 1001 | 11111 | 101011010 | 1100 | 1000001 |
Color Harmonies of #B09BA0
Complementary color
Monochromatic Colors of #B09BA0
Black with #B09BA0
Text Example
Text Example
White with #B09BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BA0; }
p { color: rgb(176,155,160); }
H1.HeaderClassName
{
color: #B09BA0;
}
.AnyTagClassName
{
color: #B09BA0;
}
</style>
background-color css
<style>
a { background-color: #B09BA0; }
a { background-color: rgb(176,155,160); }
div.DivClassName
{
background-color: #B09BA0;
}
.BgClassName
{
background-color: #B09BA0;
}
</style>
border-color css
<style>
span { border-color: #B09BA0; }
span { border-color: rgb(176,155,160); }
td.TdClassName
{
border-color: #B09BA0;
}
.TagClassName
{
border-color: #B09BA0;
}
</style>