Shades of Viola #B58F93
Tints of Viola #B58F93
RGB
CMYK
RGB Variations
Color information
#B58F93 (or 0xB58F93) is known color: Viola. HEX triplet: B5, 8F and 93. RGB value is (181,143,147). Sum of RGB (Red+Green+Blue) = 181+143+147=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F93 is #4A706C. Grayscale: #9A9A9A. Windows color (decimal): -4878445 or 9670581. OLE color: 9670581.
HSL color Cylindrical-coordinate representation of color #B58F93: hue angle of 353.68º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B58F93 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 147 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.29 |
| HSL | 353.68º | 0.2% | 0.64% | - |
| HSV(B) | 353.68º | 0.21% | 0.71% | - |
| XYZ | 34.14 | 31.58 | 31.9 | - |
| YUV | 154.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 147 | 0 | 0.21 | 0.19 | 0.29 | 353.68 | 0.2 | 0.64 |
| Hex | B5 | 8F | 93 | 0 | 15 | 13 | 1D | 162 | 14 | 40 |
| Octal | 265 | 217 | 223 | 0 | 25 | 23 | 35 | 542 | 24 | 100 |
| Binary | 10110101 | 10001111 | 10010011 | 0 | 10101 | 10011 | 11101 | 101100010 | 10100 | 1000000 |
Color Harmonies of #B58F93
Complementary color
Monochromatic Colors of #B58F93
Black with #B58F93
Text Example
Text Example
White with #B58F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F93; }
p { color: rgb(181,143,147); }
H1.HeaderClassName
{
color: #B58F93;
}
.AnyTagClassName
{
color: #B58F93;
}
</style>
background-color css
<style>
a { background-color: #B58F93; }
a { background-color: rgb(181,143,147); }
div.DivClassName
{
background-color: #B58F93;
}
.BgClassName
{
background-color: #B58F93;
}
</style>
border-color css
<style>
span { border-color: #B58F93; }
span { border-color: rgb(181,143,147); }
td.TdClassName
{
border-color: #B58F93;
}
.TagClassName
{
border-color: #B58F93;
}
</style>