Shades of Wisteria #BC88DB
Tints of Wisteria #BC88DB
RGB
CMYK
RGB Variations
Color information
#BC88DB (or 0xBC88DB) is known color: Wisteria. HEX triplet: BC, 88 and DB. RGB value is (188,136,219). Sum of RGB (Red+Green+Blue) = 188+136+219=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88DB is #437724. Grayscale: #A0A0A0. Windows color (decimal): -4421413 or 14387388. OLE color: 14387388.
HSL color Cylindrical-coordinate representation of color #BC88DB: hue angle of 277.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC88DB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 136 | 219 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.14 |
| HSL | 277.59º | 0.54% | 0.7% | - |
| HSV(B) | 277.59º | 0.38% | 0.86% | - |
| XYZ | 42.33 | 33.41 | 71.24 | - |
| YUV | 161.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 219 | 0.14 | 0.38 | 0 | 0.14 | 277.59 | 0.54 | 0.7 |
| Hex | BC | 88 | DB | E | 26 | 0 | E | 116 | 36 | 46 |
| Octal | 274 | 210 | 333 | 16 | 46 | 0 | 16 | 426 | 66 | 106 |
| Binary | 10111100 | 10001000 | 11011011 | 1110 | 100110 | 0 | 1110 | 100010110 | 110110 | 1000110 |
Color Harmonies of #BC88DB
Complementary color
Monochromatic Colors of #BC88DB
Black with #BC88DB
Text Example
Text Example
White with #BC88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88DB; }
p { color: rgb(188,136,219); }
H1.HeaderClassName
{
color: #BC88DB;
}
.AnyTagClassName
{
color: #BC88DB;
}
</style>
background-color css
<style>
a { background-color: #BC88DB; }
a { background-color: rgb(188,136,219); }
div.DivClassName
{
background-color: #BC88DB;
}
.BgClassName
{
background-color: #BC88DB;
}
</style>
border-color css
<style>
span { border-color: #BC88DB; }
span { border-color: rgb(188,136,219); }
td.TdClassName
{
border-color: #BC88DB;
}
.TagClassName
{
border-color: #BC88DB;
}
</style>