Shades of Viola #BB889B
Tints of Viola #BB889B
RGB
CMYK
RGB Variations
Color information
#BB889B (or 0xBB889B) is known color: Viola. HEX triplet: BB, 88 and 9B. RGB value is (187,136,155). Sum of RGB (Red+Green+Blue) = 187+136+155=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB889B is #447764. Grayscale: #999999. Windows color (decimal): -4487013 or 10193083. OLE color: 10193083.
HSL color Cylindrical-coordinate representation of color #BB889B: hue angle of 337.65º 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 #BB889B is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 155 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.27 |
| HSL | 337.65º | 0.27% | 0.63% | - |
| HSV(B) | 337.65º | 0.27% | 0.73% | - |
| XYZ | 35.21 | 30.54 | 35.05 | - |
| YUV | 153.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 155 | 0 | 0.27 | 0.17 | 0.27 | 337.65 | 0.27 | 0.63 |
| Hex | BB | 88 | 9B | 0 | 1B | 11 | 1B | 152 | 1B | 3F |
| Octal | 273 | 210 | 233 | 0 | 33 | 21 | 33 | 522 | 33 | 77 |
| Binary | 10111011 | 10001000 | 10011011 | 0 | 11011 | 10001 | 11011 | 101010010 | 11011 | 111111 |
Color Harmonies of #BB889B
Complementary color
Monochromatic Colors of #BB889B
Black with #BB889B
Text Example
Text Example
White with #BB889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB889B; }
p { color: rgb(187,136,155); }
H1.HeaderClassName
{
color: #BB889B;
}
.AnyTagClassName
{
color: #BB889B;
}
</style>
background-color css
<style>
a { background-color: #BB889B; }
a { background-color: rgb(187,136,155); }
div.DivClassName
{
background-color: #BB889B;
}
.BgClassName
{
background-color: #BB889B;
}
</style>
border-color css
<style>
span { border-color: #BB889B; }
span { border-color: rgb(187,136,155); }
td.TdClassName
{
border-color: #BB889B;
}
.TagClassName
{
border-color: #BB889B;
}
</style>