Shades of Viola #BC859B
Tints of Viola #BC859B
RGB
CMYK
RGB Variations
Color information
#BC859B (or 0xBC859B) is known color: Viola. HEX triplet: BC, 85 and 9B. RGB value is (188,133,155). Sum of RGB (Red+Green+Blue) = 188+133+155=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC859B is #437A64. Grayscale: #979797. Windows color (decimal): -4422245 or 10192316. OLE color: 10192316.
HSL color Cylindrical-coordinate representation of color #BC859B: hue angle of 336º 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 #BC859B is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 155 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.26 |
| HSL | 336º | 0.29% | 0.63% | - |
| HSV(B) | 336º | 0.29% | 0.74% | - |
| XYZ | 35.04 | 29.83 | 34.92 | - |
| YUV | 151.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 155 | 0 | 0.29 | 0.18 | 0.26 | 336 | 0.29 | 0.63 |
| Hex | BC | 85 | 9B | 0 | 1D | 12 | 1A | 150 | 1D | 3F |
| Octal | 274 | 205 | 233 | 0 | 35 | 22 | 32 | 520 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10011011 | 0 | 11101 | 10010 | 11010 | 101010000 | 11101 | 111111 |
Color Harmonies of #BC859B
Complementary color
Monochromatic Colors of #BC859B
Black with #BC859B
Text Example
Text Example
White with #BC859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC859B; }
p { color: rgb(188,133,155); }
H1.HeaderClassName
{
color: #BC859B;
}
.AnyTagClassName
{
color: #BC859B;
}
</style>
background-color css
<style>
a { background-color: #BC859B; }
a { background-color: rgb(188,133,155); }
div.DivClassName
{
background-color: #BC859B;
}
.BgClassName
{
background-color: #BC859B;
}
</style>
border-color css
<style>
span { border-color: #BC859B; }
span { border-color: rgb(188,133,155); }
td.TdClassName
{
border-color: #BC859B;
}
.TagClassName
{
border-color: #BC859B;
}
</style>