Shades of Viola #BB96A1
Tints of Viola #BB96A1
RGB
CMYK
RGB Variations
Color information
#BB96A1 (or 0xBB96A1) is known color: Viola. HEX triplet: BB, 96 and A1. RGB value is (187,150,161). Sum of RGB (Red+Green+Blue) = 187+150+161=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96A1 is #44695E. Grayscale: #A2A2A2. Windows color (decimal): -4483423 or 10589883. OLE color: 10589883.
HSL color Cylindrical-coordinate representation of color #BB96A1: hue angle of 342.16º 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 #BB96A1 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 161 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.27 |
| HSL | 342.16º | 0.21% | 0.66% | - |
| HSV(B) | 342.16º | 0.2% | 0.73% | - |
| XYZ | 37.83 | 34.95 | 38.47 | - |
| YUV | 162.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 161 | 0 | 0.20 | 0.14 | 0.27 | 342.16 | 0.21 | 0.66 |
| Hex | BB | 96 | A1 | 0 | 14 | E | 1B | 156 | 15 | 42 |
| Octal | 273 | 226 | 241 | 0 | 24 | 16 | 33 | 526 | 25 | 102 |
| Binary | 10111011 | 10010110 | 10100001 | 0 | 10100 | 1110 | 11011 | 101010110 | 10101 | 1000010 |
Color Harmonies of #BB96A1
Complementary color
Monochromatic Colors of #BB96A1
Black with #BB96A1
Text Example
Text Example
White with #BB96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96A1; }
p { color: rgb(187,150,161); }
H1.HeaderClassName
{
color: #BB96A1;
}
.AnyTagClassName
{
color: #BB96A1;
}
</style>
background-color css
<style>
a { background-color: #BB96A1; }
a { background-color: rgb(187,150,161); }
div.DivClassName
{
background-color: #BB96A1;
}
.BgClassName
{
background-color: #BB96A1;
}
</style>
border-color css
<style>
span { border-color: #BB96A1; }
span { border-color: rgb(187,150,161); }
td.TdClassName
{
border-color: #BB96A1;
}
.TagClassName
{
border-color: #BB96A1;
}
</style>