Shades of Viola #BC919C
Tints of Viola #BC919C
RGB
CMYK
RGB Variations
Color information
#BC919C (or 0xBC919C) is known color: Viola. HEX triplet: BC, 91 and 9C. RGB value is (188,145,156). Sum of RGB (Red+Green+Blue) = 188+145+156=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC919C is #436E63. Grayscale: #9F9F9F. Windows color (decimal): -4419172 or 10260924. OLE color: 10260924.
HSL color Cylindrical-coordinate representation of color #BC919C: hue angle of 344.65º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC919C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 156 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.26 |
| HSL | 344.65º | 0.24% | 0.65% | - |
| HSV(B) | 344.65º | 0.23% | 0.74% | - |
| XYZ | 36.87 | 33.34 | 35.95 | - |
| YUV | 159.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 156 | 0 | 0.23 | 0.17 | 0.26 | 344.65 | 0.24 | 0.65 |
| Hex | BC | 91 | 9C | 0 | 17 | 11 | 1A | 159 | 18 | 41 |
| Octal | 274 | 221 | 234 | 0 | 27 | 21 | 32 | 531 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10011100 | 0 | 10111 | 10001 | 11010 | 101011001 | 11000 | 1000001 |
Color Harmonies of #BC919C
Complementary color
Monochromatic Colors of #BC919C
Black with #BC919C
Text Example
Text Example
White with #BC919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC919C; }
p { color: rgb(188,145,156); }
H1.HeaderClassName
{
color: #BC919C;
}
.AnyTagClassName
{
color: #BC919C;
}
</style>
background-color css
<style>
a { background-color: #BC919C; }
a { background-color: rgb(188,145,156); }
div.DivClassName
{
background-color: #BC919C;
}
.BgClassName
{
background-color: #BC919C;
}
</style>
border-color css
<style>
span { border-color: #BC919C; }
span { border-color: rgb(188,145,156); }
td.TdClassName
{
border-color: #BC919C;
}
.TagClassName
{
border-color: #BC919C;
}
</style>