Shades of Viola #B4959F
Tints of Viola #B4959F
RGB
CMYK
RGB Variations
Color information
#B4959F (or 0xB4959F) is known color: Viola. HEX triplet: B4, 95 and 9F. RGB value is (180,149,159). Sum of RGB (Red+Green+Blue) = 180+149+159=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4959F is #4B6A60. Grayscale: #9F9F9F. Windows color (decimal): -4942433 or 10458548. OLE color: 10458548.
HSL color Cylindrical-coordinate representation of color #B4959F: hue angle of 340.65º 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 #B4959F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 159 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.29 |
| HSL | 340.65º | 0.17% | 0.65% | - |
| HSV(B) | 340.65º | 0.17% | 0.71% | - |
| XYZ | 35.83 | 33.7 | 37.42 | - |
| YUV | 159.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 159 | 0 | 0.17 | 0.12 | 0.29 | 340.65 | 0.17 | 0.65 |
| Hex | B4 | 95 | 9F | 0 | 11 | C | 1D | 155 | 11 | 41 |
| Octal | 264 | 225 | 237 | 0 | 21 | 14 | 35 | 525 | 21 | 101 |
| Binary | 10110100 | 10010101 | 10011111 | 0 | 10001 | 1100 | 11101 | 101010101 | 10001 | 1000001 |
Color Harmonies of #B4959F
Complementary color
Monochromatic Colors of #B4959F
Black with #B4959F
Text Example
Text Example
White with #B4959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4959F; }
p { color: rgb(180,149,159); }
H1.HeaderClassName
{
color: #B4959F;
}
.AnyTagClassName
{
color: #B4959F;
}
</style>
background-color css
<style>
a { background-color: #B4959F; }
a { background-color: rgb(180,149,159); }
div.DivClassName
{
background-color: #B4959F;
}
.BgClassName
{
background-color: #B4959F;
}
</style>
border-color css
<style>
span { border-color: #B4959F; }
span { border-color: rgb(180,149,159); }
td.TdClassName
{
border-color: #B4959F;
}
.TagClassName
{
border-color: #B4959F;
}
</style>