Shades of Viola #BC8C9C
Tints of Viola #BC8C9C
RGB
CMYK
RGB Variations
Color information
#BC8C9C (or 0xBC8C9C) is known color: Viola. HEX triplet: BC, 8C and 9C. RGB value is (188,140,156). Sum of RGB (Red+Green+Blue) = 188+140+156=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C9C is #437363. Grayscale: #9C9C9C. Windows color (decimal): -4420452 or 10259644. OLE color: 10259644.
HSL color Cylindrical-coordinate representation of color #BC8C9C: hue angle of 340º 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 #BC8C9C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 156 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.26 |
| HSL | 340º | 0.26% | 0.64% | - |
| HSV(B) | 340º | 0.26% | 0.74% | - |
| XYZ | 36.12 | 31.85 | 35.7 | - |
| YUV | 156.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 156 | 0 | 0.26 | 0.17 | 0.26 | 340 | 0.26 | 0.64 |
| Hex | BC | 8C | 9C | 0 | 1A | 11 | 1A | 154 | 1A | 40 |
| Octal | 274 | 214 | 234 | 0 | 32 | 21 | 32 | 524 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10011100 | 0 | 11010 | 10001 | 11010 | 101010100 | 11010 | 1000000 |
Color Harmonies of #BC8C9C
Complementary color
Monochromatic Colors of #BC8C9C
Black with #BC8C9C
Text Example
Text Example
White with #BC8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C9C; }
p { color: rgb(188,140,156); }
H1.HeaderClassName
{
color: #BC8C9C;
}
.AnyTagClassName
{
color: #BC8C9C;
}
</style>
background-color css
<style>
a { background-color: #BC8C9C; }
a { background-color: rgb(188,140,156); }
div.DivClassName
{
background-color: #BC8C9C;
}
.BgClassName
{
background-color: #BC8C9C;
}
</style>
border-color css
<style>
span { border-color: #BC8C9C; }
span { border-color: rgb(188,140,156); }
td.TdClassName
{
border-color: #BC8C9C;
}
.TagClassName
{
border-color: #BC8C9C;
}
</style>