Shades of Viola #BC88A1
Tints of Viola #BC88A1
RGB
CMYK
RGB Variations
Color information
#BC88A1 (or 0xBC88A1) is known color: Viola. HEX triplet: BC, 88 and A1. RGB value is (188,136,161). Sum of RGB (Red+Green+Blue) = 188+136+161=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88A1 is #43775E. Grayscale: #9A9A9A. Windows color (decimal): -4421471 or 10586300. OLE color: 10586300.
HSL color Cylindrical-coordinate representation of color #BC88A1: hue angle of 331.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC88A1 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 161 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.26 |
| HSL | 331.15º | 0.28% | 0.64% | - |
| HSV(B) | 331.15º | 0.28% | 0.74% | - |
| XYZ | 35.98 | 30.87 | 37.78 | - |
| YUV | 154.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 161 | 0 | 0.28 | 0.14 | 0.26 | 331.15 | 0.28 | 0.64 |
| Hex | BC | 88 | A1 | 0 | 1C | E | 1A | 14B | 1C | 40 |
| Octal | 274 | 210 | 241 | 0 | 34 | 16 | 32 | 513 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10100001 | 0 | 11100 | 1110 | 11010 | 101001011 | 11100 | 1000000 |
Color Harmonies of #BC88A1
Complementary color
Monochromatic Colors of #BC88A1
Black with #BC88A1
Text Example
Text Example
White with #BC88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88A1; }
p { color: rgb(188,136,161); }
H1.HeaderClassName
{
color: #BC88A1;
}
.AnyTagClassName
{
color: #BC88A1;
}
</style>
background-color css
<style>
a { background-color: #BC88A1; }
a { background-color: rgb(188,136,161); }
div.DivClassName
{
background-color: #BC88A1;
}
.BgClassName
{
background-color: #BC88A1;
}
</style>
border-color css
<style>
span { border-color: #BC88A1; }
span { border-color: rgb(188,136,161); }
td.TdClassName
{
border-color: #BC88A1;
}
.TagClassName
{
border-color: #BC88A1;
}
</style>