Shades of Viola #BC9FA8
Tints of Viola #BC9FA8
RGB
CMYK
RGB Variations
Color information
#BC9FA8 (or 0xBC9FA8) is known color: Viola. HEX triplet: BC, 9F and A8. RGB value is (188,159,168). Sum of RGB (Red+Green+Blue) = 188+159+168=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FA8 is #436057. Grayscale: #A8A8A8. Windows color (decimal): -4415576 or 11050940. OLE color: 11050940.
HSL color Cylindrical-coordinate representation of color #BC9FA8: hue angle of 341.38º 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 #BC9FA8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 168 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.26 |
| HSL | 341.38º | 0.18% | 0.68% | - |
| HSV(B) | 341.38º | 0.15% | 0.74% | - |
| XYZ | 40.21 | 38.31 | 42.32 | - |
| YUV | 168.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 168 | 0 | 0.15 | 0.11 | 0.26 | 341.38 | 0.18 | 0.68 |
| Hex | BC | 9F | A8 | 0 | F | B | 1A | 155 | 12 | 44 |
| Octal | 274 | 237 | 250 | 0 | 17 | 13 | 32 | 525 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10101000 | 0 | 1111 | 1011 | 11010 | 101010101 | 10010 | 1000100 |
Color Harmonies of #BC9FA8
Complementary color
Monochromatic Colors of #BC9FA8
Black with #BC9FA8
Text Example
Text Example
White with #BC9FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FA8; }
p { color: rgb(188,159,168); }
H1.HeaderClassName
{
color: #BC9FA8;
}
.AnyTagClassName
{
color: #BC9FA8;
}
</style>
background-color css
<style>
a { background-color: #BC9FA8; }
a { background-color: rgb(188,159,168); }
div.DivClassName
{
background-color: #BC9FA8;
}
.BgClassName
{
background-color: #BC9FA8;
}
</style>
border-color css
<style>
span { border-color: #BC9FA8; }
span { border-color: rgb(188,159,168); }
td.TdClassName
{
border-color: #BC9FA8;
}
.TagClassName
{
border-color: #BC9FA8;
}
</style>