Shades of Viola #BC8898
Tints of Viola #BC8898
RGB
CMYK
RGB Variations
Color information
#BC8898 (or 0xBC8898) is known color: Viola. HEX triplet: BC, 88 and 98. RGB value is (188,136,152). Sum of RGB (Red+Green+Blue) = 188+136+152=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8898 is #437767. Grayscale: #999999. Windows color (decimal): -4421480 or 9996476. OLE color: 9996476.
HSL color Cylindrical-coordinate representation of color #BC8898: hue angle of 341.54º 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 #BC8898 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 152 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.26 |
| HSL | 341.54º | 0.28% | 0.64% | - |
| HSV(B) | 341.54º | 0.28% | 0.74% | - |
| XYZ | 35.21 | 30.57 | 33.75 | - |
| YUV | 153.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 152 | 0 | 0.28 | 0.19 | 0.26 | 341.54 | 0.28 | 0.64 |
| Hex | BC | 88 | 98 | 0 | 1C | 13 | 1A | 156 | 1C | 40 |
| Octal | 274 | 210 | 230 | 0 | 34 | 23 | 32 | 526 | 34 | 100 |
| Binary | 10111100 | 10001000 | 10011000 | 0 | 11100 | 10011 | 11010 | 101010110 | 11100 | 1000000 |
Color Harmonies of #BC8898
Complementary color
Monochromatic Colors of #BC8898
Black with #BC8898
Text Example
Text Example
White with #BC8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8898; }
p { color: rgb(188,136,152); }
H1.HeaderClassName
{
color: #BC8898;
}
.AnyTagClassName
{
color: #BC8898;
}
</style>
background-color css
<style>
a { background-color: #BC8898; }
a { background-color: rgb(188,136,152); }
div.DivClassName
{
background-color: #BC8898;
}
.BgClassName
{
background-color: #BC8898;
}
</style>
border-color css
<style>
span { border-color: #BC8898; }
span { border-color: rgb(188,136,152); }
td.TdClassName
{
border-color: #BC8898;
}
.TagClassName
{
border-color: #BC8898;
}
</style>