Shades of Viola #B5959B
Tints of Viola #B5959B
RGB
CMYK
RGB Variations
Color information
#B5959B (or 0xB5959B) is known color: Viola. HEX triplet: B5, 95 and 9B. RGB value is (181,149,155). Sum of RGB (Red+Green+Blue) = 181+149+155=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5959B is #4A6A64. Grayscale: #9F9F9F. Windows color (decimal): -4876901 or 10196405. OLE color: 10196405.
HSL color Cylindrical-coordinate representation of color #B5959B: hue angle of 348.75º 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 #B5959B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 155 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.29 |
| HSL | 348.75º | 0.18% | 0.65% | - |
| HSV(B) | 348.75º | 0.18% | 0.71% | - |
| XYZ | 35.72 | 33.69 | 35.63 | - |
| YUV | 159.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 155 | 0 | 0.18 | 0.14 | 0.29 | 348.75 | 0.18 | 0.65 |
| Hex | B5 | 95 | 9B | 0 | 12 | E | 1D | 15D | 12 | 41 |
| Octal | 265 | 225 | 233 | 0 | 22 | 16 | 35 | 535 | 22 | 101 |
| Binary | 10110101 | 10010101 | 10011011 | 0 | 10010 | 1110 | 11101 | 101011101 | 10010 | 1000001 |
Color Harmonies of #B5959B
Complementary color
Monochromatic Colors of #B5959B
Black with #B5959B
Text Example
Text Example
White with #B5959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5959B; }
p { color: rgb(181,149,155); }
H1.HeaderClassName
{
color: #B5959B;
}
.AnyTagClassName
{
color: #B5959B;
}
</style>
background-color css
<style>
a { background-color: #B5959B; }
a { background-color: rgb(181,149,155); }
div.DivClassName
{
background-color: #B5959B;
}
.BgClassName
{
background-color: #B5959B;
}
</style>
border-color css
<style>
span { border-color: #B5959B; }
span { border-color: rgb(181,149,155); }
td.TdClassName
{
border-color: #B5959B;
}
.TagClassName
{
border-color: #B5959B;
}
</style>