Shades of Viola #BB8E9C
Tints of Viola #BB8E9C
RGB
CMYK
RGB Variations
Color information
#BB8E9C (or 0xBB8E9C) is known color: Viola. HEX triplet: BB, 8E and 9C. RGB value is (187,142,156). Sum of RGB (Red+Green+Blue) = 187+142+156=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E9C is #447163. Grayscale: #9D9D9D. Windows color (decimal): -4485476 or 10260155. OLE color: 10260155.
HSL color Cylindrical-coordinate representation of color #BB8E9C: hue angle of 341.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8E9C is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 142 | 156 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.27 |
| HSL | 341.33º | 0.25% | 0.65% | - |
| HSV(B) | 341.33º | 0.24% | 0.73% | - |
| XYZ | 36.17 | 32.31 | 35.78 | - |
| YUV | 157.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 156 | 0 | 0.24 | 0.17 | 0.27 | 341.33 | 0.25 | 0.65 |
| Hex | BB | 8E | 9C | 0 | 18 | 11 | 1B | 155 | 19 | 41 |
| Octal | 273 | 216 | 234 | 0 | 30 | 21 | 33 | 525 | 31 | 101 |
| Binary | 10111011 | 10001110 | 10011100 | 0 | 11000 | 10001 | 11011 | 101010101 | 11001 | 1000001 |
Color Harmonies of #BB8E9C
Complementary color
Monochromatic Colors of #BB8E9C
Black with #BB8E9C
Text Example
Text Example
White with #BB8E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8E9C; }
p { color: rgb(187,142,156); }
H1.HeaderClassName
{
color: #BB8E9C;
}
.AnyTagClassName
{
color: #BB8E9C;
}
</style>
background-color css
<style>
a { background-color: #BB8E9C; }
a { background-color: rgb(187,142,156); }
div.DivClassName
{
background-color: #BB8E9C;
}
.BgClassName
{
background-color: #BB8E9C;
}
</style>
border-color css
<style>
span { border-color: #BB8E9C; }
span { border-color: rgb(187,142,156); }
td.TdClassName
{
border-color: #BB8E9C;
}
.TagClassName
{
border-color: #BB8E9C;
}
</style>