Shades of Viola #B2888E
Tints of Viola #B2888E
RGB
CMYK
RGB Variations
Color information
#B2888E (or 0xB2888E) is known color: Viola. HEX triplet: B2, 88 and 8E. RGB value is (178,136,142). Sum of RGB (Red+Green+Blue) = 178+136+142=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2888E is #4D7771. Grayscale: #959595. Windows color (decimal): -5076850 or 9341106. OLE color: 9341106.
HSL color Cylindrical-coordinate representation of color #B2888E: hue angle of 351.43º degrees, saturation: 0.21, 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 #B2888E is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 142 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.30 |
| HSL | 351.43º | 0.21% | 0.62% | - |
| HSV(B) | 351.43º | 0.24% | 0.7% | - |
| XYZ | 32.05 | 29.03 | 29.5 | - |
| YUV | 149.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 142 | 0 | 0.24 | 0.20 | 0.30 | 351.43 | 0.21 | 0.62 |
| Hex | B2 | 88 | 8E | 0 | 18 | 14 | 1E | 15F | 15 | 3E |
| Octal | 262 | 210 | 216 | 0 | 30 | 24 | 36 | 537 | 25 | 76 |
| Binary | 10110010 | 10001000 | 10001110 | 0 | 11000 | 10100 | 11110 | 101011111 | 10101 | 111110 |
Color Harmonies of #B2888E
Complementary color
Monochromatic Colors of #B2888E
Black with #B2888E
Text Example
Text Example
White with #B2888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2888E; }
p { color: rgb(178,136,142); }
H1.HeaderClassName
{
color: #B2888E;
}
.AnyTagClassName
{
color: #B2888E;
}
</style>
background-color css
<style>
a { background-color: #B2888E; }
a { background-color: rgb(178,136,142); }
div.DivClassName
{
background-color: #B2888E;
}
.BgClassName
{
background-color: #B2888E;
}
</style>
border-color css
<style>
span { border-color: #B2888E; }
span { border-color: rgb(178,136,142); }
td.TdClassName
{
border-color: #B2888E;
}
.TagClassName
{
border-color: #B2888E;
}
</style>