Shades of Viola #BC959F
Tints of Viola #BC959F
RGB
CMYK
RGB Variations
Color information
#BC959F (or 0xBC959F) is known color: Viola. HEX triplet: BC, 95 and 9F. RGB value is (188,149,159). Sum of RGB (Red+Green+Blue) = 188+149+159=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959F is #436A60. Grayscale: #A1A1A1. Windows color (decimal): -4418145 or 10458556. OLE color: 10458556.
HSL color Cylindrical-coordinate representation of color #BC959F: hue angle of 344.62º 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 #BC959F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 159 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.26 |
| HSL | 344.62º | 0.23% | 0.66% | - |
| HSV(B) | 344.62º | 0.21% | 0.74% | - |
| XYZ | 37.74 | 34.69 | 37.51 | - |
| YUV | 161.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 159 | 0 | 0.21 | 0.15 | 0.26 | 344.62 | 0.23 | 0.66 |
| Hex | BC | 95 | 9F | 0 | 15 | F | 1A | 159 | 17 | 42 |
| Octal | 274 | 225 | 237 | 0 | 25 | 17 | 32 | 531 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10011111 | 0 | 10101 | 1111 | 11010 | 101011001 | 10111 | 1000010 |
Color Harmonies of #BC959F
Complementary color
Monochromatic Colors of #BC959F
Black with #BC959F
Text Example
Text Example
White with #BC959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC959F; }
p { color: rgb(188,149,159); }
H1.HeaderClassName
{
color: #BC959F;
}
.AnyTagClassName
{
color: #BC959F;
}
</style>
background-color css
<style>
a { background-color: #BC959F; }
a { background-color: rgb(188,149,159); }
div.DivClassName
{
background-color: #BC959F;
}
.BgClassName
{
background-color: #BC959F;
}
</style>
border-color css
<style>
span { border-color: #BC959F; }
span { border-color: rgb(188,149,159); }
td.TdClassName
{
border-color: #BC959F;
}
.TagClassName
{
border-color: #BC959F;
}
</style>