Shades of Viola #B1888E
Tints of Viola #B1888E
RGB
CMYK
RGB Variations
Color information
#B1888E (or 0xB1888E) is known color: Viola. HEX triplet: B1, 88 and 8E. RGB value is (177,136,142). Sum of RGB (Red+Green+Blue) = 177+136+142=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1888E is #4E7771. Grayscale: #949494. Windows color (decimal): -5142386 or 9341105. OLE color: 9341105.
HSL color Cylindrical-coordinate representation of color #B1888E: hue angle of 351.22º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1888E is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 142 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.31 |
| HSL | 351.22º | 0.21% | 0.61% | - |
| HSV(B) | 351.22º | 0.23% | 0.69% | - |
| XYZ | 31.82 | 28.91 | 29.49 | - |
| YUV | 148.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 142 | 0 | 0.23 | 0.20 | 0.31 | 351.22 | 0.21 | 0.61 |
| Hex | B1 | 88 | 8E | 0 | 17 | 14 | 1F | 15F | 15 | 3D |
| Octal | 261 | 210 | 216 | 0 | 27 | 24 | 37 | 537 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10001110 | 0 | 10111 | 10100 | 11111 | 101011111 | 10101 | 111101 |
Color Harmonies of #B1888E
Complementary color
Monochromatic Colors of #B1888E
Black with #B1888E
Text Example
Text Example
White with #B1888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1888E; }
p { color: rgb(177,136,142); }
H1.HeaderClassName
{
color: #B1888E;
}
.AnyTagClassName
{
color: #B1888E;
}
</style>
background-color css
<style>
a { background-color: #B1888E; }
a { background-color: rgb(177,136,142); }
div.DivClassName
{
background-color: #B1888E;
}
.BgClassName
{
background-color: #B1888E;
}
</style>
border-color css
<style>
span { border-color: #B1888E; }
span { border-color: rgb(177,136,142); }
td.TdClassName
{
border-color: #B1888E;
}
.TagClassName
{
border-color: #B1888E;
}
</style>