Shades of Viola #B49CA2
Tints of Viola #B49CA2
RGB
CMYK
RGB Variations
Color information
#B49CA2 (or 0xB49CA2) is known color: Viola. HEX triplet: B4, 9C and A2. RGB value is (180,156,162). Sum of RGB (Red+Green+Blue) = 180+156+162=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B49CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49CA2 is #4B635D. Grayscale: #A3A3A3. Windows color (decimal): -4940638 or 10656948. OLE color: 10656948.
HSL color Cylindrical-coordinate representation of color #B49CA2: hue angle of 345º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B49CA2 is Cyan = 0, Magento = 0.13, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 156 | 162 | - |
CMYK | 0 | 0.13 | 0.1 | 0.29 |
HSL | 345º | 0.14% | 0.66% | - |
HSV(B) | 345º | 0.13% | 0.71% | - |
XYZ | 37.23 | 36.09 | 39.19 | - |
YUV | 163.86 | 126.95 | 139.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 156 | 162 | 0 | 0.13 | 0.1 | 0.29 | 345 | 0.14 | 0.66 |
Hex | B4 | 9C | A2 | 0 | D | A | 1D | 159 | E | 42 |
Octal | 264 | 234 | 242 | 0 | 15 | 12 | 35 | 531 | 16 | 102 |
Binary | 10110100 | 10011100 | 10100010 | 0 | 1101 | 1010 | 11101 | 101011001 | 1110 | 1000010 |
Color Harmonies of #B49CA2
Complementary color
Monochromatic Colors of #B49CA2
Black with #B49CA2
Text Example
Text Example
White with #B49CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49CA2; }
p { color: rgb(180,156,162); }
H1.HeaderClassName
{
color: #B49CA2;
}
.AnyTagClassName
{
color: #B49CA2;
}
</style>
background-color css
<style>
a { background-color: #B49CA2; }
a { background-color: rgb(180,156,162); }
div.DivClassName
{
background-color: #B49CA2;
}
.BgClassName
{
background-color: #B49CA2;
}
</style>
border-color css
<style>
span { border-color: #B49CA2; }
span { border-color: rgb(180,156,162); }
td.TdClassName
{
border-color: #B49CA2;
}
.TagClassName
{
border-color: #B49CA2;
}
</style>