Shades of Viola #BB879C
Tints of Viola #BB879C
RGB
CMYK
RGB Variations
Color information
#BB879C (or 0xBB879C) is known color: Viola. HEX triplet: BB, 87 and 9C. RGB value is (187,135,156). Sum of RGB (Red+Green+Blue) = 187+135+156=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB879C is #447863. Grayscale: #989898. Windows color (decimal): -4487268 or 10258363. OLE color: 10258363.
HSL color Cylindrical-coordinate representation of color #BB879C: hue angle of 335.77º 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 #BB879C is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 156 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.27 |
| HSL | 335.77º | 0.28% | 0.63% | - |
| HSV(B) | 335.77º | 0.28% | 0.73% | - |
| XYZ | 35.16 | 30.29 | 35.45 | - |
| YUV | 152.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 156 | 0 | 0.28 | 0.17 | 0.27 | 335.77 | 0.28 | 0.63 |
| Hex | BB | 87 | 9C | 0 | 1C | 11 | 1B | 150 | 1C | 3F |
| Octal | 273 | 207 | 234 | 0 | 34 | 21 | 33 | 520 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10011100 | 0 | 11100 | 10001 | 11011 | 101010000 | 11100 | 111111 |
Color Harmonies of #BB879C
Complementary color
Monochromatic Colors of #BB879C
Black with #BB879C
Text Example
Text Example
White with #BB879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB879C; }
p { color: rgb(187,135,156); }
H1.HeaderClassName
{
color: #BB879C;
}
.AnyTagClassName
{
color: #BB879C;
}
</style>
background-color css
<style>
a { background-color: #BB879C; }
a { background-color: rgb(187,135,156); }
div.DivClassName
{
background-color: #BB879C;
}
.BgClassName
{
background-color: #BB879C;
}
</style>
border-color css
<style>
span { border-color: #BB879C; }
span { border-color: rgb(187,135,156); }
td.TdClassName
{
border-color: #BB879C;
}
.TagClassName
{
border-color: #BB879C;
}
</style>