Shades of Viola #B58A91
Tints of Viola #B58A91
RGB
CMYK
RGB Variations
Color information
#B58A91 (or 0xB58A91) is known color: Viola. HEX triplet: B5, 8A and 91. RGB value is (181,138,145). Sum of RGB (Red+Green+Blue) = 181+138+145=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A91 is #4A756E. Grayscale: #979797. Windows color (decimal): -4879727 or 9538229. OLE color: 9538229.
HSL color Cylindrical-coordinate representation of color #B58A91: hue angle of 350.23º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58A91 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 145 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.29 |
| HSL | 350.23º | 0.23% | 0.63% | - |
| HSV(B) | 350.23º | 0.24% | 0.71% | - |
| XYZ | 33.26 | 30.05 | 30.83 | - |
| YUV | 151.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 145 | 0 | 0.24 | 0.20 | 0.29 | 350.23 | 0.23 | 0.63 |
| Hex | B5 | 8A | 91 | 0 | 18 | 14 | 1D | 15E | 17 | 3F |
| Octal | 265 | 212 | 221 | 0 | 30 | 24 | 35 | 536 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10010001 | 0 | 11000 | 10100 | 11101 | 101011110 | 10111 | 111111 |
Color Harmonies of #B58A91
Complementary color
Monochromatic Colors of #B58A91
Black with #B58A91
Text Example
Text Example
White with #B58A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A91; }
p { color: rgb(181,138,145); }
H1.HeaderClassName
{
color: #B58A91;
}
.AnyTagClassName
{
color: #B58A91;
}
</style>
background-color css
<style>
a { background-color: #B58A91; }
a { background-color: rgb(181,138,145); }
div.DivClassName
{
background-color: #B58A91;
}
.BgClassName
{
background-color: #B58A91;
}
</style>
border-color css
<style>
span { border-color: #B58A91; }
span { border-color: rgb(181,138,145); }
td.TdClassName
{
border-color: #B58A91;
}
.TagClassName
{
border-color: #B58A91;
}
</style>