Shades of Viola #BC898E
Tints of Viola #BC898E
RGB
CMYK
RGB Variations
Color information
#BC898E (or 0xBC898E) is known color: Viola. HEX triplet: BC, 89 and 8E. RGB value is (188,137,142). Sum of RGB (Red+Green+Blue) = 188+137+142=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC898E is #437671. Grayscale: #989898. Windows color (decimal): -4421234 or 9341372. OLE color: 9341372.
HSL color Cylindrical-coordinate representation of color #BC898E: hue angle of 354.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC898E is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 142 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.26 |
| HSL | 354.12º | 0.28% | 0.64% | - |
| HSV(B) | 354.12º | 0.27% | 0.74% | - |
| XYZ | 34.57 | 30.54 | 29.66 | - |
| YUV | 152.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 142 | 0 | 0.27 | 0.24 | 0.26 | 354.12 | 0.28 | 0.64 |
| Hex | BC | 89 | 8E | 0 | 1B | 18 | 1A | 162 | 1C | 40 |
| Octal | 274 | 211 | 216 | 0 | 33 | 30 | 32 | 542 | 34 | 100 |
| Binary | 10111100 | 10001001 | 10001110 | 0 | 11011 | 11000 | 11010 | 101100010 | 11100 | 1000000 |
Color Harmonies of #BC898E
Complementary color
Monochromatic Colors of #BC898E
Black with #BC898E
Text Example
Text Example
White with #BC898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC898E; }
p { color: rgb(188,137,142); }
H1.HeaderClassName
{
color: #BC898E;
}
.AnyTagClassName
{
color: #BC898E;
}
</style>
background-color css
<style>
a { background-color: #BC898E; }
a { background-color: rgb(188,137,142); }
div.DivClassName
{
background-color: #BC898E;
}
.BgClassName
{
background-color: #BC898E;
}
</style>
border-color css
<style>
span { border-color: #BC898E; }
span { border-color: rgb(188,137,142); }
td.TdClassName
{
border-color: #BC898E;
}
.TagClassName
{
border-color: #BC898E;
}
</style>