Shades of Viola #B999A0
Tints of Viola #B999A0
RGB
CMYK
RGB Variations
Color information
#B999A0 (or 0xB999A0) is known color: Viola. HEX triplet: B9, 99 and A0. RGB value is (185,153,160). Sum of RGB (Red+Green+Blue) = 185+153+160=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B999A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999A0 is #46665F. Grayscale: #A3A3A3. Windows color (decimal): -4613728 or 10525113. OLE color: 10525113.
HSL color Cylindrical-coordinate representation of color #B999A0: hue angle of 346.88º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B999A0 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 153 | 160 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.27 |
| HSL | 346.88º | 0.19% | 0.66% | - |
| HSV(B) | 346.88º | 0.17% | 0.73% | - |
| XYZ | 37.74 | 35.63 | 38.15 | - |
| YUV | 163.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 153 | 160 | 0 | 0.17 | 0.14 | 0.27 | 346.88 | 0.19 | 0.66 |
| Hex | B9 | 99 | A0 | 0 | 11 | E | 1B | 15B | 13 | 42 |
| Octal | 271 | 231 | 240 | 0 | 21 | 16 | 33 | 533 | 23 | 102 |
| Binary | 10111001 | 10011001 | 10100000 | 0 | 10001 | 1110 | 11011 | 101011011 | 10011 | 1000010 |
Color Harmonies of #B999A0
Complementary color
Monochromatic Colors of #B999A0
Black with #B999A0
Text Example
Text Example
White with #B999A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B999A0; }
p { color: rgb(185,153,160); }
H1.HeaderClassName
{
color: #B999A0;
}
.AnyTagClassName
{
color: #B999A0;
}
</style>
background-color css
<style>
a { background-color: #B999A0; }
a { background-color: rgb(185,153,160); }
div.DivClassName
{
background-color: #B999A0;
}
.BgClassName
{
background-color: #B999A0;
}
</style>
border-color css
<style>
span { border-color: #B999A0; }
span { border-color: rgb(185,153,160); }
td.TdClassName
{
border-color: #B999A0;
}
.TagClassName
{
border-color: #B999A0;
}
</style>