Shades of Viola #BC879F
Tints of Viola #BC879F
RGB
CMYK
RGB Variations
Color information
#BC879F (or 0xBC879F) is known color: Viola. HEX triplet: BC, 87 and 9F. RGB value is (188,135,159). Sum of RGB (Red+Green+Blue) = 188+135+159=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC879F is #437860. Grayscale: #999999. Windows color (decimal): -4421729 or 10454972. OLE color: 10454972.
HSL color Cylindrical-coordinate representation of color #BC879F: hue angle of 332.83º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC879F is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 159 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.26 |
| HSL | 332.83º | 0.28% | 0.63% | - |
| HSV(B) | 332.83º | 0.28% | 0.74% | - |
| XYZ | 35.66 | 30.52 | 36.81 | - |
| YUV | 153.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 159 | 0 | 0.28 | 0.15 | 0.26 | 332.83 | 0.28 | 0.63 |
| Hex | BC | 87 | 9F | 0 | 1C | F | 1A | 14D | 1C | 3F |
| Octal | 274 | 207 | 237 | 0 | 34 | 17 | 32 | 515 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10011111 | 0 | 11100 | 1111 | 11010 | 101001101 | 11100 | 111111 |
Color Harmonies of #BC879F
Complementary color
Monochromatic Colors of #BC879F
Black with #BC879F
Text Example
Text Example
White with #BC879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC879F; }
p { color: rgb(188,135,159); }
H1.HeaderClassName
{
color: #BC879F;
}
.AnyTagClassName
{
color: #BC879F;
}
</style>
background-color css
<style>
a { background-color: #BC879F; }
a { background-color: rgb(188,135,159); }
div.DivClassName
{
background-color: #BC879F;
}
.BgClassName
{
background-color: #BC879F;
}
</style>
border-color css
<style>
span { border-color: #BC879F; }
span { border-color: rgb(188,135,159); }
td.TdClassName
{
border-color: #BC879F;
}
.TagClassName
{
border-color: #BC879F;
}
</style>