Shades of Viola #BC949E
Tints of Viola #BC949E
RGB
CMYK
RGB Variations
Color information
#BC949E (or 0xBC949E) is known color: Viola. HEX triplet: BC, 94 and 9E. RGB value is (188,148,158). Sum of RGB (Red+Green+Blue) = 188+148+158=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC949E is #436B61. Grayscale: #A1A1A1. Windows color (decimal): -4418402 or 10392764. OLE color: 10392764.
HSL color Cylindrical-coordinate representation of color #BC949E: hue angle of 345º 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 #BC949E is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 158 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.26 |
| HSL | 345º | 0.23% | 0.66% | - |
| HSV(B) | 345º | 0.21% | 0.74% | - |
| XYZ | 37.5 | 34.34 | 37 | - |
| YUV | 161.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 158 | 0 | 0.21 | 0.16 | 0.26 | 345 | 0.23 | 0.66 |
| Hex | BC | 94 | 9E | 0 | 15 | 10 | 1A | 159 | 17 | 42 |
| Octal | 274 | 224 | 236 | 0 | 25 | 20 | 32 | 531 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10011110 | 0 | 10101 | 10000 | 11010 | 101011001 | 10111 | 1000010 |
Color Harmonies of #BC949E
Complementary color
Monochromatic Colors of #BC949E
Black with #BC949E
Text Example
Text Example
White with #BC949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC949E; }
p { color: rgb(188,148,158); }
H1.HeaderClassName
{
color: #BC949E;
}
.AnyTagClassName
{
color: #BC949E;
}
</style>
background-color css
<style>
a { background-color: #BC949E; }
a { background-color: rgb(188,148,158); }
div.DivClassName
{
background-color: #BC949E;
}
.BgClassName
{
background-color: #BC949E;
}
</style>
border-color css
<style>
span { border-color: #BC949E; }
span { border-color: rgb(188,148,158); }
td.TdClassName
{
border-color: #BC949E;
}
.TagClassName
{
border-color: #BC949E;
}
</style>