Shades of Viola #BC8CA2
Tints of Viola #BC8CA2
RGB
CMYK
RGB Variations
Color information
#BC8CA2 (or 0xBC8CA2) is known color: Viola. HEX triplet: BC, 8C and A2. RGB value is (188,140,162). Sum of RGB (Red+Green+Blue) = 188+140+162=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA2 is #43735D. Grayscale: #9C9C9C. Windows color (decimal): -4420446 or 10652860. OLE color: 10652860.
HSL color Cylindrical-coordinate representation of color #BC8CA2: hue angle of 332.5º 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 #BC8CA2 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 162 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.26 |
| HSL | 332.5º | 0.26% | 0.64% | - |
| HSV(B) | 332.5º | 0.26% | 0.74% | - |
| XYZ | 36.64 | 32.06 | 38.44 | - |
| YUV | 156.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 162 | 0 | 0.26 | 0.14 | 0.26 | 332.5 | 0.26 | 0.64 |
| Hex | BC | 8C | A2 | 0 | 1A | E | 1A | 14C | 1A | 40 |
| Octal | 274 | 214 | 242 | 0 | 32 | 16 | 32 | 514 | 32 | 100 |
| Binary | 10111100 | 10001100 | 10100010 | 0 | 11010 | 1110 | 11010 | 101001100 | 11010 | 1000000 |
Color Harmonies of #BC8CA2
Complementary color
Monochromatic Colors of #BC8CA2
Black with #BC8CA2
Text Example
Text Example
White with #BC8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CA2; }
p { color: rgb(188,140,162); }
H1.HeaderClassName
{
color: #BC8CA2;
}
.AnyTagClassName
{
color: #BC8CA2;
}
</style>
background-color css
<style>
a { background-color: #BC8CA2; }
a { background-color: rgb(188,140,162); }
div.DivClassName
{
background-color: #BC8CA2;
}
.BgClassName
{
background-color: #BC8CA2;
}
</style>
border-color css
<style>
span { border-color: #BC8CA2; }
span { border-color: rgb(188,140,162); }
td.TdClassName
{
border-color: #BC8CA2;
}
.TagClassName
{
border-color: #BC8CA2;
}
</style>