Shades of Viola #BC95A0
Tints of Viola #BC95A0
RGB
CMYK
RGB Variations
Color information
#BC95A0 (or 0xBC95A0) is known color: Viola. HEX triplet: BC, 95 and A0. RGB value is (188,149,160). Sum of RGB (Red+Green+Blue) = 188+149+160=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95A0 is #436A5F. Grayscale: #A1A1A1. Windows color (decimal): -4418144 or 10524092. OLE color: 10524092.
HSL color Cylindrical-coordinate representation of color #BC95A0: hue angle of 343.08º 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 #BC95A0 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 160 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.26 |
| HSL | 343.08º | 0.23% | 0.66% | - |
| HSV(B) | 343.08º | 0.21% | 0.74% | - |
| XYZ | 37.83 | 34.72 | 37.97 | - |
| YUV | 161.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 160 | 0 | 0.21 | 0.15 | 0.26 | 343.08 | 0.23 | 0.66 |
| Hex | BC | 95 | A0 | 0 | 15 | F | 1A | 157 | 17 | 42 |
| Octal | 274 | 225 | 240 | 0 | 25 | 17 | 32 | 527 | 27 | 102 |
| Binary | 10111100 | 10010101 | 10100000 | 0 | 10101 | 1111 | 11010 | 101010111 | 10111 | 1000010 |
Color Harmonies of #BC95A0
Complementary color
Monochromatic Colors of #BC95A0
Black with #BC95A0
Text Example
Text Example
White with #BC95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95A0; }
p { color: rgb(188,149,160); }
H1.HeaderClassName
{
color: #BC95A0;
}
.AnyTagClassName
{
color: #BC95A0;
}
</style>
background-color css
<style>
a { background-color: #BC95A0; }
a { background-color: rgb(188,149,160); }
div.DivClassName
{
background-color: #BC95A0;
}
.BgClassName
{
background-color: #BC95A0;
}
</style>
border-color css
<style>
span { border-color: #BC95A0; }
span { border-color: rgb(188,149,160); }
td.TdClassName
{
border-color: #BC95A0;
}
.TagClassName
{
border-color: #BC95A0;
}
</style>