Shades of Viola #B491A0
Tints of Viola #B491A0
RGB
CMYK
RGB Variations
Color information
#B491A0 (or 0xB491A0) is known color: Viola. HEX triplet: B4, 91 and A0. RGB value is (180,145,160). Sum of RGB (Red+Green+Blue) = 180+145+160=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B491A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B491A0 is #4B6E5F. Grayscale: #9D9D9D. Windows color (decimal): -4943456 or 10523060. OLE color: 10523060.
HSL color Cylindrical-coordinate representation of color #B491A0: hue angle of 334.29º 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 #B491A0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 160 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.29 |
| HSL | 334.29º | 0.19% | 0.64% | - |
| HSV(B) | 334.29º | 0.19% | 0.71% | - |
| XYZ | 35.29 | 32.49 | 37.67 | - |
| YUV | 157.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 160 | 0 | 0.19 | 0.11 | 0.29 | 334.29 | 0.19 | 0.64 |
| Hex | B4 | 91 | A0 | 0 | 13 | B | 1D | 14E | 13 | 40 |
| Octal | 264 | 221 | 240 | 0 | 23 | 13 | 35 | 516 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10100000 | 0 | 10011 | 1011 | 11101 | 101001110 | 10011 | 1000000 |
Color Harmonies of #B491A0
Complementary color
Monochromatic Colors of #B491A0
Black with #B491A0
Text Example
Text Example
White with #B491A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491A0; }
p { color: rgb(180,145,160); }
H1.HeaderClassName
{
color: #B491A0;
}
.AnyTagClassName
{
color: #B491A0;
}
</style>
background-color css
<style>
a { background-color: #B491A0; }
a { background-color: rgb(180,145,160); }
div.DivClassName
{
background-color: #B491A0;
}
.BgClassName
{
background-color: #B491A0;
}
</style>
border-color css
<style>
span { border-color: #B491A0; }
span { border-color: rgb(180,145,160); }
td.TdClassName
{
border-color: #B491A0;
}
.TagClassName
{
border-color: #B491A0;
}
</style>