Shades of Viola #BC8897
Tints of Viola #BC8897
RGB
CMYK
RGB Variations
Color information
#BC8897 (or 0xBC8897) is known color: Viola. HEX triplet: BC, 88 and 97. RGB value is (188,136,151). Sum of RGB (Red+Green+Blue) = 188+136+151=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8897 is #437768. Grayscale: #999999. Windows color (decimal): -4421481 or 9930940. OLE color: 9930940.
HSL color Cylindrical-coordinate representation of color #BC8897: hue angle of 342.69º 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 #BC8897 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 151 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.26 |
| HSL | 342.69º | 0.28% | 0.64% | - |
| HSV(B) | 342.69º | 0.28% | 0.74% | - |
| XYZ | 35.13 | 30.53 | 33.32 | - |
| YUV | 153.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 151 | 0 | 0.28 | 0.20 | 0.26 | 342.69 | 0.28 | 0.64 |
| Hex | BC | 88 | 97 | 0 | 1C | 14 | 1A | 157 | 1C | 40 |
| Octal | 274 | 210 | 227 | 0 | 34 | 24 | 32 | 527 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10010111 | 0 | 11100 | 10100 | 11010 | 101010111 | 11100 | 1000000 |
Color Harmonies of #BC8897
Complementary color
Monochromatic Colors of #BC8897
Black with #BC8897
Text Example
Text Example
White with #BC8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8897; }
p { color: rgb(188,136,151); }
H1.HeaderClassName
{
color: #BC8897;
}
.AnyTagClassName
{
color: #BC8897;
}
</style>
background-color css
<style>
a { background-color: #BC8897; }
a { background-color: rgb(188,136,151); }
div.DivClassName
{
background-color: #BC8897;
}
.BgClassName
{
background-color: #BC8897;
}
</style>
border-color css
<style>
span { border-color: #BC8897; }
span { border-color: rgb(188,136,151); }
td.TdClassName
{
border-color: #BC8897;
}
.TagClassName
{
border-color: #BC8897;
}
</style>