Shades of Viola #B18894
Tints of Viola #B18894
RGB
CMYK
RGB Variations
Color information
#B18894 (or 0xB18894) is known color: Viola. HEX triplet: B1, 88 and 94. RGB value is (177,136,148). Sum of RGB (Red+Green+Blue) = 177+136+148=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B18894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18894 is #4E776B. Grayscale: #959595. Windows color (decimal): -5142380 or 9734321. OLE color: 9734321.
HSL color Cylindrical-coordinate representation of color #B18894: hue angle of 342.44º 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 #B18894 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 148 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.31 |
| HSL | 342.44º | 0.21% | 0.61% | - |
| HSV(B) | 342.44º | 0.23% | 0.69% | - |
| XYZ | 32.28 | 29.09 | 31.93 | - |
| YUV | 149.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 148 | 0 | 0.23 | 0.16 | 0.31 | 342.44 | 0.21 | 0.61 |
| Hex | B1 | 88 | 94 | 0 | 17 | 10 | 1F | 156 | 15 | 3D |
| Octal | 261 | 210 | 224 | 0 | 27 | 20 | 37 | 526 | 25 | 75 |
| Binary | 10110001 | 10001000 | 10010100 | 0 | 10111 | 10000 | 11111 | 101010110 | 10101 | 111101 |
Color Harmonies of #B18894
Complementary color
Monochromatic Colors of #B18894
Black with #B18894
Text Example
Text Example
White with #B18894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18894; }
p { color: rgb(177,136,148); }
H1.HeaderClassName
{
color: #B18894;
}
.AnyTagClassName
{
color: #B18894;
}
</style>
background-color css
<style>
a { background-color: #B18894; }
a { background-color: rgb(177,136,148); }
div.DivClassName
{
background-color: #B18894;
}
.BgClassName
{
background-color: #B18894;
}
</style>
border-color css
<style>
span { border-color: #B18894; }
span { border-color: rgb(177,136,148); }
td.TdClassName
{
border-color: #B18894;
}
.TagClassName
{
border-color: #B18894;
}
</style>