Shades of Viola #BC888E
Tints of Viola #BC888E
RGB
CMYK
RGB Variations
Color information
#BC888E (or 0xBC888E) is known color: Viola. HEX triplet: BC, 88 and 8E. RGB value is (188,136,142). Sum of RGB (Red+Green+Blue) = 188+136+142=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC888E is #437771. Grayscale: #989898. Windows color (decimal): -4421490 or 9341116. OLE color: 9341116.
HSL color Cylindrical-coordinate representation of color #BC888E: hue angle of 353.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC888E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 142 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.26 |
| HSL | 353.08º | 0.28% | 0.64% | - |
| HSV(B) | 353.08º | 0.28% | 0.74% | - |
| XYZ | 34.43 | 30.25 | 29.62 | - |
| YUV | 152.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 142 | 0 | 0.28 | 0.24 | 0.26 | 353.08 | 0.28 | 0.64 |
| Hex | BC | 88 | 8E | 0 | 1C | 18 | 1A | 161 | 1C | 40 |
| Octal | 274 | 210 | 216 | 0 | 34 | 30 | 32 | 541 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10001110 | 0 | 11100 | 11000 | 11010 | 101100001 | 11100 | 1000000 |
Color Harmonies of #BC888E
Complementary color
Monochromatic Colors of #BC888E
Black with #BC888E
Text Example
Text Example
White with #BC888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC888E; }
p { color: rgb(188,136,142); }
H1.HeaderClassName
{
color: #BC888E;
}
.AnyTagClassName
{
color: #BC888E;
}
</style>
background-color css
<style>
a { background-color: #BC888E; }
a { background-color: rgb(188,136,142); }
div.DivClassName
{
background-color: #BC888E;
}
.BgClassName
{
background-color: #BC888E;
}
</style>
border-color css
<style>
span { border-color: #BC888E; }
span { border-color: rgb(188,136,142); }
td.TdClassName
{
border-color: #BC888E;
}
.TagClassName
{
border-color: #BC888E;
}
</style>