Shades of Viola #B0888E
Tints of Viola #B0888E
RGB
CMYK
RGB Variations
Color information
#B0888E (or 0xB0888E) is known color: Viola. HEX triplet: B0, 88 and 8E. RGB value is (176,136,142). Sum of RGB (Red+Green+Blue) = 176+136+142=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888E is #4F7771. Grayscale: #949494. Windows color (decimal): -5207922 or 9341104. OLE color: 9341104.
HSL color Cylindrical-coordinate representation of color #B0888E: hue angle of 351º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0888E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 142 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.31 |
| HSL | 351º | 0.2% | 0.61% | - |
| HSV(B) | 351º | 0.23% | 0.69% | - |
| XYZ | 31.59 | 28.79 | 29.48 | - |
| YUV | 148.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 142 | 0 | 0.23 | 0.19 | 0.31 | 351 | 0.2 | 0.61 |
| Hex | B0 | 88 | 8E | 0 | 17 | 13 | 1F | 15F | 14 | 3D |
| Octal | 260 | 210 | 216 | 0 | 27 | 23 | 37 | 537 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10001110 | 0 | 10111 | 10011 | 11111 | 101011111 | 10100 | 111101 |
Color Harmonies of #B0888E
Complementary color
Monochromatic Colors of #B0888E
Black with #B0888E
Text Example
Text Example
White with #B0888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0888E; }
p { color: rgb(176,136,142); }
H1.HeaderClassName
{
color: #B0888E;
}
.AnyTagClassName
{
color: #B0888E;
}
</style>
background-color css
<style>
a { background-color: #B0888E; }
a { background-color: rgb(176,136,142); }
div.DivClassName
{
background-color: #B0888E;
}
.BgClassName
{
background-color: #B0888E;
}
</style>
border-color css
<style>
span { border-color: #B0888E; }
span { border-color: rgb(176,136,142); }
td.TdClassName
{
border-color: #B0888E;
}
.TagClassName
{
border-color: #B0888E;
}
</style>