Shades of Viola #BC949C
Tints of Viola #BC949C
RGB
CMYK
RGB Variations
Color information
#BC949C (or 0xBC949C) is known color: Viola. HEX triplet: BC, 94 and 9C. RGB value is (188,148,156). Sum of RGB (Red+Green+Blue) = 188+148+156=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949C is #436B63. Grayscale: #A0A0A0. Windows color (decimal): -4418404 or 10261692. OLE color: 10261692.
HSL color Cylindrical-coordinate representation of color #BC949C: hue angle of 348º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC949C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 156 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.26 |
| HSL | 348º | 0.23% | 0.66% | - |
| HSV(B) | 348º | 0.21% | 0.74% | - |
| XYZ | 37.33 | 34.27 | 36.1 | - |
| YUV | 160.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 156 | 0 | 0.21 | 0.17 | 0.26 | 348 | 0.23 | 0.66 |
| Hex | BC | 94 | 9C | 0 | 15 | 11 | 1A | 15C | 17 | 42 |
| Octal | 274 | 224 | 234 | 0 | 25 | 21 | 32 | 534 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10011100 | 0 | 10101 | 10001 | 11010 | 101011100 | 10111 | 1000010 |
Color Harmonies of #BC949C
Complementary color
Monochromatic Colors of #BC949C
Black with #BC949C
Text Example
Text Example
White with #BC949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC949C; }
p { color: rgb(188,148,156); }
H1.HeaderClassName
{
color: #BC949C;
}
.AnyTagClassName
{
color: #BC949C;
}
</style>
background-color css
<style>
a { background-color: #BC949C; }
a { background-color: rgb(188,148,156); }
div.DivClassName
{
background-color: #BC949C;
}
.BgClassName
{
background-color: #BC949C;
}
</style>
border-color css
<style>
span { border-color: #BC949C; }
span { border-color: rgb(188,148,156); }
td.TdClassName
{
border-color: #BC949C;
}
.TagClassName
{
border-color: #BC949C;
}
</style>