Shades of Viola #BC8A8C
Tints of Viola #BC8A8C
RGB
CMYK
RGB Variations
Color information
#BC8A8C (or 0xBC8A8C) is known color: Viola. HEX triplet: BC, 8A and 8C. RGB value is (188,138,140). Sum of RGB (Red+Green+Blue) = 188+138+140=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8A8C is #437573. Grayscale: #999999. Windows color (decimal): -4420980 or 9210556. OLE color: 9210556.
HSL color Cylindrical-coordinate representation of color #BC8A8C: hue angle of 357.6º 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 #BC8A8C is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 140 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.26 |
| HSL | 357.6º | 0.27% | 0.64% | - |
| HSV(B) | 357.6º | 0.27% | 0.74% | - |
| XYZ | 34.56 | 30.76 | 28.93 | - |
| YUV | 153.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 140 | 0 | 0.27 | 0.26 | 0.26 | 357.6 | 0.27 | 0.64 |
| Hex | BC | 8A | 8C | 0 | 1B | 1A | 1A | 166 | 1B | 40 |
| Octal | 274 | 212 | 214 | 0 | 33 | 32 | 32 | 546 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10001100 | 0 | 11011 | 11010 | 11010 | 101100110 | 11011 | 1000000 |
Color Harmonies of #BC8A8C
Complementary color
Monochromatic Colors of #BC8A8C
Black with #BC8A8C
Text Example
Text Example
White with #BC8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A8C; }
p { color: rgb(188,138,140); }
H1.HeaderClassName
{
color: #BC8A8C;
}
.AnyTagClassName
{
color: #BC8A8C;
}
</style>
background-color css
<style>
a { background-color: #BC8A8C; }
a { background-color: rgb(188,138,140); }
div.DivClassName
{
background-color: #BC8A8C;
}
.BgClassName
{
background-color: #BC8A8C;
}
</style>
border-color css
<style>
span { border-color: #BC8A8C; }
span { border-color: rgb(188,138,140); }
td.TdClassName
{
border-color: #BC8A8C;
}
.TagClassName
{
border-color: #BC8A8C;
}
</style>