Shades of Viola #B3888C
Tints of Viola #B3888C
RGB
CMYK
RGB Variations
Color information
#B3888C (or 0xB3888C) is known color: Viola. HEX triplet: B3, 88 and 8C. RGB value is (179,136,140). Sum of RGB (Red+Green+Blue) = 179+136+140=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3888C is #4C7773. Grayscale: #959595. Windows color (decimal): -5011316 or 9210035. OLE color: 9210035.
HSL color Cylindrical-coordinate representation of color #B3888C: hue angle of 354.42º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3888C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 140 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.30 |
| HSL | 354.42º | 0.22% | 0.62% | - |
| HSV(B) | 354.42º | 0.24% | 0.7% | - |
| XYZ | 32.13 | 29.09 | 28.73 | - |
| YUV | 149.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 140 | 0 | 0.24 | 0.22 | 0.30 | 354.42 | 0.22 | 0.62 |
| Hex | B3 | 88 | 8C | 0 | 18 | 16 | 1E | 162 | 16 | 3E |
| Octal | 263 | 210 | 214 | 0 | 30 | 26 | 36 | 542 | 26 | 76 |
| Binary | 10110011 | 10001000 | 10001100 | 0 | 11000 | 10110 | 11110 | 101100010 | 10110 | 111110 |
Color Harmonies of #B3888C
Complementary color
Monochromatic Colors of #B3888C
Black with #B3888C
Text Example
Text Example
White with #B3888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3888C; }
p { color: rgb(179,136,140); }
H1.HeaderClassName
{
color: #B3888C;
}
.AnyTagClassName
{
color: #B3888C;
}
</style>
background-color css
<style>
a { background-color: #B3888C; }
a { background-color: rgb(179,136,140); }
div.DivClassName
{
background-color: #B3888C;
}
.BgClassName
{
background-color: #B3888C;
}
</style>
border-color css
<style>
span { border-color: #B3888C; }
span { border-color: rgb(179,136,140); }
td.TdClassName
{
border-color: #B3888C;
}
.TagClassName
{
border-color: #B3888C;
}
</style>