Shades of Viola #B58995
Tints of Viola #B58995
RGB
CMYK
RGB Variations
Color information
#B58995 (or 0xB58995) is known color: Viola. HEX triplet: B5, 89 and 95. RGB value is (181,137,149). Sum of RGB (Red+Green+Blue) = 181+137+149=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B58995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58995 is #4A766A. Grayscale: #979797. Windows color (decimal): -4879979 or 9800117. OLE color: 9800117.
HSL color Cylindrical-coordinate representation of color #B58995: hue angle of 343.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58995 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 149 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.29 |
| HSL | 343.64º | 0.23% | 0.62% | - |
| HSV(B) | 343.64º | 0.24% | 0.71% | - |
| XYZ | 33.43 | 29.89 | 32.44 | - |
| YUV | 151.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 149 | 0 | 0.24 | 0.18 | 0.29 | 343.64 | 0.23 | 0.62 |
| Hex | B5 | 89 | 95 | 0 | 18 | 12 | 1D | 158 | 17 | 3E |
| Octal | 265 | 211 | 225 | 0 | 30 | 22 | 35 | 530 | 27 | 76 |
| Binary | 10110101 | 10001001 | 10010101 | 0 | 11000 | 10010 | 11101 | 101011000 | 10111 | 111110 |
Color Harmonies of #B58995
Complementary color
Monochromatic Colors of #B58995
Black with #B58995
Text Example
Text Example
White with #B58995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58995; }
p { color: rgb(181,137,149); }
H1.HeaderClassName
{
color: #B58995;
}
.AnyTagClassName
{
color: #B58995;
}
</style>
background-color css
<style>
a { background-color: #B58995; }
a { background-color: rgb(181,137,149); }
div.DivClassName
{
background-color: #B58995;
}
.BgClassName
{
background-color: #B58995;
}
</style>
border-color css
<style>
span { border-color: #B58995; }
span { border-color: rgb(181,137,149); }
td.TdClassName
{
border-color: #B58995;
}
.TagClassName
{
border-color: #B58995;
}
</style>