Shades of Viola #BC91A0
Tints of Viola #BC91A0
RGB
CMYK
RGB Variations
Color information
#BC91A0 (or 0xBC91A0) is known color: Viola. HEX triplet: BC, 91 and A0. RGB value is (188,145,160). Sum of RGB (Red+Green+Blue) = 188+145+160=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A0 is #436E5F. Grayscale: #9F9F9F. Windows color (decimal): -4419168 or 10523068. OLE color: 10523068.
HSL color Cylindrical-coordinate representation of color #BC91A0: hue angle of 339.07º 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 #BC91A0 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 160 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.26 |
| HSL | 339.07º | 0.24% | 0.65% | - |
| HSV(B) | 339.07º | 0.23% | 0.74% | - |
| XYZ | 37.21 | 33.48 | 37.76 | - |
| YUV | 159.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 160 | 0 | 0.23 | 0.15 | 0.26 | 339.07 | 0.24 | 0.65 |
| Hex | BC | 91 | A0 | 0 | 17 | F | 1A | 153 | 18 | 41 |
| Octal | 274 | 221 | 240 | 0 | 27 | 17 | 32 | 523 | 30 | 101 |
| Binary | 10111100 | 10010001 | 10100000 | 0 | 10111 | 1111 | 11010 | 101010011 | 11000 | 1000001 |
Color Harmonies of #BC91A0
Complementary color
Monochromatic Colors of #BC91A0
Black with #BC91A0
Text Example
Text Example
White with #BC91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91A0; }
p { color: rgb(188,145,160); }
H1.HeaderClassName
{
color: #BC91A0;
}
.AnyTagClassName
{
color: #BC91A0;
}
</style>
background-color css
<style>
a { background-color: #BC91A0; }
a { background-color: rgb(188,145,160); }
div.DivClassName
{
background-color: #BC91A0;
}
.BgClassName
{
background-color: #BC91A0;
}
</style>
border-color css
<style>
span { border-color: #BC91A0; }
span { border-color: rgb(188,145,160); }
td.TdClassName
{
border-color: #BC91A0;
}
.TagClassName
{
border-color: #BC91A0;
}
</style>