Shades of Viola #BC9FA9
Tints of Viola #BC9FA9
RGB
CMYK
RGB Variations
Color information
#BC9FA9 (or 0xBC9FA9) is known color: Viola. HEX triplet: BC, 9F and A9. RGB value is (188,159,169). Sum of RGB (Red+Green+Blue) = 188+159+169=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FA9 is #436056. Grayscale: #A8A8A8. Windows color (decimal): -4415575 or 11116476. OLE color: 11116476.
HSL color Cylindrical-coordinate representation of color #BC9FA9: hue angle of 339.31º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FA9 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 169 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.26 |
| HSL | 339.31º | 0.18% | 0.68% | - |
| HSV(B) | 339.31º | 0.15% | 0.74% | - |
| XYZ | 40.3 | 38.35 | 42.81 | - |
| YUV | 168.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 169 | 0 | 0.15 | 0.10 | 0.26 | 339.31 | 0.18 | 0.68 |
| Hex | BC | 9F | A9 | 0 | F | A | 1A | 153 | 12 | 44 |
| Octal | 274 | 237 | 251 | 0 | 17 | 12 | 32 | 523 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10101001 | 0 | 1111 | 1010 | 11010 | 101010011 | 10010 | 1000100 |
Color Harmonies of #BC9FA9
Complementary color
Monochromatic Colors of #BC9FA9
Black with #BC9FA9
Text Example
Text Example
White with #BC9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FA9; }
p { color: rgb(188,159,169); }
H1.HeaderClassName
{
color: #BC9FA9;
}
.AnyTagClassName
{
color: #BC9FA9;
}
</style>
background-color css
<style>
a { background-color: #BC9FA9; }
a { background-color: rgb(188,159,169); }
div.DivClassName
{
background-color: #BC9FA9;
}
.BgClassName
{
background-color: #BC9FA9;
}
</style>
border-color css
<style>
span { border-color: #BC9FA9; }
span { border-color: rgb(188,159,169); }
td.TdClassName
{
border-color: #BC9FA9;
}
.TagClassName
{
border-color: #BC9FA9;
}
</style>