Shades of Viola #B1989C
Tints of Viola #B1989C
RGB
CMYK
RGB Variations
Color information
#B1989C (or 0xB1989C) is known color: Viola. HEX triplet: B1, 98 and 9C. RGB value is (177,152,156). Sum of RGB (Red+Green+Blue) = 177+152+156=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989C is #4E6763. Grayscale: #9F9F9F. Windows color (decimal): -5138276 or 10262705. OLE color: 10262705.
HSL color Cylindrical-coordinate representation of color #B1989C: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1989C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 156 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.31 |
| HSL | 350.4º | 0.14% | 0.65% | - |
| HSV(B) | 350.4º | 0.14% | 0.69% | - |
| XYZ | 35.36 | 34.2 | 36.19 | - |
| YUV | 159.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 156 | 0 | 0.14 | 0.12 | 0.31 | 350.4 | 0.14 | 0.65 |
| Hex | B1 | 98 | 9C | 0 | E | C | 1F | 15E | E | 41 |
| Octal | 261 | 230 | 234 | 0 | 16 | 14 | 37 | 536 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10011100 | 0 | 1110 | 1100 | 11111 | 101011110 | 1110 | 1000001 |
Color Harmonies of #B1989C
Complementary color
Monochromatic Colors of #B1989C
Black with #B1989C
Text Example
Text Example
White with #B1989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1989C; }
p { color: rgb(177,152,156); }
H1.HeaderClassName
{
color: #B1989C;
}
.AnyTagClassName
{
color: #B1989C;
}
</style>
background-color css
<style>
a { background-color: #B1989C; }
a { background-color: rgb(177,152,156); }
div.DivClassName
{
background-color: #B1989C;
}
.BgClassName
{
background-color: #B1989C;
}
</style>
border-color css
<style>
span { border-color: #B1989C; }
span { border-color: rgb(177,152,156); }
td.TdClassName
{
border-color: #B1989C;
}
.TagClassName
{
border-color: #B1989C;
}
</style>