Shades of Viola #BB88A2
Tints of Viola #BB88A2
RGB
CMYK
RGB Variations
Color information
#BB88A2 (or 0xBB88A2) is known color: Viola. HEX triplet: BB, 88 and A2. RGB value is (187,136,162). Sum of RGB (Red+Green+Blue) = 187+136+162=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88A2 is #44775D. Grayscale: #9A9A9A. Windows color (decimal): -4487006 or 10651835. OLE color: 10651835.
HSL color Cylindrical-coordinate representation of color #BB88A2: hue angle of 329.41º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB88A2 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 162 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.27 |
| HSL | 329.41º | 0.27% | 0.63% | - |
| HSV(B) | 329.41º | 0.27% | 0.73% | - |
| XYZ | 35.82 | 30.78 | 38.24 | - |
| YUV | 154.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 162 | 0 | 0.27 | 0.13 | 0.27 | 329.41 | 0.27 | 0.63 |
| Hex | BB | 88 | A2 | 0 | 1B | D | 1B | 149 | 1B | 3F |
| Octal | 273 | 210 | 242 | 0 | 33 | 15 | 33 | 511 | 33 | 77 |
| Binary | 10111011 | 10001000 | 10100010 | 0 | 11011 | 1101 | 11011 | 101001001 | 11011 | 111111 |
Color Harmonies of #BB88A2
Complementary color
Monochromatic Colors of #BB88A2
Black with #BB88A2
Text Example
Text Example
White with #BB88A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88A2; }
p { color: rgb(187,136,162); }
H1.HeaderClassName
{
color: #BB88A2;
}
.AnyTagClassName
{
color: #BB88A2;
}
</style>
background-color css
<style>
a { background-color: #BB88A2; }
a { background-color: rgb(187,136,162); }
div.DivClassName
{
background-color: #BB88A2;
}
.BgClassName
{
background-color: #BB88A2;
}
</style>
border-color css
<style>
span { border-color: #BB88A2; }
span { border-color: rgb(187,136,162); }
td.TdClassName
{
border-color: #BB88A2;
}
.TagClassName
{
border-color: #BB88A2;
}
</style>