Shades of Viola #B58C96
Tints of Viola #B58C96
RGB
CMYK
RGB Variations
Color information
#B58C96 (or 0xB58C96) is known color: Viola. HEX triplet: B5, 8C and 96. RGB value is (181,140,150). Sum of RGB (Red+Green+Blue) = 181+140+150=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58C96 is #4A7369. Grayscale: #999999. Windows color (decimal): -4879210 or 9866421. OLE color: 9866421.
HSL color Cylindrical-coordinate representation of color #B58C96: hue angle of 345.37º 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 #B58C96 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 150 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.29 |
| HSL | 345.37º | 0.22% | 0.63% | - |
| HSV(B) | 345.37º | 0.23% | 0.71% | - |
| XYZ | 33.94 | 30.78 | 33.01 | - |
| YUV | 153.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 150 | 0 | 0.23 | 0.17 | 0.29 | 345.37 | 0.22 | 0.63 |
| Hex | B5 | 8C | 96 | 0 | 17 | 11 | 1D | 159 | 16 | 3F |
| Octal | 265 | 214 | 226 | 0 | 27 | 21 | 35 | 531 | 26 | 77 |
| Binary | 10110101 | 10001100 | 10010110 | 0 | 10111 | 10001 | 11101 | 101011001 | 10110 | 111111 |
Color Harmonies of #B58C96
Complementary color
Monochromatic Colors of #B58C96
Black with #B58C96
Text Example
Text Example
White with #B58C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C96; }
p { color: rgb(181,140,150); }
H1.HeaderClassName
{
color: #B58C96;
}
.AnyTagClassName
{
color: #B58C96;
}
</style>
background-color css
<style>
a { background-color: #B58C96; }
a { background-color: rgb(181,140,150); }
div.DivClassName
{
background-color: #B58C96;
}
.BgClassName
{
background-color: #B58C96;
}
</style>
border-color css
<style>
span { border-color: #B58C96; }
span { border-color: rgb(181,140,150); }
td.TdClassName
{
border-color: #B58C96;
}
.TagClassName
{
border-color: #B58C96;
}
</style>