Shades of Viola #B18E90
Tints of Viola #B18E90
RGB
CMYK
RGB Variations
Color information
#B18E90 (or 0xB18E90) is known color: Viola. HEX triplet: B1, 8E and 90. RGB value is (177,142,144). Sum of RGB (Red+Green+Blue) = 177+142+144=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E90 is #4E716F. Grayscale: #989898. Windows color (decimal): -5140848 or 9473713. OLE color: 9473713.
HSL color Cylindrical-coordinate representation of color #B18E90: hue angle of 356.57º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18E90 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 142 | 144 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.31 |
| HSL | 356.57º | 0.18% | 0.63% | - |
| HSV(B) | 356.57º | 0.2% | 0.69% | - |
| XYZ | 32.84 | 30.71 | 30.58 | - |
| YUV | 152.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 142 | 144 | 0 | 0.20 | 0.19 | 0.31 | 356.57 | 0.18 | 0.63 |
| Hex | B1 | 8E | 90 | 0 | 14 | 13 | 1F | 165 | 12 | 3F |
| Octal | 261 | 216 | 220 | 0 | 24 | 23 | 37 | 545 | 22 | 77 |
| Binary | 10110001 | 10001110 | 10010000 | 0 | 10100 | 10011 | 11111 | 101100101 | 10010 | 111111 |
Color Harmonies of #B18E90
Complementary color
Monochromatic Colors of #B18E90
Black with #B18E90
Text Example
Text Example
White with #B18E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18E90; }
p { color: rgb(177,142,144); }
H1.HeaderClassName
{
color: #B18E90;
}
.AnyTagClassName
{
color: #B18E90;
}
</style>
background-color css
<style>
a { background-color: #B18E90; }
a { background-color: rgb(177,142,144); }
div.DivClassName
{
background-color: #B18E90;
}
.BgClassName
{
background-color: #B18E90;
}
</style>
border-color css
<style>
span { border-color: #B18E90; }
span { border-color: rgb(177,142,144); }
td.TdClassName
{
border-color: #B18E90;
}
.TagClassName
{
border-color: #B18E90;
}
</style>