Shades of Viola #B1989D
Tints of Viola #B1989D
RGB
CMYK
RGB Variations
Color information
#B1989D (or 0xB1989D) is known color: Viola. HEX triplet: B1, 98 and 9D. RGB value is (177,152,157). Sum of RGB (Red+Green+Blue) = 177+152+157=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1989D is #4E6762. Grayscale: #A0A0A0. Windows color (decimal): -5138275 or 10328241. OLE color: 10328241.
HSL color Cylindrical-coordinate representation of color #B1989D: hue angle of 348º 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 #B1989D is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 157 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.31 |
| HSL | 348º | 0.14% | 0.65% | - |
| HSV(B) | 348º | 0.14% | 0.69% | - |
| XYZ | 35.45 | 34.24 | 36.64 | - |
| YUV | 160.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 157 | 0 | 0.14 | 0.11 | 0.31 | 348 | 0.14 | 0.65 |
| Hex | B1 | 98 | 9D | 0 | E | B | 1F | 15C | E | 41 |
| Octal | 261 | 230 | 235 | 0 | 16 | 13 | 37 | 534 | 16 | 101 |
| Binary | 10110001 | 10011000 | 10011101 | 0 | 1110 | 1011 | 11111 | 101011100 | 1110 | 1000001 |
Color Harmonies of #B1989D
Complementary color
Monochromatic Colors of #B1989D
Black with #B1989D
Text Example
Text Example
White with #B1989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1989D; }
p { color: rgb(177,152,157); }
H1.HeaderClassName
{
color: #B1989D;
}
.AnyTagClassName
{
color: #B1989D;
}
</style>
background-color css
<style>
a { background-color: #B1989D; }
a { background-color: rgb(177,152,157); }
div.DivClassName
{
background-color: #B1989D;
}
.BgClassName
{
background-color: #B1989D;
}
</style>
border-color css
<style>
span { border-color: #B1989D; }
span { border-color: rgb(177,152,157); }
td.TdClassName
{
border-color: #B1989D;
}
.TagClassName
{
border-color: #B1989D;
}
</style>