Shades of Viola #B0898D
Tints of Viola #B0898D
RGB
CMYK
RGB Variations
Color information
#B0898D (or 0xB0898D) is known color: Viola. HEX triplet: B0, 89 and 8D. RGB value is (176,137,141). Sum of RGB (Red+Green+Blue) = 176+137+141=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B0898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0898D is #4F7672. Grayscale: #959595. Windows color (decimal): -5207667 or 9275824. OLE color: 9275824.
HSL color Cylindrical-coordinate representation of color #B0898D: hue angle of 353.85º 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 #B0898D is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 141 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.31 |
| HSL | 353.85º | 0.2% | 0.61% | - |
| HSV(B) | 353.85º | 0.22% | 0.69% | - |
| XYZ | 31.66 | 29.04 | 29.14 | - |
| YUV | 149.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 141 | 0 | 0.22 | 0.20 | 0.31 | 353.85 | 0.2 | 0.61 |
| Hex | B0 | 89 | 8D | 0 | 16 | 14 | 1F | 162 | 14 | 3D |
| Octal | 260 | 211 | 215 | 0 | 26 | 24 | 37 | 542 | 24 | 75 |
| Binary | 10110000 | 10001001 | 10001101 | 0 | 10110 | 10100 | 11111 | 101100010 | 10100 | 111101 |
Color Harmonies of #B0898D
Complementary color
Monochromatic Colors of #B0898D
Black with #B0898D
Text Example
Text Example
White with #B0898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0898D; }
p { color: rgb(176,137,141); }
H1.HeaderClassName
{
color: #B0898D;
}
.AnyTagClassName
{
color: #B0898D;
}
</style>
background-color css
<style>
a { background-color: #B0898D; }
a { background-color: rgb(176,137,141); }
div.DivClassName
{
background-color: #B0898D;
}
.BgClassName
{
background-color: #B0898D;
}
</style>
border-color css
<style>
span { border-color: #B0898D; }
span { border-color: rgb(176,137,141); }
td.TdClassName
{
border-color: #B0898D;
}
.TagClassName
{
border-color: #B0898D;
}
</style>