Shades of Viola #B4888C
Tints of Viola #B4888C
RGB
CMYK
RGB Variations
Color information
#B4888C (or 0xB4888C) is known color: Viola. HEX triplet: B4, 88 and 8C. RGB value is (180,136,140). Sum of RGB (Red+Green+Blue) = 180+136+140=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4888C is #4B7773. Grayscale: #959595. Windows color (decimal): -4945780 or 9210036. OLE color: 9210036.
HSL color Cylindrical-coordinate representation of color #B4888C: hue angle of 354.55º 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 #B4888C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 140 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.29 |
| HSL | 354.55º | 0.23% | 0.62% | - |
| HSV(B) | 354.55º | 0.24% | 0.71% | - |
| XYZ | 32.36 | 29.21 | 28.74 | - |
| YUV | 149.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 140 | 0 | 0.24 | 0.22 | 0.29 | 354.55 | 0.23 | 0.62 |
| Hex | B4 | 88 | 8C | 0 | 18 | 16 | 1D | 163 | 17 | 3E |
| Octal | 264 | 210 | 214 | 0 | 30 | 26 | 35 | 543 | 27 | 76 |
| Binary | 10110100 | 10001000 | 10001100 | 0 | 11000 | 10110 | 11101 | 101100011 | 10111 | 111110 |
Color Harmonies of #B4888C
Complementary color
Monochromatic Colors of #B4888C
Black with #B4888C
Text Example
Text Example
White with #B4888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4888C; }
p { color: rgb(180,136,140); }
H1.HeaderClassName
{
color: #B4888C;
}
.AnyTagClassName
{
color: #B4888C;
}
</style>
background-color css
<style>
a { background-color: #B4888C; }
a { background-color: rgb(180,136,140); }
div.DivClassName
{
background-color: #B4888C;
}
.BgClassName
{
background-color: #B4888C;
}
</style>
border-color css
<style>
span { border-color: #B4888C; }
span { border-color: rgb(180,136,140); }
td.TdClassName
{
border-color: #B4888C;
}
.TagClassName
{
border-color: #B4888C;
}
</style>