Shades of Viola #BC94A1
Tints of Viola #BC94A1
RGB
CMYK
RGB Variations
Color information
#BC94A1 (or 0xBC94A1) is known color: Viola. HEX triplet: BC, 94 and A1. RGB value is (188,148,161). Sum of RGB (Red+Green+Blue) = 188+148+161=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94A1 is #436B5E. Grayscale: #A1A1A1. Windows color (decimal): -4418399 or 10589372. OLE color: 10589372.
HSL color Cylindrical-coordinate representation of color #BC94A1: hue angle of 340.5º 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 #BC94A1 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 161 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.26 |
| HSL | 340.5º | 0.23% | 0.66% | - |
| HSV(B) | 340.5º | 0.21% | 0.74% | - |
| XYZ | 37.76 | 34.44 | 38.38 | - |
| YUV | 161.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 161 | 0 | 0.21 | 0.14 | 0.26 | 340.5 | 0.23 | 0.66 |
| Hex | BC | 94 | A1 | 0 | 15 | E | 1A | 154 | 17 | 42 |
| Octal | 274 | 224 | 241 | 0 | 25 | 16 | 32 | 524 | 27 | 102 |
| Binary | 10111100 | 10010100 | 10100001 | 0 | 10101 | 1110 | 11010 | 101010100 | 10111 | 1000010 |
Color Harmonies of #BC94A1
Complementary color
Monochromatic Colors of #BC94A1
Black with #BC94A1
Text Example
Text Example
White with #BC94A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94A1; }
p { color: rgb(188,148,161); }
H1.HeaderClassName
{
color: #BC94A1;
}
.AnyTagClassName
{
color: #BC94A1;
}
</style>
background-color css
<style>
a { background-color: #BC94A1; }
a { background-color: rgb(188,148,161); }
div.DivClassName
{
background-color: #BC94A1;
}
.BgClassName
{
background-color: #BC94A1;
}
</style>
border-color css
<style>
span { border-color: #BC94A1; }
span { border-color: rgb(188,148,161); }
td.TdClassName
{
border-color: #BC94A1;
}
.TagClassName
{
border-color: #BC94A1;
}
</style>