Shades of Viola #B88C91
Tints of Viola #B88C91
RGB
CMYK
RGB Variations
Color information
#B88C91 (or 0xB88C91) is known color: Viola. HEX triplet: B8, 8C and 91. RGB value is (184,140,145). Sum of RGB (Red+Green+Blue) = 184+140+145=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C91 is #47736E. Grayscale: #999999. Windows color (decimal): -4682607 or 9538744. OLE color: 9538744.
HSL color Cylindrical-coordinate representation of color #B88C91: hue angle of 353.18º 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 #B88C91 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 145 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.28 |
| HSL | 353.18º | 0.24% | 0.64% | - |
| HSV(B) | 353.18º | 0.24% | 0.72% | - |
| XYZ | 34.26 | 30.99 | 30.96 | - |
| YUV | 153.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 145 | 0 | 0.24 | 0.21 | 0.28 | 353.18 | 0.24 | 0.64 |
| Hex | B8 | 8C | 91 | 0 | 18 | 15 | 1C | 161 | 18 | 40 |
| Octal | 270 | 214 | 221 | 0 | 30 | 25 | 34 | 541 | 30 | 100 |
| Binary | 10111000 | 10001100 | 10010001 | 0 | 11000 | 10101 | 11100 | 101100001 | 11000 | 1000000 |
Color Harmonies of #B88C91
Complementary color
Monochromatic Colors of #B88C91
Black with #B88C91
Text Example
Text Example
White with #B88C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C91; }
p { color: rgb(184,140,145); }
H1.HeaderClassName
{
color: #B88C91;
}
.AnyTagClassName
{
color: #B88C91;
}
</style>
background-color css
<style>
a { background-color: #B88C91; }
a { background-color: rgb(184,140,145); }
div.DivClassName
{
background-color: #B88C91;
}
.BgClassName
{
background-color: #B88C91;
}
</style>
border-color css
<style>
span { border-color: #B88C91; }
span { border-color: rgb(184,140,145); }
td.TdClassName
{
border-color: #B88C91;
}
.TagClassName
{
border-color: #B88C91;
}
</style>