Shades of Viola #B5959C
Tints of Viola #B5959C
RGB
CMYK
RGB Variations
Color information
#B5959C (or 0xB5959C) is known color: Viola. HEX triplet: B5, 95 and 9C. RGB value is (181,149,156). Sum of RGB (Red+Green+Blue) = 181+149+156=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5959C is #4A6A63. Grayscale: #9F9F9F. Windows color (decimal): -4876900 or 10261941. OLE color: 10261941.
HSL color Cylindrical-coordinate representation of color #B5959C: hue angle of 346.88º 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 #B5959C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 156 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.29 |
| HSL | 346.88º | 0.18% | 0.65% | - |
| HSV(B) | 346.88º | 0.18% | 0.71% | - |
| XYZ | 35.8 | 33.72 | 36.07 | - |
| YUV | 159.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 156 | 0 | 0.18 | 0.14 | 0.29 | 346.88 | 0.18 | 0.65 |
| Hex | B5 | 95 | 9C | 0 | 12 | E | 1D | 15B | 12 | 41 |
| Octal | 265 | 225 | 234 | 0 | 22 | 16 | 35 | 533 | 22 | 101 |
| Binary | 10110101 | 10010101 | 10011100 | 0 | 10010 | 1110 | 11101 | 101011011 | 10010 | 1000001 |
Color Harmonies of #B5959C
Complementary color
Monochromatic Colors of #B5959C
Black with #B5959C
Text Example
Text Example
White with #B5959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5959C; }
p { color: rgb(181,149,156); }
H1.HeaderClassName
{
color: #B5959C;
}
.AnyTagClassName
{
color: #B5959C;
}
</style>
background-color css
<style>
a { background-color: #B5959C; }
a { background-color: rgb(181,149,156); }
div.DivClassName
{
background-color: #B5959C;
}
.BgClassName
{
background-color: #B5959C;
}
</style>
border-color css
<style>
span { border-color: #B5959C; }
span { border-color: rgb(181,149,156); }
td.TdClassName
{
border-color: #B5959C;
}
.TagClassName
{
border-color: #B5959C;
}
</style>