Shades of Viola #BC89A4
Tints of Viola #BC89A4
RGB
CMYK
RGB Variations
Color information
#BC89A4 (or 0xBC89A4) is known color: Viola. HEX triplet: BC, 89 and A4. RGB value is (188,137,164). Sum of RGB (Red+Green+Blue) = 188+137+164=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89A4 is #43765B. Grayscale: #9B9B9B. Windows color (decimal): -4421212 or 10783164. OLE color: 10783164.
HSL color Cylindrical-coordinate representation of color #BC89A4: hue angle of 328.24º 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 #BC89A4 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 164 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.26 |
| HSL | 328.24º | 0.28% | 0.64% | - |
| HSV(B) | 328.24º | 0.27% | 0.74% | - |
| XYZ | 36.39 | 31.26 | 39.24 | - |
| YUV | 155.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 164 | 0 | 0.27 | 0.13 | 0.26 | 328.24 | 0.28 | 0.64 |
| Hex | BC | 89 | A4 | 0 | 1B | D | 1A | 148 | 1C | 40 |
| Octal | 274 | 211 | 244 | 0 | 33 | 15 | 32 | 510 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10100100 | 0 | 11011 | 1101 | 11010 | 101001000 | 11100 | 1000000 |
Color Harmonies of #BC89A4
Complementary color
Monochromatic Colors of #BC89A4
Black with #BC89A4
Text Example
Text Example
White with #BC89A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89A4; }
p { color: rgb(188,137,164); }
H1.HeaderClassName
{
color: #BC89A4;
}
.AnyTagClassName
{
color: #BC89A4;
}
</style>
background-color css
<style>
a { background-color: #BC89A4; }
a { background-color: rgb(188,137,164); }
div.DivClassName
{
background-color: #BC89A4;
}
.BgClassName
{
background-color: #BC89A4;
}
</style>
border-color css
<style>
span { border-color: #BC89A4; }
span { border-color: rgb(188,137,164); }
td.TdClassName
{
border-color: #BC89A4;
}
.TagClassName
{
border-color: #BC89A4;
}
</style>