Shades of Wisteria #BC80D9
Tints of Wisteria #BC80D9
RGB
CMYK
RGB Variations
Color information
#BC80D9 (or 0xBC80D9) is known color: Wisteria. HEX triplet: BC, 80 and D9. RGB value is (188,128,217). Sum of RGB (Red+Green+Blue) = 188+128+217=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80D9 is #437F26. Grayscale: #9B9B9B. Windows color (decimal): -4423463 or 14254268. OLE color: 14254268.
HSL color Cylindrical-coordinate representation of color #BC80D9: hue angle of 280.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC80D9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 128 | 217 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.15 |
| HSL | 280.45º | 0.54% | 0.68% | - |
| HSV(B) | 280.45º | 0.41% | 0.85% | - |
| XYZ | 40.98 | 31.14 | 69.5 | - |
| YUV | 156.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 217 | 0.13 | 0.41 | 0 | 0.15 | 280.45 | 0.54 | 0.68 |
| Hex | BC | 80 | D9 | D | 29 | 0 | F | 118 | 36 | 44 |
| Octal | 274 | 200 | 331 | 15 | 51 | 0 | 17 | 430 | 66 | 104 |
| Binary | 10111100 | 10000000 | 11011001 | 1101 | 101001 | 0 | 1111 | 100011000 | 110110 | 1000100 |
Color Harmonies of #BC80D9
Complementary color
Monochromatic Colors of #BC80D9
Black with #BC80D9
Text Example
Text Example
White with #BC80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80D9; }
p { color: rgb(188,128,217); }
H1.HeaderClassName
{
color: #BC80D9;
}
.AnyTagClassName
{
color: #BC80D9;
}
</style>
background-color css
<style>
a { background-color: #BC80D9; }
a { background-color: rgb(188,128,217); }
div.DivClassName
{
background-color: #BC80D9;
}
.BgClassName
{
background-color: #BC80D9;
}
</style>
border-color css
<style>
span { border-color: #BC80D9; }
span { border-color: rgb(188,128,217); }
td.TdClassName
{
border-color: #BC80D9;
}
.TagClassName
{
border-color: #BC80D9;
}
</style>