Shades of Viola #BC8CA1
Tints of Viola #BC8CA1
RGB
CMYK
RGB Variations
Color information
#BC8CA1 (or 0xBC8CA1) is known color: Viola. HEX triplet: BC, 8C and A1. RGB value is (188,140,161). Sum of RGB (Red+Green+Blue) = 188+140+161=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA1 is #43735E. Grayscale: #9C9C9C. Windows color (decimal): -4420447 or 10587324. OLE color: 10587324.
HSL color Cylindrical-coordinate representation of color #BC8CA1: hue angle of 333.75º degrees, saturation: 0.26, 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 #BC8CA1 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 161 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.26 |
| HSL | 333.75º | 0.26% | 0.64% | - |
| HSV(B) | 333.75º | 0.26% | 0.74% | - |
| XYZ | 36.55 | 32.02 | 37.97 | - |
| YUV | 156.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 161 | 0 | 0.26 | 0.14 | 0.26 | 333.75 | 0.26 | 0.64 |
| Hex | BC | 8C | A1 | 0 | 1A | E | 1A | 14E | 1A | 40 |
| Octal | 274 | 214 | 241 | 0 | 32 | 16 | 32 | 516 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10100001 | 0 | 11010 | 1110 | 11010 | 101001110 | 11010 | 1000000 |
Color Harmonies of #BC8CA1
Complementary color
Monochromatic Colors of #BC8CA1
Black with #BC8CA1
Text Example
Text Example
White with #BC8CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CA1; }
p { color: rgb(188,140,161); }
H1.HeaderClassName
{
color: #BC8CA1;
}
.AnyTagClassName
{
color: #BC8CA1;
}
</style>
background-color css
<style>
a { background-color: #BC8CA1; }
a { background-color: rgb(188,140,161); }
div.DivClassName
{
background-color: #BC8CA1;
}
.BgClassName
{
background-color: #BC8CA1;
}
</style>
border-color css
<style>
span { border-color: #BC8CA1; }
span { border-color: rgb(188,140,161); }
td.TdClassName
{
border-color: #BC8CA1;
}
.TagClassName
{
border-color: #BC8CA1;
}
</style>