Shades of Viola #B08E94
Tints of Viola #B08E94
RGB
CMYK
RGB Variations
Color information
#B08E94 (or 0xB08E94) is known color: Viola. HEX triplet: B0, 8E and 94. RGB value is (176,142,148). Sum of RGB (Red+Green+Blue) = 176+142+148=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E94 is #4F716B. Grayscale: #989898. Windows color (decimal): -5206380 or 9735856. OLE color: 9735856.
HSL color Cylindrical-coordinate representation of color #B08E94: hue angle of 349.41º 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 #B08E94 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 142 | 148 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.31 |
| HSL | 349.41º | 0.18% | 0.62% | - |
| HSV(B) | 349.41º | 0.19% | 0.69% | - |
| XYZ | 32.92 | 30.71 | 32.21 | - |
| YUV | 152.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 148 | 0 | 0.19 | 0.16 | 0.31 | 349.41 | 0.18 | 0.62 |
| Hex | B0 | 8E | 94 | 0 | 13 | 10 | 1F | 15D | 12 | 3E |
| Octal | 260 | 216 | 224 | 0 | 23 | 20 | 37 | 535 | 22 | 76 |
| Binary | 10110000 | 10001110 | 10010100 | 0 | 10011 | 10000 | 11111 | 101011101 | 10010 | 111110 |
Color Harmonies of #B08E94
Complementary color
Monochromatic Colors of #B08E94
Black with #B08E94
Text Example
Text Example
White with #B08E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08E94; }
p { color: rgb(176,142,148); }
H1.HeaderClassName
{
color: #B08E94;
}
.AnyTagClassName
{
color: #B08E94;
}
</style>
background-color css
<style>
a { background-color: #B08E94; }
a { background-color: rgb(176,142,148); }
div.DivClassName
{
background-color: #B08E94;
}
.BgClassName
{
background-color: #B08E94;
}
</style>
border-color css
<style>
span { border-color: #B08E94; }
span { border-color: rgb(176,142,148); }
td.TdClassName
{
border-color: #B08E94;
}
.TagClassName
{
border-color: #B08E94;
}
</style>