Shades of Viola #B4979C
Tints of Viola #B4979C
RGB
CMYK
RGB Variations
Color information
#B4979C (or 0xB4979C) is known color: Viola. HEX triplet: B4, 97 and 9C. RGB value is (180,151,156). Sum of RGB (Red+Green+Blue) = 180+151+156=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4979C is #4B6863. Grayscale: #A0A0A0. Windows color (decimal): -4941924 or 10262452. OLE color: 10262452.
HSL color Cylindrical-coordinate representation of color #B4979C: hue angle of 349.66º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4979C is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 151 | 156 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.29 |
| HSL | 349.66º | 0.16% | 0.65% | - |
| HSV(B) | 349.66º | 0.16% | 0.71% | - |
| XYZ | 35.89 | 34.24 | 36.17 | - |
| YUV | 160.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 156 | 0 | 0.16 | 0.13 | 0.29 | 349.66 | 0.16 | 0.65 |
| Hex | B4 | 97 | 9C | 0 | 10 | D | 1D | 15E | 10 | 41 |
| Octal | 264 | 227 | 234 | 0 | 20 | 15 | 35 | 536 | 20 | 101 |
| Binary | 10110100 | 10010111 | 10011100 | 0 | 10000 | 1101 | 11101 | 101011110 | 10000 | 1000001 |
Color Harmonies of #B4979C
Complementary color
Monochromatic Colors of #B4979C
Black with #B4979C
Text Example
Text Example
White with #B4979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4979C; }
p { color: rgb(180,151,156); }
H1.HeaderClassName
{
color: #B4979C;
}
.AnyTagClassName
{
color: #B4979C;
}
</style>
background-color css
<style>
a { background-color: #B4979C; }
a { background-color: rgb(180,151,156); }
div.DivClassName
{
background-color: #B4979C;
}
.BgClassName
{
background-color: #B4979C;
}
</style>
border-color css
<style>
span { border-color: #B4979C; }
span { border-color: rgb(180,151,156); }
td.TdClassName
{
border-color: #B4979C;
}
.TagClassName
{
border-color: #B4979C;
}
</style>