Shades of Viola #B58E91
Tints of Viola #B58E91
RGB
CMYK
RGB Variations
Color information
#B58E91 (or 0xB58E91) is known color: Viola. HEX triplet: B5, 8E and 91. RGB value is (181,142,145). Sum of RGB (Red+Green+Blue) = 181+142+145=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E91 is #4A716E. Grayscale: #9A9A9A. Windows color (decimal): -4878703 or 9539253. OLE color: 9539253.
HSL color Cylindrical-coordinate representation of color #B58E91: hue angle of 355.38º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58E91 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 145 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.29 |
| HSL | 355.38º | 0.21% | 0.63% | - |
| HSV(B) | 355.38º | 0.22% | 0.71% | - |
| XYZ | 33.84 | 31.21 | 31.03 | - |
| YUV | 154 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 145 | 0 | 0.22 | 0.20 | 0.29 | 355.38 | 0.21 | 0.63 |
| Hex | B5 | 8E | 91 | 0 | 16 | 14 | 1D | 163 | 15 | 3F |
| Octal | 265 | 216 | 221 | 0 | 26 | 24 | 35 | 543 | 25 | 77 |
| Binary | 10110101 | 10001110 | 10010001 | 0 | 10110 | 10100 | 11101 | 101100011 | 10101 | 111111 |
Color Harmonies of #B58E91
Complementary color
Monochromatic Colors of #B58E91
Black with #B58E91
Text Example
Text Example
White with #B58E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E91; }
p { color: rgb(181,142,145); }
H1.HeaderClassName
{
color: #B58E91;
}
.AnyTagClassName
{
color: #B58E91;
}
</style>
background-color css
<style>
a { background-color: #B58E91; }
a { background-color: rgb(181,142,145); }
div.DivClassName
{
background-color: #B58E91;
}
.BgClassName
{
background-color: #B58E91;
}
</style>
border-color css
<style>
span { border-color: #B58E91; }
span { border-color: rgb(181,142,145); }
td.TdClassName
{
border-color: #B58E91;
}
.TagClassName
{
border-color: #B58E91;
}
</style>