Shades of Viola #B4888D
Tints of Viola #B4888D
RGB
CMYK
RGB Variations
Color information
#B4888D (or 0xB4888D) is known color: Viola. HEX triplet: B4, 88 and 8D. RGB value is (180,136,141). Sum of RGB (Red+Green+Blue) = 180+136+141=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4888D is #4B7772. Grayscale: #959595. Windows color (decimal): -4945779 or 9275572. OLE color: 9275572.
HSL color Cylindrical-coordinate representation of color #B4888D: hue angle of 353.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4888D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 141 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.29 |
| HSL | 353.18º | 0.23% | 0.62% | - |
| HSV(B) | 353.18º | 0.24% | 0.71% | - |
| XYZ | 32.43 | 29.23 | 29.13 | - |
| YUV | 149.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 141 | 0 | 0.24 | 0.22 | 0.29 | 353.18 | 0.23 | 0.62 |
| Hex | B4 | 88 | 8D | 0 | 18 | 16 | 1D | 161 | 17 | 3E |
| Octal | 264 | 210 | 215 | 0 | 30 | 26 | 35 | 541 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10001101 | 0 | 11000 | 10110 | 11101 | 101100001 | 10111 | 111110 |
Color Harmonies of #B4888D
Complementary color
Monochromatic Colors of #B4888D
Black with #B4888D
Text Example
Text Example
White with #B4888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4888D; }
p { color: rgb(180,136,141); }
H1.HeaderClassName
{
color: #B4888D;
}
.AnyTagClassName
{
color: #B4888D;
}
</style>
background-color css
<style>
a { background-color: #B4888D; }
a { background-color: rgb(180,136,141); }
div.DivClassName
{
background-color: #B4888D;
}
.BgClassName
{
background-color: #B4888D;
}
</style>
border-color css
<style>
span { border-color: #B4888D; }
span { border-color: rgb(180,136,141); }
td.TdClassName
{
border-color: #B4888D;
}
.TagClassName
{
border-color: #B4888D;
}
</style>