Shades of Viola #B1989F
Tints of Viola #B1989F
RGB
CMYK
RGB Variations
Color information
#B1989F (or 0xB1989F) is known color: Viola. HEX triplet: B1, 98 and 9F. RGB value is (177,152,159). Sum of RGB (Red+Green+Blue) = 177+152+159=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989F is #4E6760. Grayscale: #A0A0A0. Windows color (decimal): -5138273 or 10459313. OLE color: 10459313.
HSL color Cylindrical-coordinate representation of color #B1989F: hue angle of 343.2º 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 #B1989F is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 159 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.31 |
| HSL | 343.2º | 0.14% | 0.65% | - |
| HSV(B) | 343.2º | 0.14% | 0.69% | - |
| XYZ | 35.62 | 34.31 | 37.55 | - |
| YUV | 160.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 159 | 0 | 0.14 | 0.10 | 0.31 | 343.2 | 0.14 | 0.65 |
| Hex | B1 | 98 | 9F | 0 | E | A | 1F | 157 | E | 41 |
| Octal | 261 | 230 | 237 | 0 | 16 | 12 | 37 | 527 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10011111 | 0 | 1110 | 1010 | 11111 | 101010111 | 1110 | 1000001 |
Color Harmonies of #B1989F
Complementary color
Monochromatic Colors of #B1989F
Black with #B1989F
Text Example
Text Example
White with #B1989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1989F; }
p { color: rgb(177,152,159); }
H1.HeaderClassName
{
color: #B1989F;
}
.AnyTagClassName
{
color: #B1989F;
}
</style>
background-color css
<style>
a { background-color: #B1989F; }
a { background-color: rgb(177,152,159); }
div.DivClassName
{
background-color: #B1989F;
}
.BgClassName
{
background-color: #B1989F;
}
</style>
border-color css
<style>
span { border-color: #B1989F; }
span { border-color: rgb(177,152,159); }
td.TdClassName
{
border-color: #B1989F;
}
.TagClassName
{
border-color: #B1989F;
}
</style>