Shades of Viola #B493A1
Tints of Viola #B493A1
RGB
CMYK
RGB Variations
Color information
#B493A1 (or 0xB493A1) is known color: Viola. HEX triplet: B4, 93 and A1. RGB value is (180,147,161). Sum of RGB (Red+Green+Blue) = 180+147+161=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B493A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493A1 is #4B6C5E. Grayscale: #9E9E9E. Windows color (decimal): -4942943 or 10589108. OLE color: 10589108.
HSL color Cylindrical-coordinate representation of color #B493A1: hue angle of 334.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B493A1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 161 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.29 |
| HSL | 334.55º | 0.18% | 0.64% | - |
| HSV(B) | 334.55º | 0.18% | 0.71% | - |
| XYZ | 35.69 | 33.14 | 38.23 | - |
| YUV | 158.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 161 | 0 | 0.18 | 0.11 | 0.29 | 334.55 | 0.18 | 0.64 |
| Hex | B4 | 93 | A1 | 0 | 12 | B | 1D | 14F | 12 | 40 |
| Octal | 264 | 223 | 241 | 0 | 22 | 13 | 35 | 517 | 22 | 100 |
| Binary | 10110100 | 10010011 | 10100001 | 0 | 10010 | 1011 | 11101 | 101001111 | 10010 | 1000000 |
Color Harmonies of #B493A1
Complementary color
Monochromatic Colors of #B493A1
Black with #B493A1
Text Example
Text Example
White with #B493A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B493A1; }
p { color: rgb(180,147,161); }
H1.HeaderClassName
{
color: #B493A1;
}
.AnyTagClassName
{
color: #B493A1;
}
</style>
background-color css
<style>
a { background-color: #B493A1; }
a { background-color: rgb(180,147,161); }
div.DivClassName
{
background-color: #B493A1;
}
.BgClassName
{
background-color: #B493A1;
}
</style>
border-color css
<style>
span { border-color: #B493A1; }
span { border-color: rgb(180,147,161); }
td.TdClassName
{
border-color: #B493A1;
}
.TagClassName
{
border-color: #B493A1;
}
</style>