Shades of Viola #BC8D91
Tints of Viola #BC8D91
RGB
CMYK
RGB Variations
Color information
#BC8D91 (or 0xBC8D91) is known color: Viola. HEX triplet: BC, 8D and 91. RGB value is (188,141,145). Sum of RGB (Red+Green+Blue) = 188+141+145=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D91 is #43726E. Grayscale: #9B9B9B. Windows color (decimal): -4420207 or 9539004. OLE color: 9539004.
HSL color Cylindrical-coordinate representation of color #BC8D91: hue angle of 354.89º 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 #BC8D91 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 145 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.26 |
| HSL | 354.89º | 0.26% | 0.65% | - |
| HSV(B) | 354.89º | 0.25% | 0.74% | - |
| XYZ | 35.37 | 31.79 | 31.06 | - |
| YUV | 155.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 145 | 0 | 0.25 | 0.23 | 0.26 | 354.89 | 0.26 | 0.65 |
| Hex | BC | 8D | 91 | 0 | 19 | 17 | 1A | 163 | 1A | 41 |
| Octal | 274 | 215 | 221 | 0 | 31 | 27 | 32 | 543 | 32 | 101 |
| Binary | 10111100 | 10001101 | 10010001 | 0 | 11001 | 10111 | 11010 | 101100011 | 11010 | 1000001 |
Color Harmonies of #BC8D91
Complementary color
Monochromatic Colors of #BC8D91
Black with #BC8D91
Text Example
Text Example
White with #BC8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D91; }
p { color: rgb(188,141,145); }
H1.HeaderClassName
{
color: #BC8D91;
}
.AnyTagClassName
{
color: #BC8D91;
}
</style>
background-color css
<style>
a { background-color: #BC8D91; }
a { background-color: rgb(188,141,145); }
div.DivClassName
{
background-color: #BC8D91;
}
.BgClassName
{
background-color: #BC8D91;
}
</style>
border-color css
<style>
span { border-color: #BC8D91; }
span { border-color: rgb(188,141,145); }
td.TdClassName
{
border-color: #BC8D91;
}
.TagClassName
{
border-color: #BC8D91;
}
</style>