Shades of Viola #BC8A8D
Tints of Viola #BC8A8D
RGB
CMYK
RGB Variations
Color information
#BC8A8D (or 0xBC8A8D) is known color: Viola. HEX triplet: BC, 8A and 8D. RGB value is (188,138,141). Sum of RGB (Red+Green+Blue) = 188+138+141=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8A8D is #437572. Grayscale: #999999. Windows color (decimal): -4420979 or 9276092. OLE color: 9276092.
HSL color Cylindrical-coordinate representation of color #BC8A8D: hue angle of 356.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 #BC8A8D is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 141 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.26 |
| HSL | 356.4º | 0.27% | 0.64% | - |
| HSV(B) | 356.4º | 0.27% | 0.74% | - |
| XYZ | 34.64 | 30.79 | 29.32 | - |
| YUV | 153.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 141 | 0 | 0.27 | 0.25 | 0.26 | 356.4 | 0.27 | 0.64 |
| Hex | BC | 8A | 8D | 0 | 1B | 19 | 1A | 164 | 1B | 40 |
| Octal | 274 | 212 | 215 | 0 | 33 | 31 | 32 | 544 | 33 | 100 |
| Binary | 10111100 | 10001010 | 10001101 | 0 | 11011 | 11001 | 11010 | 101100100 | 11011 | 1000000 |
Color Harmonies of #BC8A8D
Complementary color
Monochromatic Colors of #BC8A8D
Black with #BC8A8D
Text Example
Text Example
White with #BC8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A8D; }
p { color: rgb(188,138,141); }
H1.HeaderClassName
{
color: #BC8A8D;
}
.AnyTagClassName
{
color: #BC8A8D;
}
</style>
background-color css
<style>
a { background-color: #BC8A8D; }
a { background-color: rgb(188,138,141); }
div.DivClassName
{
background-color: #BC8A8D;
}
.BgClassName
{
background-color: #BC8A8D;
}
</style>
border-color css
<style>
span { border-color: #BC8A8D; }
span { border-color: rgb(188,138,141); }
td.TdClassName
{
border-color: #BC8A8D;
}
.TagClassName
{
border-color: #BC8A8D;
}
</style>