Shades of Viola #B5999E
Tints of Viola #B5999E
RGB
CMYK
RGB Variations
Color information
#B5999E (or 0xB5999E) is known color: Viola. HEX triplet: B5, 99 and 9E. RGB value is (181,153,158). Sum of RGB (Red+Green+Blue) = 181+153+158=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5999E is #4A6661. Grayscale: #A1A1A1. Windows color (decimal): -4875874 or 10394037. OLE color: 10394037.
HSL color Cylindrical-coordinate representation of color #B5999E: hue angle of 349.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5999E is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 158 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.29 |
| HSL | 349.29º | 0.16% | 0.65% | - |
| HSV(B) | 349.29º | 0.15% | 0.71% | - |
| XYZ | 36.62 | 35.07 | 37.19 | - |
| YUV | 161.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 158 | 0 | 0.15 | 0.13 | 0.29 | 349.29 | 0.16 | 0.65 |
| Hex | B5 | 99 | 9E | 0 | F | D | 1D | 15D | 10 | 41 |
| Octal | 265 | 231 | 236 | 0 | 17 | 15 | 35 | 535 | 20 | 101 |
| Binary | 10110101 | 10011001 | 10011110 | 0 | 1111 | 1101 | 11101 | 101011101 | 10000 | 1000001 |
Color Harmonies of #B5999E
Complementary color
Monochromatic Colors of #B5999E
Black with #B5999E
Text Example
Text Example
White with #B5999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5999E; }
p { color: rgb(181,153,158); }
H1.HeaderClassName
{
color: #B5999E;
}
.AnyTagClassName
{
color: #B5999E;
}
</style>
background-color css
<style>
a { background-color: #B5999E; }
a { background-color: rgb(181,153,158); }
div.DivClassName
{
background-color: #B5999E;
}
.BgClassName
{
background-color: #B5999E;
}
</style>
border-color css
<style>
span { border-color: #B5999E; }
span { border-color: rgb(181,153,158); }
td.TdClassName
{
border-color: #B5999E;
}
.TagClassName
{
border-color: #B5999E;
}
</style>