Shades of Viola #BC859D
Tints of Viola #BC859D
RGB
CMYK
RGB Variations
Color information
#BC859D (or 0xBC859D) is known color: Viola. HEX triplet: BC, 85 and 9D. RGB value is (188,133,157). Sum of RGB (Red+Green+Blue) = 188+133+157=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC859D is #437A62. Grayscale: #989898. Windows color (decimal): -4422243 or 10323388. OLE color: 10323388.
HSL color Cylindrical-coordinate representation of color #BC859D: hue angle of 333.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC859D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 157 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.26 |
| HSL | 333.82º | 0.29% | 0.63% | - |
| HSV(B) | 333.82º | 0.29% | 0.74% | - |
| XYZ | 35.21 | 29.9 | 35.81 | - |
| YUV | 152.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 157 | 0 | 0.29 | 0.16 | 0.26 | 333.82 | 0.29 | 0.63 |
| Hex | BC | 85 | 9D | 0 | 1D | 10 | 1A | 14E | 1D | 3F |
| Octal | 274 | 205 | 235 | 0 | 35 | 20 | 32 | 516 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10011101 | 0 | 11101 | 10000 | 11010 | 101001110 | 11101 | 111111 |
Color Harmonies of #BC859D
Complementary color
Monochromatic Colors of #BC859D
Black with #BC859D
Text Example
Text Example
White with #BC859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC859D; }
p { color: rgb(188,133,157); }
H1.HeaderClassName
{
color: #BC859D;
}
.AnyTagClassName
{
color: #BC859D;
}
</style>
background-color css
<style>
a { background-color: #BC859D; }
a { background-color: rgb(188,133,157); }
div.DivClassName
{
background-color: #BC859D;
}
.BgClassName
{
background-color: #BC859D;
}
</style>
border-color css
<style>
span { border-color: #BC859D; }
span { border-color: rgb(188,133,157); }
td.TdClassName
{
border-color: #BC859D;
}
.TagClassName
{
border-color: #BC859D;
}
</style>