Shades of Viola #BC959D
Tints of Viola #BC959D
RGB
CMYK
RGB Variations
Color information
#BC959D (or 0xBC959D) is known color: Viola. HEX triplet: BC, 95 and 9D. RGB value is (188,149,157). Sum of RGB (Red+Green+Blue) = 188+149+157=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959D is #436A62. Grayscale: #A1A1A1. Windows color (decimal): -4418147 or 10327484. OLE color: 10327484.
HSL color Cylindrical-coordinate representation of color #BC959D: hue angle of 347.69º 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 #BC959D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 157 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.26 |
| HSL | 347.69º | 0.23% | 0.66% | - |
| HSV(B) | 347.69º | 0.21% | 0.74% | - |
| XYZ | 37.57 | 34.62 | 36.6 | - |
| YUV | 161.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 157 | 0 | 0.21 | 0.16 | 0.26 | 347.69 | 0.23 | 0.66 |
| Hex | BC | 95 | 9D | 0 | 15 | 10 | 1A | 15C | 17 | 42 |
| Octal | 274 | 225 | 235 | 0 | 25 | 20 | 32 | 534 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10011101 | 0 | 10101 | 10000 | 11010 | 101011100 | 10111 | 1000010 |
Color Harmonies of #BC959D
Complementary color
Monochromatic Colors of #BC959D
Black with #BC959D
Text Example
Text Example
White with #BC959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC959D; }
p { color: rgb(188,149,157); }
H1.HeaderClassName
{
color: #BC959D;
}
.AnyTagClassName
{
color: #BC959D;
}
</style>
background-color css
<style>
a { background-color: #BC959D; }
a { background-color: rgb(188,149,157); }
div.DivClassName
{
background-color: #BC959D;
}
.BgClassName
{
background-color: #BC959D;
}
</style>
border-color css
<style>
span { border-color: #BC959D; }
span { border-color: rgb(188,149,157); }
td.TdClassName
{
border-color: #BC959D;
}
.TagClassName
{
border-color: #BC959D;
}
</style>