Shades of Viola #BC889C
Tints of Viola #BC889C
RGB
CMYK
RGB Variations
Color information
#BC889C (or 0xBC889C) is known color: Viola. HEX triplet: BC, 88 and 9C. RGB value is (188,136,156). Sum of RGB (Red+Green+Blue) = 188+136+156=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC889C is #437763. Grayscale: #999999. Windows color (decimal): -4421476 or 10258620. OLE color: 10258620.
HSL color Cylindrical-coordinate representation of color #BC889C: hue angle of 336.92º 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 #BC889C is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 156 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.26 |
| HSL | 336.92º | 0.28% | 0.64% | - |
| HSV(B) | 336.92º | 0.28% | 0.74% | - |
| XYZ | 35.54 | 30.7 | 35.5 | - |
| YUV | 153.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 156 | 0 | 0.28 | 0.17 | 0.26 | 336.92 | 0.28 | 0.64 |
| Hex | BC | 88 | 9C | 0 | 1C | 11 | 1A | 151 | 1C | 40 |
| Octal | 274 | 210 | 234 | 0 | 34 | 21 | 32 | 521 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10011100 | 0 | 11100 | 10001 | 11010 | 101010001 | 11100 | 1000000 |
Color Harmonies of #BC889C
Complementary color
Monochromatic Colors of #BC889C
Black with #BC889C
Text Example
Text Example
White with #BC889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC889C; }
p { color: rgb(188,136,156); }
H1.HeaderClassName
{
color: #BC889C;
}
.AnyTagClassName
{
color: #BC889C;
}
</style>
background-color css
<style>
a { background-color: #BC889C; }
a { background-color: rgb(188,136,156); }
div.DivClassName
{
background-color: #BC889C;
}
.BgClassName
{
background-color: #BC889C;
}
</style>
border-color css
<style>
span { border-color: #BC889C; }
span { border-color: rgb(188,136,156); }
td.TdClassName
{
border-color: #BC889C;
}
.TagClassName
{
border-color: #BC889C;
}
</style>