Shades of Viola #BC9195
Tints of Viola #BC9195
RGB
CMYK
RGB Variations
Color information
#BC9195 (or 0xBC9195) is known color: Viola. HEX triplet: BC, 91 and 95. RGB value is (188,145,149). Sum of RGB (Red+Green+Blue) = 188+145+149=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9195 is #436E6A. Grayscale: #9E9E9E. Windows color (decimal): -4419179 or 9802172. OLE color: 9802172.
HSL color Cylindrical-coordinate representation of color #BC9195: hue angle of 354.42º 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 #BC9195 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 149 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.26 |
| HSL | 354.42º | 0.24% | 0.65% | - |
| HSV(B) | 354.42º | 0.23% | 0.74% | - |
| XYZ | 36.29 | 33.11 | 32.91 | - |
| YUV | 158.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 149 | 0 | 0.23 | 0.21 | 0.26 | 354.42 | 0.24 | 0.65 |
| Hex | BC | 91 | 95 | 0 | 17 | 15 | 1A | 162 | 18 | 41 |
| Octal | 274 | 221 | 225 | 0 | 27 | 25 | 32 | 542 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10010101 | 0 | 10111 | 10101 | 11010 | 101100010 | 11000 | 1000001 |
Color Harmonies of #BC9195
Complementary color
Monochromatic Colors of #BC9195
Black with #BC9195
Text Example
Text Example
White with #BC9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9195; }
p { color: rgb(188,145,149); }
H1.HeaderClassName
{
color: #BC9195;
}
.AnyTagClassName
{
color: #BC9195;
}
</style>
background-color css
<style>
a { background-color: #BC9195; }
a { background-color: rgb(188,145,149); }
div.DivClassName
{
background-color: #BC9195;
}
.BgClassName
{
background-color: #BC9195;
}
</style>
border-color css
<style>
span { border-color: #BC9195; }
span { border-color: rgb(188,145,149); }
td.TdClassName
{
border-color: #BC9195;
}
.TagClassName
{
border-color: #BC9195;
}
</style>