Shades of Viola #B1979D
Tints of Viola #B1979D
RGB
CMYK
RGB Variations
Color information
#B1979D (or 0xB1979D) is known color: Viola. HEX triplet: B1, 97 and 9D. RGB value is (177,151,157). Sum of RGB (Red+Green+Blue) = 177+151+157=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1979D is #4E6862. Grayscale: #9F9F9F. Windows color (decimal): -5138531 or 10327985. OLE color: 10327985.
HSL color Cylindrical-coordinate representation of color #B1979D: hue angle of 346.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1979D is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 157 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.31 |
| HSL | 346.15º | 0.14% | 0.64% | - |
| HSV(B) | 346.15º | 0.15% | 0.69% | - |
| XYZ | 35.28 | 33.91 | 36.58 | - |
| YUV | 159.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 157 | 0 | 0.15 | 0.11 | 0.31 | 346.15 | 0.14 | 0.64 |
| Hex | B1 | 97 | 9D | 0 | F | B | 1F | 15A | E | 40 |
| Octal | 261 | 227 | 235 | 0 | 17 | 13 | 37 | 532 | 16 | 100 |
| Binary | 10110001 | 10010111 | 10011101 | 0 | 1111 | 1011 | 11111 | 101011010 | 1110 | 1000000 |
Color Harmonies of #B1979D
Complementary color
Monochromatic Colors of #B1979D
Black with #B1979D
Text Example
Text Example
White with #B1979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1979D; }
p { color: rgb(177,151,157); }
H1.HeaderClassName
{
color: #B1979D;
}
.AnyTagClassName
{
color: #B1979D;
}
</style>
background-color css
<style>
a { background-color: #B1979D; }
a { background-color: rgb(177,151,157); }
div.DivClassName
{
background-color: #B1979D;
}
.BgClassName
{
background-color: #B1979D;
}
</style>
border-color css
<style>
span { border-color: #B1979D; }
span { border-color: rgb(177,151,157); }
td.TdClassName
{
border-color: #B1979D;
}
.TagClassName
{
border-color: #B1979D;
}
</style>