Shades of Viola #B995A2
Tints of Viola #B995A2
RGB
CMYK
RGB Variations
Color information
#B995A2 (or 0xB995A2) is known color: Viola. HEX triplet: B9, 95 and A2. RGB value is (185,149,162). Sum of RGB (Red+Green+Blue) = 185+149+162=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B995A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B995A2 is #466A5D. Grayscale: #A1A1A1. Windows color (decimal): -4614750 or 10655161. OLE color: 10655161.
HSL color Cylindrical-coordinate representation of color #B995A2: hue angle of 338.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B995A2 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 162 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.27 |
| HSL | 338.33º | 0.2% | 0.65% | - |
| HSV(B) | 338.33º | 0.19% | 0.73% | - |
| XYZ | 37.28 | 34.42 | 38.86 | - |
| YUV | 161.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 162 | 0 | 0.19 | 0.12 | 0.27 | 338.33 | 0.2 | 0.65 |
| Hex | B9 | 95 | A2 | 0 | 13 | C | 1B | 152 | 14 | 41 |
| Octal | 271 | 225 | 242 | 0 | 23 | 14 | 33 | 522 | 24 | 101 |
| Binary | 10111001 | 10010101 | 10100010 | 0 | 10011 | 1100 | 11011 | 101010010 | 10100 | 1000001 |
Color Harmonies of #B995A2
Complementary color
Monochromatic Colors of #B995A2
Black with #B995A2
Text Example
Text Example
White with #B995A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995A2; }
p { color: rgb(185,149,162); }
H1.HeaderClassName
{
color: #B995A2;
}
.AnyTagClassName
{
color: #B995A2;
}
</style>
background-color css
<style>
a { background-color: #B995A2; }
a { background-color: rgb(185,149,162); }
div.DivClassName
{
background-color: #B995A2;
}
.BgClassName
{
background-color: #B995A2;
}
</style>
border-color css
<style>
span { border-color: #B995A2; }
span { border-color: rgb(185,149,162); }
td.TdClassName
{
border-color: #B995A2;
}
.TagClassName
{
border-color: #B995A2;
}
</style>