Shades of Viola #BC8C8E
Tints of Viola #BC8C8E
RGB
CMYK
RGB Variations
Color information
#BC8C8E (or 0xBC8C8E) is known color: Viola. HEX triplet: BC, 8C and 8E. RGB value is (188,140,142). Sum of RGB (Red+Green+Blue) = 188+140+142=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C8E is #437371. Grayscale: #9A9A9A. Windows color (decimal): -4420466 or 9342140. OLE color: 9342140.
HSL color Cylindrical-coordinate representation of color #BC8C8E: hue angle of 357.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8C8E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 142 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.26 |
| HSL | 357.5º | 0.26% | 0.64% | - |
| HSV(B) | 357.5º | 0.26% | 0.74% | - |
| XYZ | 35 | 31.4 | 29.81 | - |
| YUV | 154.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 142 | 0 | 0.26 | 0.24 | 0.26 | 357.5 | 0.26 | 0.64 |
| Hex | BC | 8C | 8E | 0 | 1A | 18 | 1A | 166 | 1A | 40 |
| Octal | 274 | 214 | 216 | 0 | 32 | 30 | 32 | 546 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10001110 | 0 | 11010 | 11000 | 11010 | 101100110 | 11010 | 1000000 |
Color Harmonies of #BC8C8E
Complementary color
Monochromatic Colors of #BC8C8E
Black with #BC8C8E
Text Example
Text Example
White with #BC8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C8E; }
p { color: rgb(188,140,142); }
H1.HeaderClassName
{
color: #BC8C8E;
}
.AnyTagClassName
{
color: #BC8C8E;
}
</style>
background-color css
<style>
a { background-color: #BC8C8E; }
a { background-color: rgb(188,140,142); }
div.DivClassName
{
background-color: #BC8C8E;
}
.BgClassName
{
background-color: #BC8C8E;
}
</style>
border-color css
<style>
span { border-color: #BC8C8E; }
span { border-color: rgb(188,140,142); }
td.TdClassName
{
border-color: #BC8C8E;
}
.TagClassName
{
border-color: #BC8C8E;
}
</style>