Shades of Viola #BC93A0
Tints of Viola #BC93A0
RGB
CMYK
RGB Variations
Color information
#BC93A0 (or 0xBC93A0) is known color: Viola. HEX triplet: BC, 93 and A0. RGB value is (188,147,160). Sum of RGB (Red+Green+Blue) = 188+147+160=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A0 is #436C5F. Grayscale: #A0A0A0. Windows color (decimal): -4418656 or 10523580. OLE color: 10523580.
HSL color Cylindrical-coordinate representation of color #BC93A0: hue angle of 340.98º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC93A0 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 160 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.26 |
| HSL | 340.98º | 0.23% | 0.66% | - |
| HSV(B) | 340.98º | 0.22% | 0.74% | - |
| XYZ | 37.52 | 34.1 | 37.86 | - |
| YUV | 160.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 160 | 0 | 0.22 | 0.15 | 0.26 | 340.98 | 0.23 | 0.66 |
| Hex | BC | 93 | A0 | 0 | 16 | F | 1A | 155 | 17 | 42 |
| Octal | 274 | 223 | 240 | 0 | 26 | 17 | 32 | 525 | 27 | 102 |
| Binary | 10111100 | 10010011 | 10100000 | 0 | 10110 | 1111 | 11010 | 101010101 | 10111 | 1000010 |
Color Harmonies of #BC93A0
Complementary color
Monochromatic Colors of #BC93A0
Black with #BC93A0
Text Example
Text Example
White with #BC93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93A0; }
p { color: rgb(188,147,160); }
H1.HeaderClassName
{
color: #BC93A0;
}
.AnyTagClassName
{
color: #BC93A0;
}
</style>
background-color css
<style>
a { background-color: #BC93A0; }
a { background-color: rgb(188,147,160); }
div.DivClassName
{
background-color: #BC93A0;
}
.BgClassName
{
background-color: #BC93A0;
}
</style>
border-color css
<style>
span { border-color: #BC93A0; }
span { border-color: rgb(188,147,160); }
td.TdClassName
{
border-color: #BC93A0;
}
.TagClassName
{
border-color: #BC93A0;
}
</style>