Shades of Viola #B58E97
Tints of Viola #B58E97
RGB
CMYK
RGB Variations
Color information
#B58E97 (or 0xB58E97) is known color: Viola. HEX triplet: B5, 8E and 97. RGB value is (181,142,151). Sum of RGB (Red+Green+Blue) = 181+142+151=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58E97 is #4A7168. Grayscale: #9A9A9A. Windows color (decimal): -4878697 or 9932469. OLE color: 9932469.
HSL color Cylindrical-coordinate representation of color #B58E97: hue angle of 346.15º 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 #B58E97 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 151 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.29 |
| HSL | 346.15º | 0.21% | 0.63% | - |
| HSV(B) | 346.15º | 0.22% | 0.71% | - |
| XYZ | 34.31 | 31.4 | 33.53 | - |
| YUV | 154.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 151 | 0 | 0.22 | 0.17 | 0.29 | 346.15 | 0.21 | 0.63 |
| Hex | B5 | 8E | 97 | 0 | 16 | 11 | 1D | 15A | 15 | 3F |
| Octal | 265 | 216 | 227 | 0 | 26 | 21 | 35 | 532 | 25 | 77 |
| Binary | 10110101 | 10001110 | 10010111 | 0 | 10110 | 10001 | 11101 | 101011010 | 10101 | 111111 |
Color Harmonies of #B58E97
Complementary color
Monochromatic Colors of #B58E97
Black with #B58E97
Text Example
Text Example
White with #B58E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E97; }
p { color: rgb(181,142,151); }
H1.HeaderClassName
{
color: #B58E97;
}
.AnyTagClassName
{
color: #B58E97;
}
</style>
background-color css
<style>
a { background-color: #B58E97; }
a { background-color: rgb(181,142,151); }
div.DivClassName
{
background-color: #B58E97;
}
.BgClassName
{
background-color: #B58E97;
}
</style>
border-color css
<style>
span { border-color: #B58E97; }
span { border-color: rgb(181,142,151); }
td.TdClassName
{
border-color: #B58E97;
}
.TagClassName
{
border-color: #B58E97;
}
</style>