Shades of Viola #BB96A2
Tints of Viola #BB96A2
RGB
CMYK
RGB Variations
Color information
#BB96A2 (or 0xBB96A2) is known color: Viola. HEX triplet: BB, 96 and A2. RGB value is (187,150,162). Sum of RGB (Red+Green+Blue) = 187+150+162=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96A2 is #44695D. Grayscale: #A2A2A2. Windows color (decimal): -4483422 or 10655419. OLE color: 10655419.
HSL color Cylindrical-coordinate representation of color #BB96A2: hue angle of 340.54º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96A2 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 162 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.27 |
| HSL | 340.54º | 0.21% | 0.66% | - |
| HSV(B) | 340.54º | 0.2% | 0.73% | - |
| XYZ | 37.92 | 34.99 | 38.94 | - |
| YUV | 162.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 162 | 0 | 0.20 | 0.13 | 0.27 | 340.54 | 0.21 | 0.66 |
| Hex | BB | 96 | A2 | 0 | 14 | D | 1B | 155 | 15 | 42 |
| Octal | 273 | 226 | 242 | 0 | 24 | 15 | 33 | 525 | 25 | 102 |
| Binary | 10111011 | 10010110 | 10100010 | 0 | 10100 | 1101 | 11011 | 101010101 | 10101 | 1000010 |
Color Harmonies of #BB96A2
Complementary color
Monochromatic Colors of #BB96A2
Black with #BB96A2
Text Example
Text Example
White with #BB96A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96A2; }
p { color: rgb(187,150,162); }
H1.HeaderClassName
{
color: #BB96A2;
}
.AnyTagClassName
{
color: #BB96A2;
}
</style>
background-color css
<style>
a { background-color: #BB96A2; }
a { background-color: rgb(187,150,162); }
div.DivClassName
{
background-color: #BB96A2;
}
.BgClassName
{
background-color: #BB96A2;
}
</style>
border-color css
<style>
span { border-color: #BB96A2; }
span { border-color: rgb(187,150,162); }
td.TdClassName
{
border-color: #BB96A2;
}
.TagClassName
{
border-color: #BB96A2;
}
</style>