Shades of Viola #BC8595
Tints of Viola #BC8595
RGB
CMYK
RGB Variations
Color information
#BC8595 (or 0xBC8595) is known color: Viola. HEX triplet: BC, 85 and 95. RGB value is (188,133,149). Sum of RGB (Red+Green+Blue) = 188+133+149=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8595 is #437A6A. Grayscale: #979797. Windows color (decimal): -4422251 or 9799100. OLE color: 9799100.
HSL color Cylindrical-coordinate representation of color #BC8595: hue angle of 342.55º 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 #BC8595 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 149 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.26 |
| HSL | 342.55º | 0.29% | 0.63% | - |
| HSV(B) | 342.55º | 0.29% | 0.74% | - |
| XYZ | 34.55 | 29.64 | 32.33 | - |
| YUV | 151.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 149 | 0 | 0.29 | 0.21 | 0.26 | 342.55 | 0.29 | 0.63 |
| Hex | BC | 85 | 95 | 0 | 1D | 15 | 1A | 157 | 1D | 3F |
| Octal | 274 | 205 | 225 | 0 | 35 | 25 | 32 | 527 | 35 | 77 |
| Binary | 10111100 | 10000101 | 10010101 | 0 | 11101 | 10101 | 11010 | 101010111 | 11101 | 111111 |
Color Harmonies of #BC8595
Complementary color
Monochromatic Colors of #BC8595
Black with #BC8595
Text Example
Text Example
White with #BC8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8595; }
p { color: rgb(188,133,149); }
H1.HeaderClassName
{
color: #BC8595;
}
.AnyTagClassName
{
color: #BC8595;
}
</style>
background-color css
<style>
a { background-color: #BC8595; }
a { background-color: rgb(188,133,149); }
div.DivClassName
{
background-color: #BC8595;
}
.BgClassName
{
background-color: #BC8595;
}
</style>
border-color css
<style>
span { border-color: #BC8595; }
span { border-color: rgb(188,133,149); }
td.TdClassName
{
border-color: #BC8595;
}
.TagClassName
{
border-color: #BC8595;
}
</style>