Shades of Viola #BC8596
Tints of Viola #BC8596
RGB
CMYK
RGB Variations
Color information
#BC8596 (or 0xBC8596) is known color: Viola. HEX triplet: BC, 85 and 96. RGB value is (188,133,150). Sum of RGB (Red+Green+Blue) = 188+133+150=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8596 is #437A69. Grayscale: #979797. Windows color (decimal): -4422250 or 9864636. OLE color: 9864636.
HSL color Cylindrical-coordinate representation of color #BC8596: hue angle of 341.45º 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 #BC8596 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 150 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.26 |
| HSL | 341.45º | 0.29% | 0.63% | - |
| HSV(B) | 341.45º | 0.29% | 0.74% | - |
| XYZ | 34.63 | 29.67 | 32.76 | - |
| YUV | 151.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 150 | 0 | 0.29 | 0.20 | 0.26 | 341.45 | 0.29 | 0.63 |
| Hex | BC | 85 | 96 | 0 | 1D | 14 | 1A | 155 | 1D | 3F |
| Octal | 274 | 205 | 226 | 0 | 35 | 24 | 32 | 525 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10010110 | 0 | 11101 | 10100 | 11010 | 101010101 | 11101 | 111111 |
Color Harmonies of #BC8596
Complementary color
Monochromatic Colors of #BC8596
Black with #BC8596
Text Example
Text Example
White with #BC8596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8596; }
p { color: rgb(188,133,150); }
H1.HeaderClassName
{
color: #BC8596;
}
.AnyTagClassName
{
color: #BC8596;
}
</style>
background-color css
<style>
a { background-color: #BC8596; }
a { background-color: rgb(188,133,150); }
div.DivClassName
{
background-color: #BC8596;
}
.BgClassName
{
background-color: #BC8596;
}
</style>
border-color css
<style>
span { border-color: #BC8596; }
span { border-color: rgb(188,133,150); }
td.TdClassName
{
border-color: #BC8596;
}
.TagClassName
{
border-color: #BC8596;
}
</style>