Shades of Viola #B5959E
Tints of Viola #B5959E
RGB
CMYK
RGB Variations
Color information
#B5959E (or 0xB5959E) is known color: Viola. HEX triplet: B5, 95 and 9E. RGB value is (181,149,158). Sum of RGB (Red+Green+Blue) = 181+149+158=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B5959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5959E is #4A6A61. Grayscale: #9F9F9F. Windows color (decimal): -4876898 or 10393013. OLE color: 10393013.
HSL color Cylindrical-coordinate representation of color #B5959E: hue angle of 343.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5959E is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 158 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.29 |
| HSL | 343.13º | 0.18% | 0.65% | - |
| HSV(B) | 343.13º | 0.18% | 0.71% | - |
| XYZ | 35.98 | 33.79 | 36.97 | - |
| YUV | 159.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 158 | 0 | 0.18 | 0.13 | 0.29 | 343.13 | 0.18 | 0.65 |
| Hex | B5 | 95 | 9E | 0 | 12 | D | 1D | 157 | 12 | 41 |
| Octal | 265 | 225 | 236 | 0 | 22 | 15 | 35 | 527 | 22 | 101 |
| Binary | 10110101 | 10010101 | 10011110 | 0 | 10010 | 1101 | 11101 | 101010111 | 10010 | 1000001 |
Color Harmonies of #B5959E
Complementary color
Monochromatic Colors of #B5959E
Black with #B5959E
Text Example
Text Example
White with #B5959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5959E; }
p { color: rgb(181,149,158); }
H1.HeaderClassName
{
color: #B5959E;
}
.AnyTagClassName
{
color: #B5959E;
}
</style>
background-color css
<style>
a { background-color: #B5959E; }
a { background-color: rgb(181,149,158); }
div.DivClassName
{
background-color: #B5959E;
}
.BgClassName
{
background-color: #B5959E;
}
</style>
border-color css
<style>
span { border-color: #B5959E; }
span { border-color: rgb(181,149,158); }
td.TdClassName
{
border-color: #B5959E;
}
.TagClassName
{
border-color: #B5959E;
}
</style>