Shades of Wisteria #BC80E0
Tints of Wisteria #BC80E0
RGB
CMYK
RGB Variations
Color information
#BC80E0 (or 0xBC80E0) is known color: Wisteria. HEX triplet: BC, 80 and E0. RGB value is (188,128,224). Sum of RGB (Red+Green+Blue) = 188+128+224=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80E0 is #437F1F. Grayscale: #9C9C9C. Windows color (decimal): -4423456 or 14713020. OLE color: 14713020.
HSL color Cylindrical-coordinate representation of color #BC80E0: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC80E0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 128 | 224 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.12 |
| HSL | 277.5º | 0.61% | 0.69% | - |
| HSV(B) | 277.5º | 0.43% | 0.88% | - |
| XYZ | 41.91 | 31.51 | 74.39 | - |
| YUV | 156.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 224 | 0.16 | 0.43 | 0 | 0.12 | 277.5 | 0.61 | 0.69 |
| Hex | BC | 80 | E0 | 10 | 2B | 0 | C | 116 | 3D | 45 |
| Octal | 274 | 200 | 340 | 20 | 53 | 0 | 14 | 426 | 75 | 105 |
| Binary | 10111100 | 10000000 | 11100000 | 10000 | 101011 | 0 | 1100 | 100010110 | 111101 | 1000101 |
Color Harmonies of #BC80E0
Complementary color
Monochromatic Colors of #BC80E0
Black with #BC80E0
Text Example
Text Example
White with #BC80E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80E0; }
p { color: rgb(188,128,224); }
H1.HeaderClassName
{
color: #BC80E0;
}
.AnyTagClassName
{
color: #BC80E0;
}
</style>
background-color css
<style>
a { background-color: #BC80E0; }
a { background-color: rgb(188,128,224); }
div.DivClassName
{
background-color: #BC80E0;
}
.BgClassName
{
background-color: #BC80E0;
}
</style>
border-color css
<style>
span { border-color: #BC80E0; }
span { border-color: rgb(188,128,224); }
td.TdClassName
{
border-color: #BC80E0;
}
.TagClassName
{
border-color: #BC80E0;
}
</style>