Shades of Viola #B5888E
Tints of Viola #B5888E
RGB
CMYK
RGB Variations
Color information
#B5888E (or 0xB5888E) is known color: Viola. HEX triplet: B5, 88 and 8E. RGB value is (181,136,142). Sum of RGB (Red+Green+Blue) = 181+136+142=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5888E is #4A7771. Grayscale: #969696. Windows color (decimal): -4880242 or 9341109. OLE color: 9341109.
HSL color Cylindrical-coordinate representation of color #B5888E: hue angle of 352º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5888E is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 142 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.29 |
| HSL | 352º | 0.23% | 0.62% | - |
| HSV(B) | 352º | 0.25% | 0.71% | - |
| XYZ | 32.74 | 29.39 | 29.54 | - |
| YUV | 150.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 142 | 0 | 0.25 | 0.22 | 0.29 | 352 | 0.23 | 0.62 |
| Hex | B5 | 88 | 8E | 0 | 19 | 16 | 1D | 160 | 17 | 3E |
| Octal | 265 | 210 | 216 | 0 | 31 | 26 | 35 | 540 | 27 | 76 |
| Binary | 10110101 | 10001000 | 10001110 | 0 | 11001 | 10110 | 11101 | 101100000 | 10111 | 111110 |
Color Harmonies of #B5888E
Complementary color
Monochromatic Colors of #B5888E
Black with #B5888E
Text Example
Text Example
White with #B5888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5888E; }
p { color: rgb(181,136,142); }
H1.HeaderClassName
{
color: #B5888E;
}
.AnyTagClassName
{
color: #B5888E;
}
</style>
background-color css
<style>
a { background-color: #B5888E; }
a { background-color: rgb(181,136,142); }
div.DivClassName
{
background-color: #B5888E;
}
.BgClassName
{
background-color: #B5888E;
}
</style>
border-color css
<style>
span { border-color: #B5888E; }
span { border-color: rgb(181,136,142); }
td.TdClassName
{
border-color: #B5888E;
}
.TagClassName
{
border-color: #B5888E;
}
</style>