Shades of Viola #B1979C
Tints of Viola #B1979C
RGB
CMYK
RGB Variations
Color information
#B1979C (or 0xB1979C) is known color: Viola. HEX triplet: B1, 97 and 9C. RGB value is (177,151,156). Sum of RGB (Red+Green+Blue) = 177+151+156=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1979C is #4E6863. Grayscale: #9F9F9F. Windows color (decimal): -5138532 or 10262449. OLE color: 10262449.
HSL color Cylindrical-coordinate representation of color #B1979C: hue angle of 348.46º 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 #B1979C is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 156 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.31 |
| HSL | 348.46º | 0.14% | 0.64% | - |
| HSV(B) | 348.46º | 0.15% | 0.69% | - |
| XYZ | 35.2 | 33.88 | 36.14 | - |
| YUV | 159.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 156 | 0 | 0.15 | 0.12 | 0.31 | 348.46 | 0.14 | 0.64 |
| Hex | B1 | 97 | 9C | 0 | F | C | 1F | 15C | E | 40 |
| Octal | 261 | 227 | 234 | 0 | 17 | 14 | 37 | 534 | 16 | 100 |
| Binary | 10110001 | 10010111 | 10011100 | 0 | 1111 | 1100 | 11111 | 101011100 | 1110 | 1000000 |
Color Harmonies of #B1979C
Complementary color
Monochromatic Colors of #B1979C
Black with #B1979C
Text Example
Text Example
White with #B1979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1979C; }
p { color: rgb(177,151,156); }
H1.HeaderClassName
{
color: #B1979C;
}
.AnyTagClassName
{
color: #B1979C;
}
</style>
background-color css
<style>
a { background-color: #B1979C; }
a { background-color: rgb(177,151,156); }
div.DivClassName
{
background-color: #B1979C;
}
.BgClassName
{
background-color: #B1979C;
}
</style>
border-color css
<style>
span { border-color: #B1979C; }
span { border-color: rgb(177,151,156); }
td.TdClassName
{
border-color: #B1979C;
}
.TagClassName
{
border-color: #B1979C;
}
</style>