Shades of Viola #BC8AA1
Tints of Viola #BC8AA1
RGB
CMYK
RGB Variations
Color information
#BC8AA1 (or 0xBC8AA1) is known color: Viola. HEX triplet: BC, 8A and A1. RGB value is (188,138,161). Sum of RGB (Red+Green+Blue) = 188+138+161=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AA1 is #43755E. Grayscale: #9B9B9B. Windows color (decimal): -4420959 or 10586812. OLE color: 10586812.
HSL color Cylindrical-coordinate representation of color #BC8AA1: hue angle of 332.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8AA1 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 161 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.26 |
| HSL | 332.4º | 0.27% | 0.64% | - |
| HSV(B) | 332.4º | 0.27% | 0.74% | - |
| XYZ | 36.26 | 31.44 | 37.88 | - |
| YUV | 155.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 161 | 0 | 0.27 | 0.14 | 0.26 | 332.4 | 0.27 | 0.64 |
| Hex | BC | 8A | A1 | 0 | 1B | E | 1A | 14C | 1B | 40 |
| Octal | 274 | 212 | 241 | 0 | 33 | 16 | 32 | 514 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10100001 | 0 | 11011 | 1110 | 11010 | 101001100 | 11011 | 1000000 |
Color Harmonies of #BC8AA1
Complementary color
Monochromatic Colors of #BC8AA1
Black with #BC8AA1
Text Example
Text Example
White with #BC8AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AA1; }
p { color: rgb(188,138,161); }
H1.HeaderClassName
{
color: #BC8AA1;
}
.AnyTagClassName
{
color: #BC8AA1;
}
</style>
background-color css
<style>
a { background-color: #BC8AA1; }
a { background-color: rgb(188,138,161); }
div.DivClassName
{
background-color: #BC8AA1;
}
.BgClassName
{
background-color: #BC8AA1;
}
</style>
border-color css
<style>
span { border-color: #BC8AA1; }
span { border-color: rgb(188,138,161); }
td.TdClassName
{
border-color: #BC8AA1;
}
.TagClassName
{
border-color: #BC8AA1;
}
</style>