Shades of Viola #BB8796
Tints of Viola #BB8796
RGB
CMYK
RGB Variations
Color information
#BB8796 (or 0xBB8796) is known color: Viola. HEX triplet: BB, 87 and 96. RGB value is (187,135,150). Sum of RGB (Red+Green+Blue) = 187+135+150=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8796 is #447869. Grayscale: #989898. Windows color (decimal): -4487274 or 9865147. OLE color: 9865147.
HSL color Cylindrical-coordinate representation of color #BB8796: hue angle of 342.69º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8796 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 150 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.27 |
| HSL | 342.69º | 0.28% | 0.63% | - |
| HSV(B) | 342.69º | 0.28% | 0.73% | - |
| XYZ | 34.66 | 30.09 | 32.84 | - |
| YUV | 152.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 150 | 0 | 0.28 | 0.20 | 0.27 | 342.69 | 0.28 | 0.63 |
| Hex | BB | 87 | 96 | 0 | 1C | 14 | 1B | 157 | 1C | 3F |
| Octal | 273 | 207 | 226 | 0 | 34 | 24 | 33 | 527 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10010110 | 0 | 11100 | 10100 | 11011 | 101010111 | 11100 | 111111 |
Color Harmonies of #BB8796
Complementary color
Monochromatic Colors of #BB8796
Black with #BB8796
Text Example
Text Example
White with #BB8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8796; }
p { color: rgb(187,135,150); }
H1.HeaderClassName
{
color: #BB8796;
}
.AnyTagClassName
{
color: #BB8796;
}
</style>
background-color css
<style>
a { background-color: #BB8796; }
a { background-color: rgb(187,135,150); }
div.DivClassName
{
background-color: #BB8796;
}
.BgClassName
{
background-color: #BB8796;
}
</style>
border-color css
<style>
span { border-color: #BB8796; }
span { border-color: rgb(187,135,150); }
td.TdClassName
{
border-color: #BB8796;
}
.TagClassName
{
border-color: #BB8796;
}
</style>