Shades of Viola #BC8D9D
Tints of Viola #BC8D9D
RGB
CMYK
RGB Variations
Color information
#BC8D9D (or 0xBC8D9D) is known color: Viola. HEX triplet: BC, 8D and 9D. RGB value is (188,141,157). Sum of RGB (Red+Green+Blue) = 188+141+157=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D9D is #437262. Grayscale: #9C9C9C. Windows color (decimal): -4420195 or 10325436. OLE color: 10325436.
HSL color Cylindrical-coordinate representation of color #BC8D9D: hue angle of 339.57º 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 #BC8D9D is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 157 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.26 |
| HSL | 339.57º | 0.26% | 0.65% | - |
| HSV(B) | 339.57º | 0.25% | 0.74% | - |
| XYZ | 36.35 | 32.18 | 36.19 | - |
| YUV | 156.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 157 | 0 | 0.25 | 0.16 | 0.26 | 339.57 | 0.26 | 0.65 |
| Hex | BC | 8D | 9D | 0 | 19 | 10 | 1A | 154 | 1A | 41 |
| Octal | 274 | 215 | 235 | 0 | 31 | 20 | 32 | 524 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10011101 | 0 | 11001 | 10000 | 11010 | 101010100 | 11010 | 1000001 |
Color Harmonies of #BC8D9D
Complementary color
Monochromatic Colors of #BC8D9D
Black with #BC8D9D
Text Example
Text Example
White with #BC8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D9D; }
p { color: rgb(188,141,157); }
H1.HeaderClassName
{
color: #BC8D9D;
}
.AnyTagClassName
{
color: #BC8D9D;
}
</style>
background-color css
<style>
a { background-color: #BC8D9D; }
a { background-color: rgb(188,141,157); }
div.DivClassName
{
background-color: #BC8D9D;
}
.BgClassName
{
background-color: #BC8D9D;
}
</style>
border-color css
<style>
span { border-color: #BC8D9D; }
span { border-color: rgb(188,141,157); }
td.TdClassName
{
border-color: #BC8D9D;
}
.TagClassName
{
border-color: #BC8D9D;
}
</style>