Shades of Viola #B49FA5
Tints of Viola #B49FA5
RGB
CMYK
RGB Variations
Color information
#B49FA5 (or 0xB49FA5) is known color: Viola. HEX triplet: B4, 9F and A5. RGB value is (180,159,165). Sum of RGB (Red+Green+Blue) = 180+159+165=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FA5 is #4B605A. Grayscale: #A5A5A5. Windows color (decimal): -4939867 or 10854324. OLE color: 10854324.
HSL color Cylindrical-coordinate representation of color #B49FA5: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49FA5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 165 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.29 |
| HSL | 342.86º | 0.12% | 0.66% | - |
| HSV(B) | 342.86º | 0.12% | 0.71% | - |
| XYZ | 38.01 | 37.22 | 40.78 | - |
| YUV | 165.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 165 | 0 | 0.12 | 0.08 | 0.29 | 342.86 | 0.12 | 0.66 |
| Hex | B4 | 9F | A5 | 0 | C | 8 | 1D | 157 | C | 42 |
| Octal | 264 | 237 | 245 | 0 | 14 | 10 | 35 | 527 | 14 | 102 |
| Binary | 10110100 | 10011111 | 10100101 | 0 | 1100 | 1000 | 11101 | 101010111 | 1100 | 1000010 |
Color Harmonies of #B49FA5
Complementary color
Monochromatic Colors of #B49FA5
Black with #B49FA5
Text Example
Text Example
White with #B49FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FA5; }
p { color: rgb(180,159,165); }
H1.HeaderClassName
{
color: #B49FA5;
}
.AnyTagClassName
{
color: #B49FA5;
}
</style>
background-color css
<style>
a { background-color: #B49FA5; }
a { background-color: rgb(180,159,165); }
div.DivClassName
{
background-color: #B49FA5;
}
.BgClassName
{
background-color: #B49FA5;
}
</style>
border-color css
<style>
span { border-color: #B49FA5; }
span { border-color: rgb(180,159,165); }
td.TdClassName
{
border-color: #B49FA5;
}
.TagClassName
{
border-color: #B49FA5;
}
</style>