Shades of Viola #BC919F
Tints of Viola #BC919F
RGB
CMYK
RGB Variations
Color information
#BC919F (or 0xBC919F) is known color: Viola. HEX triplet: BC, 91 and 9F. RGB value is (188,145,159). Sum of RGB (Red+Green+Blue) = 188+145+159=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC919F is #436E60. Grayscale: #9F9F9F. Windows color (decimal): -4419169 or 10457532. OLE color: 10457532.
HSL color Cylindrical-coordinate representation of color #BC919F: hue angle of 340.47º 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 #BC919F is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 159 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.26 |
| HSL | 340.47º | 0.24% | 0.65% | - |
| HSV(B) | 340.47º | 0.23% | 0.74% | - |
| XYZ | 37.12 | 33.45 | 37.3 | - |
| YUV | 159.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 159 | 0 | 0.23 | 0.15 | 0.26 | 340.47 | 0.24 | 0.65 |
| Hex | BC | 91 | 9F | 0 | 17 | F | 1A | 154 | 18 | 41 |
| Octal | 274 | 221 | 237 | 0 | 27 | 17 | 32 | 524 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10011111 | 0 | 10111 | 1111 | 11010 | 101010100 | 11000 | 1000001 |
Color Harmonies of #BC919F
Complementary color
Monochromatic Colors of #BC919F
Black with #BC919F
Text Example
Text Example
White with #BC919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC919F; }
p { color: rgb(188,145,159); }
H1.HeaderClassName
{
color: #BC919F;
}
.AnyTagClassName
{
color: #BC919F;
}
</style>
background-color css
<style>
a { background-color: #BC919F; }
a { background-color: rgb(188,145,159); }
div.DivClassName
{
background-color: #BC919F;
}
.BgClassName
{
background-color: #BC919F;
}
</style>
border-color css
<style>
span { border-color: #BC919F; }
span { border-color: rgb(188,145,159); }
td.TdClassName
{
border-color: #BC919F;
}
.TagClassName
{
border-color: #BC919F;
}
</style>