Shades of Viola #BC97A0
Tints of Viola #BC97A0
RGB
CMYK
RGB Variations
Color information
#BC97A0 (or 0xBC97A0) is known color: Viola. HEX triplet: BC, 97 and A0. RGB value is (188,151,160). Sum of RGB (Red+Green+Blue) = 188+151+160=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC97A0 is #43685F. Grayscale: #A3A3A3. Windows color (decimal): -4417632 or 10524604. OLE color: 10524604.
HSL color Cylindrical-coordinate representation of color #BC97A0: hue angle of 345.41º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC97A0 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 151 | 160 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.26 |
| HSL | 345.41º | 0.22% | 0.66% | - |
| HSV(B) | 345.41º | 0.2% | 0.74% | - |
| XYZ | 38.15 | 35.36 | 38.07 | - |
| YUV | 163.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 160 | 0 | 0.20 | 0.15 | 0.26 | 345.41 | 0.22 | 0.66 |
| Hex | BC | 97 | A0 | 0 | 14 | F | 1A | 159 | 16 | 42 |
| Octal | 274 | 227 | 240 | 0 | 24 | 17 | 32 | 531 | 26 | 102 |
| Binary | 10111100 | 10010111 | 10100000 | 0 | 10100 | 1111 | 11010 | 101011001 | 10110 | 1000010 |
Color Harmonies of #BC97A0
Complementary color
Monochromatic Colors of #BC97A0
Black with #BC97A0
Text Example
Text Example
White with #BC97A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97A0; }
p { color: rgb(188,151,160); }
H1.HeaderClassName
{
color: #BC97A0;
}
.AnyTagClassName
{
color: #BC97A0;
}
</style>
background-color css
<style>
a { background-color: #BC97A0; }
a { background-color: rgb(188,151,160); }
div.DivClassName
{
background-color: #BC97A0;
}
.BgClassName
{
background-color: #BC97A0;
}
</style>
border-color css
<style>
span { border-color: #BC97A0; }
span { border-color: rgb(188,151,160); }
td.TdClassName
{
border-color: #BC97A0;
}
.TagClassName
{
border-color: #BC97A0;
}
</style>