Shades of Viola #B59299
Tints of Viola #B59299
RGB
CMYK
RGB Variations
Color information
#B59299 (or 0xB59299) is known color: Viola. HEX triplet: B5, 92 and 99. RGB value is (181,146,153). Sum of RGB (Red+Green+Blue) = 181+146+153=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B59299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59299 is #4A6D66. Grayscale: #9D9D9D. Windows color (decimal): -4877671 or 10064565. OLE color: 10064565.
HSL color Cylindrical-coordinate representation of color #B59299: hue angle of 348º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59299 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 153 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.29 |
| HSL | 348º | 0.19% | 0.64% | - |
| HSV(B) | 348º | 0.19% | 0.71% | - |
| XYZ | 35.08 | 32.68 | 34.6 | - |
| YUV | 157.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 153 | 0 | 0.19 | 0.15 | 0.29 | 348 | 0.19 | 0.64 |
| Hex | B5 | 92 | 99 | 0 | 13 | F | 1D | 15C | 13 | 40 |
| Octal | 265 | 222 | 231 | 0 | 23 | 17 | 35 | 534 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10011001 | 0 | 10011 | 1111 | 11101 | 101011100 | 10011 | 1000000 |
Color Harmonies of #B59299
Complementary color
Monochromatic Colors of #B59299
Black with #B59299
Text Example
Text Example
White with #B59299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59299; }
p { color: rgb(181,146,153); }
H1.HeaderClassName
{
color: #B59299;
}
.AnyTagClassName
{
color: #B59299;
}
</style>
background-color css
<style>
a { background-color: #B59299; }
a { background-color: rgb(181,146,153); }
div.DivClassName
{
background-color: #B59299;
}
.BgClassName
{
background-color: #B59299;
}
</style>
border-color css
<style>
span { border-color: #B59299; }
span { border-color: rgb(181,146,153); }
td.TdClassName
{
border-color: #B59299;
}
.TagClassName
{
border-color: #B59299;
}
</style>