Shades of Viola #B59193
Tints of Viola #B59193
RGB
CMYK
RGB Variations
Color information
#B59193 (or 0xB59193) is known color: Viola. HEX triplet: B5, 91 and 93. RGB value is (181,145,147). Sum of RGB (Red+Green+Blue) = 181+145+147=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B59193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59193 is #4A6E6C. Grayscale: #9C9C9C. Windows color (decimal): -4877933 or 9671093. OLE color: 9671093.
HSL color Cylindrical-coordinate representation of color #B59193: hue angle of 356.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59193 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 147 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.29 |
| HSL | 356.67º | 0.2% | 0.64% | - |
| HSV(B) | 356.67º | 0.2% | 0.71% | - |
| XYZ | 34.45 | 32.18 | 32 | - |
| YUV | 155.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 147 | 0 | 0.20 | 0.19 | 0.29 | 356.67 | 0.2 | 0.64 |
| Hex | B5 | 91 | 93 | 0 | 14 | 13 | 1D | 165 | 14 | 40 |
| Octal | 265 | 221 | 223 | 0 | 24 | 23 | 35 | 545 | 24 | 100 |
| Binary | 10110101 | 10010001 | 10010011 | 0 | 10100 | 10011 | 11101 | 101100101 | 10100 | 1000000 |
Color Harmonies of #B59193
Complementary color
Monochromatic Colors of #B59193
Black with #B59193
Text Example
Text Example
White with #B59193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59193; }
p { color: rgb(181,145,147); }
H1.HeaderClassName
{
color: #B59193;
}
.AnyTagClassName
{
color: #B59193;
}
</style>
background-color css
<style>
a { background-color: #B59193; }
a { background-color: rgb(181,145,147); }
div.DivClassName
{
background-color: #B59193;
}
.BgClassName
{
background-color: #B59193;
}
</style>
border-color css
<style>
span { border-color: #B59193; }
span { border-color: rgb(181,145,147); }
td.TdClassName
{
border-color: #B59193;
}
.TagClassName
{
border-color: #B59193;
}
</style>