Shades of Viola #B08D8F
Tints of Viola #B08D8F
RGB
CMYK
RGB Variations
Color information
#B08D8F (or 0xB08D8F) is known color: Viola. HEX triplet: B0, 8D and 8F. RGB value is (176,141,143). Sum of RGB (Red+Green+Blue) = 176+141+143=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D8F is #4F7270. Grayscale: #979797. Windows color (decimal): -5206641 or 9407920. OLE color: 9407920.
HSL color Cylindrical-coordinate representation of color #B08D8F: hue angle of 356.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08D8F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 143 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.31 |
| HSL | 356.57º | 0.18% | 0.62% | - |
| HSV(B) | 356.57º | 0.2% | 0.69% | - |
| XYZ | 32.39 | 30.26 | 30.12 | - |
| YUV | 151.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 143 | 0 | 0.20 | 0.19 | 0.31 | 356.57 | 0.18 | 0.62 |
| Hex | B0 | 8D | 8F | 0 | 14 | 13 | 1F | 165 | 12 | 3E |
| Octal | 260 | 215 | 217 | 0 | 24 | 23 | 37 | 545 | 22 | 76 |
| Binary | 10110000 | 10001101 | 10001111 | 0 | 10100 | 10011 | 11111 | 101100101 | 10010 | 111110 |
Color Harmonies of #B08D8F
Complementary color
Monochromatic Colors of #B08D8F
Black with #B08D8F
Text Example
Text Example
White with #B08D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D8F; }
p { color: rgb(176,141,143); }
H1.HeaderClassName
{
color: #B08D8F;
}
.AnyTagClassName
{
color: #B08D8F;
}
</style>
background-color css
<style>
a { background-color: #B08D8F; }
a { background-color: rgb(176,141,143); }
div.DivClassName
{
background-color: #B08D8F;
}
.BgClassName
{
background-color: #B08D8F;
}
</style>
border-color css
<style>
span { border-color: #B08D8F; }
span { border-color: rgb(176,141,143); }
td.TdClassName
{
border-color: #B08D8F;
}
.TagClassName
{
border-color: #B08D8F;
}
</style>