Shades of Viola #B88C8E
Tints of Viola #B88C8E
RGB
CMYK
RGB Variations
Color information
#B88C8E (or 0xB88C8E) is known color: Viola. HEX triplet: B8, 8C and 8E. RGB value is (184,140,142). Sum of RGB (Red+Green+Blue) = 184+140+142=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C8E is #477371. Grayscale: #999999. Windows color (decimal): -4682610 or 9342136. OLE color: 9342136.
HSL color Cylindrical-coordinate representation of color #B88C8E: hue angle of 357.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88C8E is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 142 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.28 |
| HSL | 357.27º | 0.24% | 0.64% | - |
| HSV(B) | 357.27º | 0.24% | 0.72% | - |
| XYZ | 34.03 | 30.9 | 29.76 | - |
| YUV | 153.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 142 | 0 | 0.24 | 0.23 | 0.28 | 357.27 | 0.24 | 0.64 |
| Hex | B8 | 8C | 8E | 0 | 18 | 17 | 1C | 165 | 18 | 40 |
| Octal | 270 | 214 | 216 | 0 | 30 | 27 | 34 | 545 | 30 | 100 |
| Binary | 10111000 | 10001100 | 10001110 | 0 | 11000 | 10111 | 11100 | 101100101 | 11000 | 1000000 |
Color Harmonies of #B88C8E
Complementary color
Monochromatic Colors of #B88C8E
Black with #B88C8E
Text Example
Text Example
White with #B88C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C8E; }
p { color: rgb(184,140,142); }
H1.HeaderClassName
{
color: #B88C8E;
}
.AnyTagClassName
{
color: #B88C8E;
}
</style>
background-color css
<style>
a { background-color: #B88C8E; }
a { background-color: rgb(184,140,142); }
div.DivClassName
{
background-color: #B88C8E;
}
.BgClassName
{
background-color: #B88C8E;
}
</style>
border-color css
<style>
span { border-color: #B88C8E; }
span { border-color: rgb(184,140,142); }
td.TdClassName
{
border-color: #B88C8E;
}
.TagClassName
{
border-color: #B88C8E;
}
</style>