Shades of Viola #BC90A1
Tints of Viola #BC90A1
RGB
CMYK
RGB Variations
Color information
#BC90A1 (or 0xBC90A1) is known color: Viola. HEX triplet: BC, 90 and A1. RGB value is (188,144,161). Sum of RGB (Red+Green+Blue) = 188+144+161=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90A1 is #436F5E. Grayscale: #9F9F9F. Windows color (decimal): -4419423 or 10588348. OLE color: 10588348.
HSL color Cylindrical-coordinate representation of color #BC90A1: hue angle of 336.82º degrees, saturation: 0.25, 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 #BC90A1 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 161 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.26 |
| HSL | 336.82º | 0.25% | 0.65% | - |
| HSV(B) | 336.82º | 0.23% | 0.74% | - |
| XYZ | 37.15 | 33.21 | 38.17 | - |
| YUV | 159.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 161 | 0 | 0.23 | 0.14 | 0.26 | 336.82 | 0.25 | 0.65 |
| Hex | BC | 90 | A1 | 0 | 17 | E | 1A | 151 | 19 | 41 |
| Octal | 274 | 220 | 241 | 0 | 27 | 16 | 32 | 521 | 31 | 101 |
| Binary | 10111100 | 10010000 | 10100001 | 0 | 10111 | 1110 | 11010 | 101010001 | 11001 | 1000001 |
Color Harmonies of #BC90A1
Complementary color
Monochromatic Colors of #BC90A1
Black with #BC90A1
Text Example
Text Example
White with #BC90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90A1; }
p { color: rgb(188,144,161); }
H1.HeaderClassName
{
color: #BC90A1;
}
.AnyTagClassName
{
color: #BC90A1;
}
</style>
background-color css
<style>
a { background-color: #BC90A1; }
a { background-color: rgb(188,144,161); }
div.DivClassName
{
background-color: #BC90A1;
}
.BgClassName
{
background-color: #BC90A1;
}
</style>
border-color css
<style>
span { border-color: #BC90A1; }
span { border-color: rgb(188,144,161); }
td.TdClassName
{
border-color: #BC90A1;
}
.TagClassName
{
border-color: #BC90A1;
}
</style>