Shades of Viola #BC899C
Tints of Viola #BC899C
RGB
CMYK
RGB Variations
Color information
#BC899C (or 0xBC899C) is known color: Viola. HEX triplet: BC, 89 and 9C. RGB value is (188,137,156). Sum of RGB (Red+Green+Blue) = 188+137+156=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC899C is #437663. Grayscale: #9A9A9A. Windows color (decimal): -4421220 or 10258876. OLE color: 10258876.
HSL color Cylindrical-coordinate representation of color #BC899C: hue angle of 337.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC899C is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 156 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.26 |
| HSL | 337.65º | 0.28% | 0.64% | - |
| HSV(B) | 337.65º | 0.27% | 0.74% | - |
| XYZ | 35.69 | 30.98 | 35.55 | - |
| YUV | 154.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 156 | 0 | 0.27 | 0.17 | 0.26 | 337.65 | 0.28 | 0.64 |
| Hex | BC | 89 | 9C | 0 | 1B | 11 | 1A | 152 | 1C | 40 |
| Octal | 274 | 211 | 234 | 0 | 33 | 21 | 32 | 522 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10011100 | 0 | 11011 | 10001 | 11010 | 101010010 | 11100 | 1000000 |
Color Harmonies of #BC899C
Complementary color
Monochromatic Colors of #BC899C
Black with #BC899C
Text Example
Text Example
White with #BC899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC899C; }
p { color: rgb(188,137,156); }
H1.HeaderClassName
{
color: #BC899C;
}
.AnyTagClassName
{
color: #BC899C;
}
</style>
background-color css
<style>
a { background-color: #BC899C; }
a { background-color: rgb(188,137,156); }
div.DivClassName
{
background-color: #BC899C;
}
.BgClassName
{
background-color: #BC899C;
}
</style>
border-color css
<style>
span { border-color: #BC899C; }
span { border-color: rgb(188,137,156); }
td.TdClassName
{
border-color: #BC899C;
}
.TagClassName
{
border-color: #BC899C;
}
</style>