Shades of Wisteria #BC80DF
Tints of Wisteria #BC80DF
RGB
CMYK
RGB Variations
Color information
#BC80DF (or 0xBC80DF) is known color: Wisteria. HEX triplet: BC, 80 and DF. RGB value is (188,128,223). Sum of RGB (Red+Green+Blue) = 188+128+223=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DF is #437F20. Grayscale: #9C9C9C. Windows color (decimal): -4423457 or 14647484. OLE color: 14647484.
HSL color Cylindrical-coordinate representation of color #BC80DF: hue angle of 277.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC80DF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 128 | 223 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.13 |
| HSL | 277.89º | 0.6% | 0.69% | - |
| HSV(B) | 277.89º | 0.43% | 0.87% | - |
| XYZ | 41.78 | 31.46 | 73.68 | - |
| YUV | 156.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 223 | 0.16 | 0.43 | 0 | 0.13 | 277.89 | 0.6 | 0.69 |
| Hex | BC | 80 | DF | 10 | 2B | 0 | D | 116 | 3C | 45 |
| Octal | 274 | 200 | 337 | 20 | 53 | 0 | 15 | 426 | 74 | 105 |
| Binary | 10111100 | 10000000 | 11011111 | 10000 | 101011 | 0 | 1101 | 100010110 | 111100 | 1000101 |
Color Harmonies of #BC80DF
Complementary color
Monochromatic Colors of #BC80DF
Black with #BC80DF
Text Example
Text Example
White with #BC80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80DF; }
p { color: rgb(188,128,223); }
H1.HeaderClassName
{
color: #BC80DF;
}
.AnyTagClassName
{
color: #BC80DF;
}
</style>
background-color css
<style>
a { background-color: #BC80DF; }
a { background-color: rgb(188,128,223); }
div.DivClassName
{
background-color: #BC80DF;
}
.BgClassName
{
background-color: #BC80DF;
}
</style>
border-color css
<style>
span { border-color: #BC80DF; }
span { border-color: rgb(188,128,223); }
td.TdClassName
{
border-color: #BC80DF;
}
.TagClassName
{
border-color: #BC80DF;
}
</style>