Shades of Viola #BC8799
Tints of Viola #BC8799
RGB
CMYK
RGB Variations
Color information
#BC8799 (or 0xBC8799) is known color: Viola. HEX triplet: BC, 87 and 99. RGB value is (188,135,153). Sum of RGB (Red+Green+Blue) = 188+135+153=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8799 is #437866. Grayscale: #989898. Windows color (decimal): -4421735 or 10061756. OLE color: 10061756.
HSL color Cylindrical-coordinate representation of color #BC8799: hue angle of 339.62º 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 #BC8799 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 153 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.26 |
| HSL | 339.62º | 0.28% | 0.63% | - |
| HSV(B) | 339.62º | 0.28% | 0.74% | - |
| XYZ | 35.15 | 30.32 | 34.14 | - |
| YUV | 152.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 153 | 0 | 0.28 | 0.19 | 0.26 | 339.62 | 0.28 | 0.63 |
| Hex | BC | 87 | 99 | 0 | 1C | 13 | 1A | 154 | 1C | 3F |
| Octal | 274 | 207 | 231 | 0 | 34 | 23 | 32 | 524 | 34 | 77 |
| Binary | 10111100 | 10000111 | 10011001 | 0 | 11100 | 10011 | 11010 | 101010100 | 11100 | 111111 |
Color Harmonies of #BC8799
Complementary color
Monochromatic Colors of #BC8799
Black with #BC8799
Text Example
Text Example
White with #BC8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8799; }
p { color: rgb(188,135,153); }
H1.HeaderClassName
{
color: #BC8799;
}
.AnyTagClassName
{
color: #BC8799;
}
</style>
background-color css
<style>
a { background-color: #BC8799; }
a { background-color: rgb(188,135,153); }
div.DivClassName
{
background-color: #BC8799;
}
.BgClassName
{
background-color: #BC8799;
}
</style>
border-color css
<style>
span { border-color: #BC8799; }
span { border-color: rgb(188,135,153); }
td.TdClassName
{
border-color: #BC8799;
}
.TagClassName
{
border-color: #BC8799;
}
</style>