Shades of Viola #BC8BA0
Tints of Viola #BC8BA0
RGB
CMYK
RGB Variations
Color information
#BC8BA0 (or 0xBC8BA0) is known color: Viola. HEX triplet: BC, 8B and A0. RGB value is (188,139,160). Sum of RGB (Red+Green+Blue) = 188+139+160=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA0 is #43745F. Grayscale: #9C9C9C. Windows color (decimal): -4420704 or 10521532. OLE color: 10521532.
HSL color Cylindrical-coordinate representation of color #BC8BA0: hue angle of 334.29º degrees, saturation: 0.27, 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 #BC8BA0 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 160 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.26 |
| HSL | 334.29º | 0.27% | 0.64% | - |
| HSV(B) | 334.29º | 0.26% | 0.74% | - |
| XYZ | 36.32 | 31.69 | 37.46 | - |
| YUV | 156.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 160 | 0 | 0.26 | 0.15 | 0.26 | 334.29 | 0.27 | 0.64 |
| Hex | BC | 8B | A0 | 0 | 1A | F | 1A | 14E | 1B | 40 |
| Octal | 274 | 213 | 240 | 0 | 32 | 17 | 32 | 516 | 33 | 100 |
| Binary | 10111100 | 10001011 | 10100000 | 0 | 11010 | 1111 | 11010 | 101001110 | 11011 | 1000000 |
Color Harmonies of #BC8BA0
Complementary color
Monochromatic Colors of #BC8BA0
Black with #BC8BA0
Text Example
Text Example
White with #BC8BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BA0; }
p { color: rgb(188,139,160); }
H1.HeaderClassName
{
color: #BC8BA0;
}
.AnyTagClassName
{
color: #BC8BA0;
}
</style>
background-color css
<style>
a { background-color: #BC8BA0; }
a { background-color: rgb(188,139,160); }
div.DivClassName
{
background-color: #BC8BA0;
}
.BgClassName
{
background-color: #BC8BA0;
}
</style>
border-color css
<style>
span { border-color: #BC8BA0; }
span { border-color: rgb(188,139,160); }
td.TdClassName
{
border-color: #BC8BA0;
}
.TagClassName
{
border-color: #BC8BA0;
}
</style>