Shades of Viola #BC889F
Tints of Viola #BC889F
RGB
CMYK
RGB Variations
Color information
#BC889F (or 0xBC889F) is known color: Viola. HEX triplet: BC, 88 and 9F. RGB value is (188,136,159). Sum of RGB (Red+Green+Blue) = 188+136+159=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC889F is #437760. Grayscale: #9A9A9A. Windows color (decimal): -4421473 or 10455228. OLE color: 10455228.
HSL color Cylindrical-coordinate representation of color #BC889F: hue angle of 333.46º 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 #BC889F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 159 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.26 |
| HSL | 333.46º | 0.28% | 0.64% | - |
| HSV(B) | 333.46º | 0.28% | 0.74% | - |
| XYZ | 35.8 | 30.8 | 36.86 | - |
| YUV | 154.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 159 | 0 | 0.28 | 0.15 | 0.26 | 333.46 | 0.28 | 0.64 |
| Hex | BC | 88 | 9F | 0 | 1C | F | 1A | 14D | 1C | 40 |
| Octal | 274 | 210 | 237 | 0 | 34 | 17 | 32 | 515 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10011111 | 0 | 11100 | 1111 | 11010 | 101001101 | 11100 | 1000000 |
Color Harmonies of #BC889F
Complementary color
Monochromatic Colors of #BC889F
Black with #BC889F
Text Example
Text Example
White with #BC889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC889F; }
p { color: rgb(188,136,159); }
H1.HeaderClassName
{
color: #BC889F;
}
.AnyTagClassName
{
color: #BC889F;
}
</style>
background-color css
<style>
a { background-color: #BC889F; }
a { background-color: rgb(188,136,159); }
div.DivClassName
{
background-color: #BC889F;
}
.BgClassName
{
background-color: #BC889F;
}
</style>
border-color css
<style>
span { border-color: #BC889F; }
span { border-color: rgb(188,136,159); }
td.TdClassName
{
border-color: #BC889F;
}
.TagClassName
{
border-color: #BC889F;
}
</style>