Shades of Viola #B0898E
Tints of Viola #B0898E
RGB
CMYK
RGB Variations
Color information
#B0898E (or 0xB0898E) is known color: Viola. HEX triplet: B0, 89 and 8E. RGB value is (176,137,142). Sum of RGB (Red+Green+Blue) = 176+137+142=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0898E is #4F7671. Grayscale: #959595. Windows color (decimal): -5207666 or 9341360. OLE color: 9341360.
HSL color Cylindrical-coordinate representation of color #B0898E: hue angle of 352.31º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0898E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 142 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.31 |
| HSL | 352.31º | 0.2% | 0.61% | - |
| HSV(B) | 352.31º | 0.22% | 0.69% | - |
| XYZ | 31.73 | 29.07 | 29.53 | - |
| YUV | 149.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 142 | 0 | 0.22 | 0.19 | 0.31 | 352.31 | 0.2 | 0.61 |
| Hex | B0 | 89 | 8E | 0 | 16 | 13 | 1F | 160 | 14 | 3D |
| Octal | 260 | 211 | 216 | 0 | 26 | 23 | 37 | 540 | 24 | 75 |
| Binary | 10110000 | 10001001 | 10001110 | 0 | 10110 | 10011 | 11111 | 101100000 | 10100 | 111101 |
Color Harmonies of #B0898E
Complementary color
Monochromatic Colors of #B0898E
Black with #B0898E
Text Example
Text Example
White with #B0898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0898E; }
p { color: rgb(176,137,142); }
H1.HeaderClassName
{
color: #B0898E;
}
.AnyTagClassName
{
color: #B0898E;
}
</style>
background-color css
<style>
a { background-color: #B0898E; }
a { background-color: rgb(176,137,142); }
div.DivClassName
{
background-color: #B0898E;
}
.BgClassName
{
background-color: #B0898E;
}
</style>
border-color css
<style>
span { border-color: #B0898E; }
span { border-color: rgb(176,137,142); }
td.TdClassName
{
border-color: #B0898E;
}
.TagClassName
{
border-color: #B0898E;
}
</style>