Shades of Viola #B08E8F
Tints of Viola #B08E8F
RGB
CMYK
RGB Variations
Color information
#B08E8F (or 0xB08E8F) is known color: Viola. HEX triplet: B0, 8E and 8F. RGB value is (176,142,143). Sum of RGB (Red+Green+Blue) = 176+142+143=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E8F is #4F7170. Grayscale: #989898. Windows color (decimal): -5206385 or 9408176. OLE color: 9408176.
HSL color Cylindrical-coordinate representation of color #B08E8F: hue angle of 358.24º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08E8F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 143 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 358.24º | 0.18% | 0.62% | - |
| HSV(B) | 358.24º | 0.19% | 0.69% | - |
| XYZ | 32.54 | 30.56 | 30.17 | - |
| YUV | 152.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 143 | 0 | 0.19 | 0.19 | 0.31 | 358.24 | 0.18 | 0.62 |
| Hex | B0 | 8E | 8F | 0 | 13 | 13 | 1F | 166 | 12 | 3E |
| Octal | 260 | 216 | 217 | 0 | 23 | 23 | 37 | 546 | 22 | 76 |
| Binary | 10110000 | 10001110 | 10001111 | 0 | 10011 | 10011 | 11111 | 101100110 | 10010 | 111110 |
Color Harmonies of #B08E8F
Complementary color
Monochromatic Colors of #B08E8F
Black with #B08E8F
Text Example
Text Example
White with #B08E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E8F; }
p { color: rgb(176,142,143); }
H1.HeaderClassName
{
color: #B08E8F;
}
.AnyTagClassName
{
color: #B08E8F;
}
</style>
background-color css
<style>
a { background-color: #B08E8F; }
a { background-color: rgb(176,142,143); }
div.DivClassName
{
background-color: #B08E8F;
}
.BgClassName
{
background-color: #B08E8F;
}
</style>
border-color css
<style>
span { border-color: #B08E8F; }
span { border-color: rgb(176,142,143); }
td.TdClassName
{
border-color: #B08E8F;
}
.TagClassName
{
border-color: #B08E8F;
}
</style>