Shades of Viola #B58A97
Tints of Viola #B58A97
RGB
CMYK
RGB Variations
Color information
#B58A97 (or 0xB58A97) is known color: Viola. HEX triplet: B5, 8A and 97. RGB value is (181,138,151). Sum of RGB (Red+Green+Blue) = 181+138+151=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A97 is #4A7568. Grayscale: #989898. Windows color (decimal): -4879721 or 9931445. OLE color: 9931445.
HSL color Cylindrical-coordinate representation of color #B58A97: hue angle of 341.86º 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 #B58A97 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 151 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.29 |
| HSL | 341.86º | 0.23% | 0.63% | - |
| HSV(B) | 341.86º | 0.24% | 0.71% | - |
| XYZ | 33.73 | 30.24 | 33.34 | - |
| YUV | 152.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 151 | 0 | 0.24 | 0.17 | 0.29 | 341.86 | 0.23 | 0.63 |
| Hex | B5 | 8A | 97 | 0 | 18 | 11 | 1D | 156 | 17 | 3F |
| Octal | 265 | 212 | 227 | 0 | 30 | 21 | 35 | 526 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10010111 | 0 | 11000 | 10001 | 11101 | 101010110 | 10111 | 111111 |
Color Harmonies of #B58A97
Complementary color
Monochromatic Colors of #B58A97
Black with #B58A97
Text Example
Text Example
White with #B58A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A97; }
p { color: rgb(181,138,151); }
H1.HeaderClassName
{
color: #B58A97;
}
.AnyTagClassName
{
color: #B58A97;
}
</style>
background-color css
<style>
a { background-color: #B58A97; }
a { background-color: rgb(181,138,151); }
div.DivClassName
{
background-color: #B58A97;
}
.BgClassName
{
background-color: #B58A97;
}
</style>
border-color css
<style>
span { border-color: #B58A97; }
span { border-color: rgb(181,138,151); }
td.TdClassName
{
border-color: #B58A97;
}
.TagClassName
{
border-color: #B58A97;
}
</style>