Shades of Viola #BC8895
Tints of Viola #BC8895
RGB
CMYK
RGB Variations
Color information
#BC8895 (or 0xBC8895) is known color: Viola. HEX triplet: BC, 88 and 95. RGB value is (188,136,149). Sum of RGB (Red+Green+Blue) = 188+136+149=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8895 is #43776A. Grayscale: #999999. Windows color (decimal): -4421483 or 9799868. OLE color: 9799868.
HSL color Cylindrical-coordinate representation of color #BC8895: hue angle of 345º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8895 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 149 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.26 |
| HSL | 345º | 0.28% | 0.64% | - |
| HSV(B) | 345º | 0.28% | 0.74% | - |
| XYZ | 34.97 | 30.47 | 32.47 | - |
| YUV | 153.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 149 | 0 | 0.28 | 0.21 | 0.26 | 345 | 0.28 | 0.64 |
| Hex | BC | 88 | 95 | 0 | 1C | 15 | 1A | 159 | 1C | 40 |
| Octal | 274 | 210 | 225 | 0 | 34 | 25 | 32 | 531 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10010101 | 0 | 11100 | 10101 | 11010 | 101011001 | 11100 | 1000000 |
Color Harmonies of #BC8895
Complementary color
Monochromatic Colors of #BC8895
Black with #BC8895
Text Example
Text Example
White with #BC8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8895; }
p { color: rgb(188,136,149); }
H1.HeaderClassName
{
color: #BC8895;
}
.AnyTagClassName
{
color: #BC8895;
}
</style>
background-color css
<style>
a { background-color: #BC8895; }
a { background-color: rgb(188,136,149); }
div.DivClassName
{
background-color: #BC8895;
}
.BgClassName
{
background-color: #BC8895;
}
</style>
border-color css
<style>
span { border-color: #BC8895; }
span { border-color: rgb(188,136,149); }
td.TdClassName
{
border-color: #BC8895;
}
.TagClassName
{
border-color: #BC8895;
}
</style>