Shades of Viola #B59199
Tints of Viola #B59199
RGB
CMYK
RGB Variations
Color information
#B59199 (or 0xB59199) is known color: Viola. HEX triplet: B5, 91 and 99. RGB value is (181,145,153). Sum of RGB (Red+Green+Blue) = 181+145+153=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59199 is #4A6E66. Grayscale: #9C9C9C. Windows color (decimal): -4877927 or 10064309. OLE color: 10064309.
HSL color Cylindrical-coordinate representation of color #B59199: hue angle of 346.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59199 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 153 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.29 |
| HSL | 346.67º | 0.2% | 0.64% | - |
| HSV(B) | 346.67º | 0.2% | 0.71% | - |
| XYZ | 34.93 | 32.37 | 34.54 | - |
| YUV | 156.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 153 | 0 | 0.20 | 0.15 | 0.29 | 346.67 | 0.2 | 0.64 |
| Hex | B5 | 91 | 99 | 0 | 14 | F | 1D | 15B | 14 | 40 |
| Octal | 265 | 221 | 231 | 0 | 24 | 17 | 35 | 533 | 24 | 100 |
| Binary | 10110101 | 10010001 | 10011001 | 0 | 10100 | 1111 | 11101 | 101011011 | 10100 | 1000000 |
Color Harmonies of #B59199
Complementary color
Monochromatic Colors of #B59199
Black with #B59199
Text Example
Text Example
White with #B59199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59199; }
p { color: rgb(181,145,153); }
H1.HeaderClassName
{
color: #B59199;
}
.AnyTagClassName
{
color: #B59199;
}
</style>
background-color css
<style>
a { background-color: #B59199; }
a { background-color: rgb(181,145,153); }
div.DivClassName
{
background-color: #B59199;
}
.BgClassName
{
background-color: #B59199;
}
</style>
border-color css
<style>
span { border-color: #B59199; }
span { border-color: rgb(181,145,153); }
td.TdClassName
{
border-color: #B59199;
}
.TagClassName
{
border-color: #B59199;
}
</style>