Shades of Viola #BC8295
Tints of Viola #BC8295
RGB
CMYK
RGB Variations
Color information
#BC8295 (or 0xBC8295) is known color: Viola. HEX triplet: BC, 82 and 95. RGB value is (188,130,149). Sum of RGB (Red+Green+Blue) = 188+130+149=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8295 is #437D6A. Grayscale: #959595. Windows color (decimal): -4423019 or 9798332. OLE color: 9798332.
HSL color Cylindrical-coordinate representation of color #BC8295: hue angle of 340.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8295 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 149 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.26 |
| HSL | 340.34º | 0.3% | 0.62% | - |
| HSV(B) | 340.34º | 0.31% | 0.74% | - |
| XYZ | 34.15 | 28.83 | 32.2 | - |
| YUV | 149.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 149 | 0 | 0.31 | 0.21 | 0.26 | 340.34 | 0.3 | 0.62 |
| Hex | BC | 82 | 95 | 0 | 1F | 15 | 1A | 154 | 1E | 3E |
| Octal | 274 | 202 | 225 | 0 | 37 | 25 | 32 | 524 | 36 | 76 |
| Binary | 10111100 | 10000010 | 10010101 | 0 | 11111 | 10101 | 11010 | 101010100 | 11110 | 111110 |
Color Harmonies of #BC8295
Complementary color
Monochromatic Colors of #BC8295
Black with #BC8295
Text Example
Text Example
White with #BC8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8295; }
p { color: rgb(188,130,149); }
H1.HeaderClassName
{
color: #BC8295;
}
.AnyTagClassName
{
color: #BC8295;
}
</style>
background-color css
<style>
a { background-color: #BC8295; }
a { background-color: rgb(188,130,149); }
div.DivClassName
{
background-color: #BC8295;
}
.BgClassName
{
background-color: #BC8295;
}
</style>
border-color css
<style>
span { border-color: #BC8295; }
span { border-color: rgb(188,130,149); }
td.TdClassName
{
border-color: #BC8295;
}
.TagClassName
{
border-color: #BC8295;
}
</style>