Shades of Viola #BC8690
Tints of Viola #BC8690
RGB
CMYK
RGB Variations
Color information
#BC8690 (or 0xBC8690) is known color: Viola. HEX triplet: BC, 86 and 90. RGB value is (188,134,144). Sum of RGB (Red+Green+Blue) = 188+134+144=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8690 is #43796F. Grayscale: #979797. Windows color (decimal): -4422000 or 9471676. OLE color: 9471676.
HSL color Cylindrical-coordinate representation of color #BC8690: hue angle of 348.89º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8690 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 144 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.26 |
| HSL | 348.89º | 0.29% | 0.63% | - |
| HSV(B) | 348.89º | 0.29% | 0.74% | - |
| XYZ | 34.3 | 29.76 | 30.32 | - |
| YUV | 151.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 144 | 0 | 0.29 | 0.23 | 0.26 | 348.89 | 0.29 | 0.63 |
| Hex | BC | 86 | 90 | 0 | 1D | 17 | 1A | 15D | 1D | 3F |
| Octal | 274 | 206 | 220 | 0 | 35 | 27 | 32 | 535 | 35 | 77 |
| Binary | 10111100 | 10000110 | 10010000 | 0 | 11101 | 10111 | 11010 | 101011101 | 11101 | 111111 |
Color Harmonies of #BC8690
Complementary color
Monochromatic Colors of #BC8690
Black with #BC8690
Text Example
Text Example
White with #BC8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8690; }
p { color: rgb(188,134,144); }
H1.HeaderClassName
{
color: #BC8690;
}
.AnyTagClassName
{
color: #BC8690;
}
</style>
background-color css
<style>
a { background-color: #BC8690; }
a { background-color: rgb(188,134,144); }
div.DivClassName
{
background-color: #BC8690;
}
.BgClassName
{
background-color: #BC8690;
}
</style>
border-color css
<style>
span { border-color: #BC8690; }
span { border-color: rgb(188,134,144); }
td.TdClassName
{
border-color: #BC8690;
}
.TagClassName
{
border-color: #BC8690;
}
</style>