Shades of Viola #B09CA0
Tints of Viola #B09CA0
RGB
CMYK
RGB Variations
Color information
#B09CA0 (or 0xB09CA0) is known color: Viola. HEX triplet: B0, 9C and A0. RGB value is (176,156,160). Sum of RGB (Red+Green+Blue) = 176+156+160=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CA0 is #4F635F. Grayscale: #A2A2A2. Windows color (decimal): -5202784 or 10525872. OLE color: 10525872.
HSL color Cylindrical-coordinate representation of color #B09CA0: hue angle of 348º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09CA0 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 160 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.31 |
| HSL | 348º | 0.11% | 0.65% | - |
| HSV(B) | 348º | 0.11% | 0.69% | - |
| XYZ | 36.14 | 35.55 | 38.21 | - |
| YUV | 162.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 160 | 0 | 0.11 | 0.09 | 0.31 | 348 | 0.11 | 0.65 |
| Hex | B0 | 9C | A0 | 0 | B | 9 | 1F | 15C | B | 41 |
| Octal | 260 | 234 | 240 | 0 | 13 | 11 | 37 | 534 | 13 | 101 |
| Binary | 10110000 | 10011100 | 10100000 | 0 | 1011 | 1001 | 11111 | 101011100 | 1011 | 1000001 |
Color Harmonies of #B09CA0
Complementary color
Monochromatic Colors of #B09CA0
Black with #B09CA0
Text Example
Text Example
White with #B09CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09CA0; }
p { color: rgb(176,156,160); }
H1.HeaderClassName
{
color: #B09CA0;
}
.AnyTagClassName
{
color: #B09CA0;
}
</style>
background-color css
<style>
a { background-color: #B09CA0; }
a { background-color: rgb(176,156,160); }
div.DivClassName
{
background-color: #B09CA0;
}
.BgClassName
{
background-color: #B09CA0;
}
</style>
border-color css
<style>
span { border-color: #B09CA0; }
span { border-color: rgb(176,156,160); }
td.TdClassName
{
border-color: #B09CA0;
}
.TagClassName
{
border-color: #B09CA0;
}
</style>