Shades of Viola #B4959C
Tints of Viola #B4959C
RGB
CMYK
RGB Variations
Color information
#B4959C (or 0xB4959C) is known color: Viola. HEX triplet: B4, 95 and 9C. RGB value is (180,149,156). Sum of RGB (Red+Green+Blue) = 180+149+156=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4959C is #4B6A63. Grayscale: #9F9F9F. Windows color (decimal): -4942436 or 10261940. OLE color: 10261940.
HSL color Cylindrical-coordinate representation of color #B4959C: hue angle of 346.45º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4959C is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 156 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.29 |
| HSL | 346.45º | 0.17% | 0.65% | - |
| HSV(B) | 346.45º | 0.17% | 0.71% | - |
| XYZ | 35.57 | 33.6 | 36.06 | - |
| YUV | 159.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 156 | 0 | 0.17 | 0.13 | 0.29 | 346.45 | 0.17 | 0.65 |
| Hex | B4 | 95 | 9C | 0 | 11 | D | 1D | 15A | 11 | 41 |
| Octal | 264 | 225 | 234 | 0 | 21 | 15 | 35 | 532 | 21 | 101 |
| Binary | 10110100 | 10010101 | 10011100 | 0 | 10001 | 1101 | 11101 | 101011010 | 10001 | 1000001 |
Color Harmonies of #B4959C
Complementary color
Monochromatic Colors of #B4959C
Black with #B4959C
Text Example
Text Example
White with #B4959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4959C; }
p { color: rgb(180,149,156); }
H1.HeaderClassName
{
color: #B4959C;
}
.AnyTagClassName
{
color: #B4959C;
}
</style>
background-color css
<style>
a { background-color: #B4959C; }
a { background-color: rgb(180,149,156); }
div.DivClassName
{
background-color: #B4959C;
}
.BgClassName
{
background-color: #B4959C;
}
</style>
border-color css
<style>
span { border-color: #B4959C; }
span { border-color: rgb(180,149,156); }
td.TdClassName
{
border-color: #B4959C;
}
.TagClassName
{
border-color: #B4959C;
}
</style>