Shades of Viola #B08895
Tints of Viola #B08895
RGB
CMYK
RGB Variations
Color information
#B08895 (or 0xB08895) is known color: Viola. HEX triplet: B0, 88 and 95. RGB value is (176,136,149). Sum of RGB (Red+Green+Blue) = 176+136+149=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08895 is #4F776A. Grayscale: #959595. Windows color (decimal): -5207915 or 9799856. OLE color: 9799856.
HSL color Cylindrical-coordinate representation of color #B08895: hue angle of 340.5º 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 #B08895 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 149 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.31 |
| HSL | 340.5º | 0.2% | 0.61% | - |
| HSV(B) | 340.5º | 0.23% | 0.69% | - |
| XYZ | 32.13 | 29.01 | 32.34 | - |
| YUV | 149.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 149 | 0 | 0.23 | 0.15 | 0.31 | 340.5 | 0.2 | 0.61 |
| Hex | B0 | 88 | 95 | 0 | 17 | F | 1F | 154 | 14 | 3D |
| Octal | 260 | 210 | 225 | 0 | 27 | 17 | 37 | 524 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10010101 | 0 | 10111 | 1111 | 11111 | 101010100 | 10100 | 111101 |
Color Harmonies of #B08895
Complementary color
Monochromatic Colors of #B08895
Black with #B08895
Text Example
Text Example
White with #B08895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08895; }
p { color: rgb(176,136,149); }
H1.HeaderClassName
{
color: #B08895;
}
.AnyTagClassName
{
color: #B08895;
}
</style>
background-color css
<style>
a { background-color: #B08895; }
a { background-color: rgb(176,136,149); }
div.DivClassName
{
background-color: #B08895;
}
.BgClassName
{
background-color: #B08895;
}
</style>
border-color css
<style>
span { border-color: #B08895; }
span { border-color: rgb(176,136,149); }
td.TdClassName
{
border-color: #B08895;
}
.TagClassName
{
border-color: #B08895;
}
</style>