Shades of Viola #B58D8F
Tints of Viola #B58D8F
RGB
CMYK
RGB Variations
Color information
#B58D8F (or 0xB58D8F) is known color: Viola. HEX triplet: B5, 8D and 8F. RGB value is (181,141,143). Sum of RGB (Red+Green+Blue) = 181+141+143=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D8F is #4A7270. Grayscale: #999999. Windows color (decimal): -4878961 or 9407925. OLE color: 9407925.
HSL color Cylindrical-coordinate representation of color #B58D8F: hue angle of 357º 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 #B58D8F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 141 | 143 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.29 |
| HSL | 357º | 0.21% | 0.63% | - |
| HSV(B) | 357º | 0.22% | 0.71% | - |
| XYZ | 33.54 | 30.86 | 30.17 | - |
| YUV | 153.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 141 | 143 | 0 | 0.22 | 0.21 | 0.29 | 357 | 0.21 | 0.63 |
| Hex | B5 | 8D | 8F | 0 | 16 | 15 | 1D | 165 | 15 | 3F |
| Octal | 265 | 215 | 217 | 0 | 26 | 25 | 35 | 545 | 25 | 77 |
| Binary | 10110101 | 10001101 | 10001111 | 0 | 10110 | 10101 | 11101 | 101100101 | 10101 | 111111 |
Color Harmonies of #B58D8F
Complementary color
Monochromatic Colors of #B58D8F
Black with #B58D8F
Text Example
Text Example
White with #B58D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58D8F; }
p { color: rgb(181,141,143); }
H1.HeaderClassName
{
color: #B58D8F;
}
.AnyTagClassName
{
color: #B58D8F;
}
</style>
background-color css
<style>
a { background-color: #B58D8F; }
a { background-color: rgb(181,141,143); }
div.DivClassName
{
background-color: #B58D8F;
}
.BgClassName
{
background-color: #B58D8F;
}
</style>
border-color css
<style>
span { border-color: #B58D8F; }
span { border-color: rgb(181,141,143); }
td.TdClassName
{
border-color: #B58D8F;
}
.TagClassName
{
border-color: #B58D8F;
}
</style>