Shades of Viola #BC979F
Tints of Viola #BC979F
RGB
CMYK
RGB Variations
Color information
#BC979F (or 0xBC979F) is known color: Viola. HEX triplet: BC, 97 and 9F. RGB value is (188,151,159). Sum of RGB (Red+Green+Blue) = 188+151+159=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC979F is #436860. Grayscale: #A2A2A2. Windows color (decimal): -4417633 or 10459068. OLE color: 10459068.
HSL color Cylindrical-coordinate representation of color #BC979F: hue angle of 347.03º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC979F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 159 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.26 |
| HSL | 347.03º | 0.22% | 0.66% | - |
| HSV(B) | 347.03º | 0.2% | 0.74% | - |
| XYZ | 38.06 | 35.33 | 37.61 | - |
| YUV | 162.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 159 | 0 | 0.20 | 0.15 | 0.26 | 347.03 | 0.22 | 0.66 |
| Hex | BC | 97 | 9F | 0 | 14 | F | 1A | 15B | 16 | 42 |
| Octal | 274 | 227 | 237 | 0 | 24 | 17 | 32 | 533 | 26 | 102 |
| Binary | 10111100 | 10010111 | 10011111 | 0 | 10100 | 1111 | 11010 | 101011011 | 10110 | 1000010 |
Color Harmonies of #BC979F
Complementary color
Monochromatic Colors of #BC979F
Black with #BC979F
Text Example
Text Example
White with #BC979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC979F; }
p { color: rgb(188,151,159); }
H1.HeaderClassName
{
color: #BC979F;
}
.AnyTagClassName
{
color: #BC979F;
}
</style>
background-color css
<style>
a { background-color: #BC979F; }
a { background-color: rgb(188,151,159); }
div.DivClassName
{
background-color: #BC979F;
}
.BgClassName
{
background-color: #BC979F;
}
</style>
border-color css
<style>
span { border-color: #BC979F; }
span { border-color: rgb(188,151,159); }
td.TdClassName
{
border-color: #BC979F;
}
.TagClassName
{
border-color: #BC979F;
}
</style>