Shades of Viola #BC888F
Tints of Viola #BC888F
RGB
CMYK
RGB Variations
Color information
#BC888F (or 0xBC888F) is known color: Viola. HEX triplet: BC, 88 and 8F. RGB value is (188,136,143). Sum of RGB (Red+Green+Blue) = 188+136+143=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC888F is #437770. Grayscale: #989898. Windows color (decimal): -4421489 or 9406652. OLE color: 9406652.
HSL color Cylindrical-coordinate representation of color #BC888F: hue angle of 351.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 #BC888F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 143 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.26 |
| HSL | 351.92º | 0.28% | 0.64% | - |
| HSV(B) | 351.92º | 0.28% | 0.74% | - |
| XYZ | 34.5 | 30.28 | 30.01 | - |
| YUV | 152.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 143 | 0 | 0.28 | 0.24 | 0.26 | 351.92 | 0.28 | 0.64 |
| Hex | BC | 88 | 8F | 0 | 1C | 18 | 1A | 160 | 1C | 40 |
| Octal | 274 | 210 | 217 | 0 | 34 | 30 | 32 | 540 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10001111 | 0 | 11100 | 11000 | 11010 | 101100000 | 11100 | 1000000 |
Color Harmonies of #BC888F
Complementary color
Monochromatic Colors of #BC888F
Black with #BC888F
Text Example
Text Example
White with #BC888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC888F; }
p { color: rgb(188,136,143); }
H1.HeaderClassName
{
color: #BC888F;
}
.AnyTagClassName
{
color: #BC888F;
}
</style>
background-color css
<style>
a { background-color: #BC888F; }
a { background-color: rgb(188,136,143); }
div.DivClassName
{
background-color: #BC888F;
}
.BgClassName
{
background-color: #BC888F;
}
</style>
border-color css
<style>
span { border-color: #BC888F; }
span { border-color: rgb(188,136,143); }
td.TdClassName
{
border-color: #BC888F;
}
.TagClassName
{
border-color: #BC888F;
}
</style>