Shades of Viola #BC9296
Tints of Viola #BC9296
RGB
CMYK
RGB Variations
Color information
#BC9296 (or 0xBC9296) is known color: Viola. HEX triplet: BC, 92 and 96. RGB value is (188,146,150). Sum of RGB (Red+Green+Blue) = 188+146+150=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9296 is #436D69. Grayscale: #9F9F9F. Windows color (decimal): -4418922 or 9867964. OLE color: 9867964.
HSL color Cylindrical-coordinate representation of color #BC9296: hue angle of 354.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9296 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 150 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.26 |
| HSL | 354.29º | 0.24% | 0.65% | - |
| HSV(B) | 354.29º | 0.22% | 0.74% | - |
| XYZ | 36.52 | 33.45 | 33.39 | - |
| YUV | 159.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 150 | 0 | 0.22 | 0.20 | 0.26 | 354.29 | 0.24 | 0.65 |
| Hex | BC | 92 | 96 | 0 | 16 | 14 | 1A | 162 | 18 | 41 |
| Octal | 274 | 222 | 226 | 0 | 26 | 24 | 32 | 542 | 30 | 101 |
| Binary | 10111100 | 10010010 | 10010110 | 0 | 10110 | 10100 | 11010 | 101100010 | 11000 | 1000001 |
Color Harmonies of #BC9296
Complementary color
Monochromatic Colors of #BC9296
Black with #BC9296
Text Example
Text Example
White with #BC9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9296; }
p { color: rgb(188,146,150); }
H1.HeaderClassName
{
color: #BC9296;
}
.AnyTagClassName
{
color: #BC9296;
}
</style>
background-color css
<style>
a { background-color: #BC9296; }
a { background-color: rgb(188,146,150); }
div.DivClassName
{
background-color: #BC9296;
}
.BgClassName
{
background-color: #BC9296;
}
</style>
border-color css
<style>
span { border-color: #BC9296; }
span { border-color: rgb(188,146,150); }
td.TdClassName
{
border-color: #BC9296;
}
.TagClassName
{
border-color: #BC9296;
}
</style>