Shades of Viola #B593A0
Tints of Viola #B593A0
RGB
CMYK
RGB Variations
Color information
#B593A0 (or 0xB593A0) is known color: Viola. HEX triplet: B5, 93 and A0. RGB value is (181,147,160). Sum of RGB (Red+Green+Blue) = 181+147+160=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B593A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B593A0 is #4A6C5F. Grayscale: #9E9E9E. Windows color (decimal): -4877408 or 10523573. OLE color: 10523573.
HSL color Cylindrical-coordinate representation of color #B593A0: hue angle of 337.06º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B593A0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 160 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.29 |
| HSL | 337.06º | 0.19% | 0.64% | - |
| HSV(B) | 337.06º | 0.19% | 0.71% | - |
| XYZ | 35.83 | 33.23 | 37.78 | - |
| YUV | 158.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 160 | 0 | 0.19 | 0.12 | 0.29 | 337.06 | 0.19 | 0.64 |
| Hex | B5 | 93 | A0 | 0 | 13 | C | 1D | 151 | 13 | 40 |
| Octal | 265 | 223 | 240 | 0 | 23 | 14 | 35 | 521 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10100000 | 0 | 10011 | 1100 | 11101 | 101010001 | 10011 | 1000000 |
Color Harmonies of #B593A0
Complementary color
Monochromatic Colors of #B593A0
Black with #B593A0
Text Example
Text Example
White with #B593A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B593A0; }
p { color: rgb(181,147,160); }
H1.HeaderClassName
{
color: #B593A0;
}
.AnyTagClassName
{
color: #B593A0;
}
</style>
background-color css
<style>
a { background-color: #B593A0; }
a { background-color: rgb(181,147,160); }
div.DivClassName
{
background-color: #B593A0;
}
.BgClassName
{
background-color: #B593A0;
}
</style>
border-color css
<style>
span { border-color: #B593A0; }
span { border-color: rgb(181,147,160); }
td.TdClassName
{
border-color: #B593A0;
}
.TagClassName
{
border-color: #B593A0;
}
</style>