Shades of Viola #B8888D
Tints of Viola #B8888D
RGB
CMYK
RGB Variations
Color information
#B8888D (or 0xB8888D) is known color: Viola. HEX triplet: B8, 88 and 8D. RGB value is (184,136,141). Sum of RGB (Red+Green+Blue) = 184+136+141=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8888D is #477772. Grayscale: #969696. Windows color (decimal): -4683635 or 9275576. OLE color: 9275576.
HSL color Cylindrical-coordinate representation of color #B8888D: hue angle of 353.75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8888D is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 141 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.28 |
| HSL | 353.75º | 0.25% | 0.63% | - |
| HSV(B) | 353.75º | 0.26% | 0.72% | - |
| XYZ | 33.38 | 29.72 | 29.18 | - |
| YUV | 150.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 141 | 0 | 0.26 | 0.23 | 0.28 | 353.75 | 0.25 | 0.63 |
| Hex | B8 | 88 | 8D | 0 | 1A | 17 | 1C | 162 | 19 | 3F |
| Octal | 270 | 210 | 215 | 0 | 32 | 27 | 34 | 542 | 31 | 77 |
| Binary | 10111000 | 10001000 | 10001101 | 0 | 11010 | 10111 | 11100 | 101100010 | 11001 | 111111 |
Color Harmonies of #B8888D
Complementary color
Monochromatic Colors of #B8888D
Black with #B8888D
Text Example
Text Example
White with #B8888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8888D; }
p { color: rgb(184,136,141); }
H1.HeaderClassName
{
color: #B8888D;
}
.AnyTagClassName
{
color: #B8888D;
}
</style>
background-color css
<style>
a { background-color: #B8888D; }
a { background-color: rgb(184,136,141); }
div.DivClassName
{
background-color: #B8888D;
}
.BgClassName
{
background-color: #B8888D;
}
</style>
border-color css
<style>
span { border-color: #B8888D; }
span { border-color: rgb(184,136,141); }
td.TdClassName
{
border-color: #B8888D;
}
.TagClassName
{
border-color: #B8888D;
}
</style>