Shades of Viola #B08892
Tints of Viola #B08892
RGB
CMYK
RGB Variations
Color information
#B08892 (or 0xB08892) is known color: Viola. HEX triplet: B0, 88 and 92. RGB value is (176,136,146). Sum of RGB (Red+Green+Blue) = 176+136+146=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08892 is #4F776D. Grayscale: #959595. Windows color (decimal): -5207918 or 9603248. OLE color: 9603248.
HSL color Cylindrical-coordinate representation of color #B08892: hue angle of 345º 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 #B08892 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 146 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.31 |
| HSL | 345º | 0.2% | 0.61% | - |
| HSV(B) | 345º | 0.23% | 0.69% | - |
| XYZ | 31.9 | 28.91 | 31.09 | - |
| YUV | 149.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 146 | 0 | 0.23 | 0.17 | 0.31 | 345 | 0.2 | 0.61 |
| Hex | B0 | 88 | 92 | 0 | 17 | 11 | 1F | 159 | 14 | 3D |
| Octal | 260 | 210 | 222 | 0 | 27 | 21 | 37 | 531 | 24 | 75 |
| Binary | 10110000 | 10001000 | 10010010 | 0 | 10111 | 10001 | 11111 | 101011001 | 10100 | 111101 |
Color Harmonies of #B08892
Complementary color
Monochromatic Colors of #B08892
Black with #B08892
Text Example
Text Example
White with #B08892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08892; }
p { color: rgb(176,136,146); }
H1.HeaderClassName
{
color: #B08892;
}
.AnyTagClassName
{
color: #B08892;
}
</style>
background-color css
<style>
a { background-color: #B08892; }
a { background-color: rgb(176,136,146); }
div.DivClassName
{
background-color: #B08892;
}
.BgClassName
{
background-color: #B08892;
}
</style>
border-color css
<style>
span { border-color: #B08892; }
span { border-color: rgb(176,136,146); }
td.TdClassName
{
border-color: #B08892;
}
.TagClassName
{
border-color: #B08892;
}
</style>