Shades of Viola #B58B91
Tints of Viola #B58B91
RGB
CMYK
RGB Variations
Color information
#B58B91 (or 0xB58B91) is known color: Viola. HEX triplet: B5, 8B and 91. RGB value is (181,139,145). Sum of RGB (Red+Green+Blue) = 181+139+145=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B91 is #4A746E. Grayscale: #989898. Windows color (decimal): -4879471 or 9538485. OLE color: 9538485.
HSL color Cylindrical-coordinate representation of color #B58B91: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58B91 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 145 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.29 |
| HSL | 351.43º | 0.22% | 0.63% | - |
| HSV(B) | 351.43º | 0.23% | 0.71% | - |
| XYZ | 33.4 | 30.33 | 30.88 | - |
| YUV | 152.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 145 | 0 | 0.23 | 0.20 | 0.29 | 351.43 | 0.22 | 0.63 |
| Hex | B5 | 8B | 91 | 0 | 17 | 14 | 1D | 15F | 16 | 3F |
| Octal | 265 | 213 | 221 | 0 | 27 | 24 | 35 | 537 | 26 | 77 |
| Binary | 10110101 | 10001011 | 10010001 | 0 | 10111 | 10100 | 11101 | 101011111 | 10110 | 111111 |
Color Harmonies of #B58B91
Complementary color
Monochromatic Colors of #B58B91
Black with #B58B91
Text Example
Text Example
White with #B58B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B91; }
p { color: rgb(181,139,145); }
H1.HeaderClassName
{
color: #B58B91;
}
.AnyTagClassName
{
color: #B58B91;
}
</style>
background-color css
<style>
a { background-color: #B58B91; }
a { background-color: rgb(181,139,145); }
div.DivClassName
{
background-color: #B58B91;
}
.BgClassName
{
background-color: #B58B91;
}
</style>
border-color css
<style>
span { border-color: #B58B91; }
span { border-color: rgb(181,139,145); }
td.TdClassName
{
border-color: #B58B91;
}
.TagClassName
{
border-color: #B58B91;
}
</style>