Shades of Viola #BC959B
Tints of Viola #BC959B
RGB
CMYK
RGB Variations
Color information
#BC959B (or 0xBC959B) is known color: Viola. HEX triplet: BC, 95 and 9B. RGB value is (188,149,155). Sum of RGB (Red+Green+Blue) = 188+149+155=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959B is #436A64. Grayscale: #A1A1A1. Windows color (decimal): -4418149 or 10196412. OLE color: 10196412.
HSL color Cylindrical-coordinate representation of color #BC959B: hue angle of 350.77º 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 #BC959B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 155 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.26 |
| HSL | 350.77º | 0.23% | 0.66% | - |
| HSV(B) | 350.77º | 0.21% | 0.74% | - |
| XYZ | 37.4 | 34.55 | 35.71 | - |
| YUV | 161.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 155 | 0 | 0.21 | 0.18 | 0.26 | 350.77 | 0.23 | 0.66 |
| Hex | BC | 95 | 9B | 0 | 15 | 12 | 1A | 15F | 17 | 42 |
| Octal | 274 | 225 | 233 | 0 | 25 | 22 | 32 | 537 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10011011 | 0 | 10101 | 10010 | 11010 | 101011111 | 10111 | 1000010 |
Color Harmonies of #BC959B
Complementary color
Monochromatic Colors of #BC959B
Black with #BC959B
Text Example
Text Example
White with #BC959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC959B; }
p { color: rgb(188,149,155); }
H1.HeaderClassName
{
color: #BC959B;
}
.AnyTagClassName
{
color: #BC959B;
}
</style>
background-color css
<style>
a { background-color: #BC959B; }
a { background-color: rgb(188,149,155); }
div.DivClassName
{
background-color: #BC959B;
}
.BgClassName
{
background-color: #BC959B;
}
</style>
border-color css
<style>
span { border-color: #BC959B; }
span { border-color: rgb(188,149,155); }
td.TdClassName
{
border-color: #BC959B;
}
.TagClassName
{
border-color: #BC959B;
}
</style>