Shades of Viola #BC9196
Tints of Viola #BC9196
RGB
CMYK
RGB Variations
Color information
#BC9196 (or 0xBC9196) is known color: Viola. HEX triplet: BC, 91 and 96. RGB value is (188,145,150). Sum of RGB (Red+Green+Blue) = 188+145+150=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9196 is #436E69. Grayscale: #9E9E9E. Windows color (decimal): -4419178 or 9867708. OLE color: 9867708.
HSL color Cylindrical-coordinate representation of color #BC9196: hue angle of 353.02º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9196 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 150 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.26 |
| HSL | 353.02º | 0.24% | 0.65% | - |
| HSV(B) | 353.02º | 0.23% | 0.74% | - |
| XYZ | 36.37 | 33.14 | 33.33 | - |
| YUV | 158.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 150 | 0 | 0.23 | 0.20 | 0.26 | 353.02 | 0.24 | 0.65 |
| Hex | BC | 91 | 96 | 0 | 17 | 14 | 1A | 161 | 18 | 41 |
| Octal | 274 | 221 | 226 | 0 | 27 | 24 | 32 | 541 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10010110 | 0 | 10111 | 10100 | 11010 | 101100001 | 11000 | 1000001 |
Color Harmonies of #BC9196
Complementary color
Monochromatic Colors of #BC9196
Black with #BC9196
Text Example
Text Example
White with #BC9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9196; }
p { color: rgb(188,145,150); }
H1.HeaderClassName
{
color: #BC9196;
}
.AnyTagClassName
{
color: #BC9196;
}
</style>
background-color css
<style>
a { background-color: #BC9196; }
a { background-color: rgb(188,145,150); }
div.DivClassName
{
background-color: #BC9196;
}
.BgClassName
{
background-color: #BC9196;
}
</style>
border-color css
<style>
span { border-color: #BC9196; }
span { border-color: rgb(188,145,150); }
td.TdClassName
{
border-color: #BC9196;
}
.TagClassName
{
border-color: #BC9196;
}
</style>