Shades of Viola #B58A93
Tints of Viola #B58A93
RGB
CMYK
RGB Variations
Color information
#B58A93 (or 0xB58A93) is known color: Viola. HEX triplet: B5, 8A and 93. RGB value is (181,138,147). Sum of RGB (Red+Green+Blue) = 181+138+147=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A93 is #4A756C. Grayscale: #979797. Windows color (decimal): -4879725 or 9669301. OLE color: 9669301.
HSL color Cylindrical-coordinate representation of color #B58A93: hue angle of 347.44º 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 #B58A93 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 147 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.29 |
| HSL | 347.44º | 0.23% | 0.63% | - |
| HSV(B) | 347.44º | 0.24% | 0.71% | - |
| XYZ | 33.41 | 30.11 | 31.65 | - |
| YUV | 151.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 147 | 0 | 0.24 | 0.19 | 0.29 | 347.44 | 0.23 | 0.63 |
| Hex | B5 | 8A | 93 | 0 | 18 | 13 | 1D | 15B | 17 | 3F |
| Octal | 265 | 212 | 223 | 0 | 30 | 23 | 35 | 533 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10010011 | 0 | 11000 | 10011 | 11101 | 101011011 | 10111 | 111111 |
Color Harmonies of #B58A93
Complementary color
Monochromatic Colors of #B58A93
Black with #B58A93
Text Example
Text Example
White with #B58A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A93; }
p { color: rgb(181,138,147); }
H1.HeaderClassName
{
color: #B58A93;
}
.AnyTagClassName
{
color: #B58A93;
}
</style>
background-color css
<style>
a { background-color: #B58A93; }
a { background-color: rgb(181,138,147); }
div.DivClassName
{
background-color: #B58A93;
}
.BgClassName
{
background-color: #B58A93;
}
</style>
border-color css
<style>
span { border-color: #B58A93; }
span { border-color: rgb(181,138,147); }
td.TdClassName
{
border-color: #B58A93;
}
.TagClassName
{
border-color: #B58A93;
}
</style>