Shades of Viola #BC89A0
Tints of Viola #BC89A0
RGB
CMYK
RGB Variations
Color information
#BC89A0 (or 0xBC89A0) is known color: Viola. HEX triplet: BC, 89 and A0. RGB value is (188,137,160). Sum of RGB (Red+Green+Blue) = 188+137+160=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A0 is #43765F. Grayscale: #9A9A9A. Windows color (decimal): -4421216 or 10521020. OLE color: 10521020.
HSL color Cylindrical-coordinate representation of color #BC89A0: hue angle of 332.94º degrees, saturation: 0.28, 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 #BC89A0 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 160 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.26 |
| HSL | 332.94º | 0.28% | 0.64% | - |
| HSV(B) | 332.94º | 0.27% | 0.74% | - |
| XYZ | 36.03 | 31.12 | 37.37 | - |
| YUV | 154.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 160 | 0 | 0.27 | 0.15 | 0.26 | 332.94 | 0.28 | 0.64 |
| Hex | BC | 89 | A0 | 0 | 1B | F | 1A | 14D | 1C | 40 |
| Octal | 274 | 211 | 240 | 0 | 33 | 17 | 32 | 515 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10100000 | 0 | 11011 | 1111 | 11010 | 101001101 | 11100 | 1000000 |
Color Harmonies of #BC89A0
Complementary color
Monochromatic Colors of #BC89A0
Black with #BC89A0
Text Example
Text Example
White with #BC89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89A0; }
p { color: rgb(188,137,160); }
H1.HeaderClassName
{
color: #BC89A0;
}
.AnyTagClassName
{
color: #BC89A0;
}
</style>
background-color css
<style>
a { background-color: #BC89A0; }
a { background-color: rgb(188,137,160); }
div.DivClassName
{
background-color: #BC89A0;
}
.BgClassName
{
background-color: #BC89A0;
}
</style>
border-color css
<style>
span { border-color: #BC89A0; }
span { border-color: rgb(188,137,160); }
td.TdClassName
{
border-color: #BC89A0;
}
.TagClassName
{
border-color: #BC89A0;
}
</style>