Shades of Viola #BC959C
Tints of Viola #BC959C
RGB
CMYK
RGB Variations
Color information
#BC959C (or 0xBC959C) is known color: Viola. HEX triplet: BC, 95 and 9C. RGB value is (188,149,156). Sum of RGB (Red+Green+Blue) = 188+149+156=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959C is #436A63. Grayscale: #A1A1A1. Windows color (decimal): -4418148 or 10261948. OLE color: 10261948.
HSL color Cylindrical-coordinate representation of color #BC959C: hue angle of 349.23º 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 #BC959C is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 156 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.26 |
| HSL | 349.23º | 0.23% | 0.66% | - |
| HSV(B) | 349.23º | 0.21% | 0.74% | - |
| XYZ | 37.49 | 34.59 | 36.15 | - |
| YUV | 161.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 156 | 0 | 0.21 | 0.17 | 0.26 | 349.23 | 0.23 | 0.66 |
| Hex | BC | 95 | 9C | 0 | 15 | 11 | 1A | 15D | 17 | 42 |
| Octal | 274 | 225 | 234 | 0 | 25 | 21 | 32 | 535 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10011100 | 0 | 10101 | 10001 | 11010 | 101011101 | 10111 | 1000010 |
Color Harmonies of #BC959C
Complementary color
Monochromatic Colors of #BC959C
Black with #BC959C
Text Example
Text Example
White with #BC959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC959C; }
p { color: rgb(188,149,156); }
H1.HeaderClassName
{
color: #BC959C;
}
.AnyTagClassName
{
color: #BC959C;
}
</style>
background-color css
<style>
a { background-color: #BC959C; }
a { background-color: rgb(188,149,156); }
div.DivClassName
{
background-color: #BC959C;
}
.BgClassName
{
background-color: #BC959C;
}
</style>
border-color css
<style>
span { border-color: #BC959C; }
span { border-color: rgb(188,149,156); }
td.TdClassName
{
border-color: #BC959C;
}
.TagClassName
{
border-color: #BC959C;
}
</style>