Shades of Viola #BC8D9C
Tints of Viola #BC8D9C
RGB
CMYK
RGB Variations
Color information
#BC8D9C (or 0xBC8D9C) is known color: Viola. HEX triplet: BC, 8D and 9C. RGB value is (188,141,156). Sum of RGB (Red+Green+Blue) = 188+141+156=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9C is #437263. Grayscale: #9C9C9C. Windows color (decimal): -4420196 or 10259900. OLE color: 10259900.
HSL color Cylindrical-coordinate representation of color #BC8D9C: hue angle of 340.85º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8D9C is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 156 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.26 |
| HSL | 340.85º | 0.26% | 0.65% | - |
| HSV(B) | 340.85º | 0.25% | 0.74% | - |
| XYZ | 36.26 | 32.14 | 35.75 | - |
| YUV | 156.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 156 | 0 | 0.25 | 0.17 | 0.26 | 340.85 | 0.26 | 0.65 |
| Hex | BC | 8D | 9C | 0 | 19 | 11 | 1A | 155 | 1A | 41 |
| Octal | 274 | 215 | 234 | 0 | 31 | 21 | 32 | 525 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10011100 | 0 | 11001 | 10001 | 11010 | 101010101 | 11010 | 1000001 |
Color Harmonies of #BC8D9C
Complementary color
Monochromatic Colors of #BC8D9C
Black with #BC8D9C
Text Example
Text Example
White with #BC8D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D9C; }
p { color: rgb(188,141,156); }
H1.HeaderClassName
{
color: #BC8D9C;
}
.AnyTagClassName
{
color: #BC8D9C;
}
</style>
background-color css
<style>
a { background-color: #BC8D9C; }
a { background-color: rgb(188,141,156); }
div.DivClassName
{
background-color: #BC8D9C;
}
.BgClassName
{
background-color: #BC8D9C;
}
</style>
border-color css
<style>
span { border-color: #BC8D9C; }
span { border-color: rgb(188,141,156); }
td.TdClassName
{
border-color: #BC8D9C;
}
.TagClassName
{
border-color: #BC8D9C;
}
</style>