Shades of Viola #B08896
Tints of Viola #B08896
RGB
CMYK
RGB Variations
Color information
#B08896 (or 0xB08896) is known color: Viola. HEX triplet: B0, 88 and 96. RGB value is (176,136,150). Sum of RGB (Red+Green+Blue) = 176+136+150=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08896 is #4F7769. Grayscale: #959595. Windows color (decimal): -5207914 or 9865392. OLE color: 9865392.
HSL color Cylindrical-coordinate representation of color #B08896: hue angle of 339º 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 #B08896 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 150 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.31 |
| HSL | 339º | 0.2% | 0.61% | - |
| HSV(B) | 339º | 0.23% | 0.69% | - |
| XYZ | 32.21 | 29.04 | 32.76 | - |
| YUV | 149.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 150 | 0 | 0.23 | 0.15 | 0.31 | 339 | 0.2 | 0.61 |
| Hex | B0 | 88 | 96 | 0 | 17 | F | 1F | 153 | 14 | 3D |
| Octal | 260 | 210 | 226 | 0 | 27 | 17 | 37 | 523 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10010110 | 0 | 10111 | 1111 | 11111 | 101010011 | 10100 | 111101 |
Color Harmonies of #B08896
Complementary color
Monochromatic Colors of #B08896
Black with #B08896
Text Example
Text Example
White with #B08896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08896; }
p { color: rgb(176,136,150); }
H1.HeaderClassName
{
color: #B08896;
}
.AnyTagClassName
{
color: #B08896;
}
</style>
background-color css
<style>
a { background-color: #B08896; }
a { background-color: rgb(176,136,150); }
div.DivClassName
{
background-color: #B08896;
}
.BgClassName
{
background-color: #B08896;
}
</style>
border-color css
<style>
span { border-color: #B08896; }
span { border-color: rgb(176,136,150); }
td.TdClassName
{
border-color: #B08896;
}
.TagClassName
{
border-color: #B08896;
}
</style>