Shades of Wisteria #BC80DB
Tints of Wisteria #BC80DB
RGB
CMYK
RGB Variations
Color information
#BC80DB (or 0xBC80DB) is known color: Wisteria. HEX triplet: BC, 80 and DB. RGB value is (188,128,219). Sum of RGB (Red+Green+Blue) = 188+128+219=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DB is #437F24. Grayscale: #9C9C9C. Windows color (decimal): -4423461 or 14385340. OLE color: 14385340.
HSL color Cylindrical-coordinate representation of color #BC80DB: hue angle of 279.56º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC80DB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 128 | 219 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 279.56º | 0.56% | 0.68% | - |
| HSV(B) | 279.56º | 0.42% | 0.86% | - |
| XYZ | 41.24 | 31.24 | 70.87 | - |
| YUV | 156.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 219 | 0.14 | 0.42 | 0 | 0.14 | 279.56 | 0.56 | 0.68 |
| Hex | BC | 80 | DB | E | 2A | 0 | E | 118 | 38 | 44 |
| Octal | 274 | 200 | 333 | 16 | 52 | 0 | 16 | 430 | 70 | 104 |
| Binary | 10111100 | 10000000 | 11011011 | 1110 | 101010 | 0 | 1110 | 100011000 | 111000 | 1000100 |
Color Harmonies of #BC80DB
Complementary color
Monochromatic Colors of #BC80DB
Black with #BC80DB
Text Example
Text Example
White with #BC80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80DB; }
p { color: rgb(188,128,219); }
H1.HeaderClassName
{
color: #BC80DB;
}
.AnyTagClassName
{
color: #BC80DB;
}
</style>
background-color css
<style>
a { background-color: #BC80DB; }
a { background-color: rgb(188,128,219); }
div.DivClassName
{
background-color: #BC80DB;
}
.BgClassName
{
background-color: #BC80DB;
}
</style>
border-color css
<style>
span { border-color: #BC80DB; }
span { border-color: rgb(188,128,219); }
td.TdClassName
{
border-color: #BC80DB;
}
.TagClassName
{
border-color: #BC80DB;
}
</style>