Shades of Viola #B58B93
Tints of Viola #B58B93
RGB
CMYK
RGB Variations
Color information
#B58B93 (or 0xB58B93) is known color: Viola. HEX triplet: B5, 8B and 93. RGB value is (181,139,147). Sum of RGB (Red+Green+Blue) = 181+139+147=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B93 is #4A746C. Grayscale: #989898. Windows color (decimal): -4879469 or 9669557. OLE color: 9669557.
HSL color Cylindrical-coordinate representation of color #B58B93: hue angle of 348.57º 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 #B58B93 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 147 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.29 |
| HSL | 348.57º | 0.22% | 0.63% | - |
| HSV(B) | 348.57º | 0.23% | 0.71% | - |
| XYZ | 33.56 | 30.4 | 31.7 | - |
| YUV | 152.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 147 | 0 | 0.23 | 0.19 | 0.29 | 348.57 | 0.22 | 0.63 |
| Hex | B5 | 8B | 93 | 0 | 17 | 13 | 1D | 15D | 16 | 3F |
| Octal | 265 | 213 | 223 | 0 | 27 | 23 | 35 | 535 | 26 | 77 |
| Binary | 10110101 | 10001011 | 10010011 | 0 | 10111 | 10011 | 11101 | 101011101 | 10110 | 111111 |
Color Harmonies of #B58B93
Complementary color
Monochromatic Colors of #B58B93
Black with #B58B93
Text Example
Text Example
White with #B58B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B93; }
p { color: rgb(181,139,147); }
H1.HeaderClassName
{
color: #B58B93;
}
.AnyTagClassName
{
color: #B58B93;
}
</style>
background-color css
<style>
a { background-color: #B58B93; }
a { background-color: rgb(181,139,147); }
div.DivClassName
{
background-color: #B58B93;
}
.BgClassName
{
background-color: #B58B93;
}
</style>
border-color css
<style>
span { border-color: #B58B93; }
span { border-color: rgb(181,139,147); }
td.TdClassName
{
border-color: #B58B93;
}
.TagClassName
{
border-color: #B58B93;
}
</style>