Shades of Wisteria #BC88E0
Tints of Wisteria #BC88E0
RGB
CMYK
RGB Variations
Color information
#BC88E0 (or 0xBC88E0) is known color: Wisteria. HEX triplet: BC, 88 and E0. RGB value is (188,136,224). Sum of RGB (Red+Green+Blue) = 188+136+224=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC88E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88E0 is #43771F. Grayscale: #A1A1A1. Windows color (decimal): -4421408 or 14715068. OLE color: 14715068.
HSL color Cylindrical-coordinate representation of color #BC88E0: hue angle of 275.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC88E0 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 136 | 224 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.12 |
| HSL | 275.45º | 0.59% | 0.71% | - |
| HSV(B) | 275.45º | 0.39% | 0.88% | - |
| XYZ | 43 | 33.68 | 74.76 | - |
| YUV | 161.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 224 | 0.16 | 0.39 | 0 | 0.12 | 275.45 | 0.59 | 0.71 |
| Hex | BC | 88 | E0 | 10 | 27 | 0 | C | 113 | 3B | 47 |
| Octal | 274 | 210 | 340 | 20 | 47 | 0 | 14 | 423 | 73 | 107 |
| Binary | 10111100 | 10001000 | 11100000 | 10000 | 100111 | 0 | 1100 | 100010011 | 111011 | 1000111 |
Color Harmonies of #BC88E0
Complementary color
Monochromatic Colors of #BC88E0
Black with #BC88E0
Text Example
Text Example
White with #BC88E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88E0; }
p { color: rgb(188,136,224); }
H1.HeaderClassName
{
color: #BC88E0;
}
.AnyTagClassName
{
color: #BC88E0;
}
</style>
background-color css
<style>
a { background-color: #BC88E0; }
a { background-color: rgb(188,136,224); }
div.DivClassName
{
background-color: #BC88E0;
}
.BgClassName
{
background-color: #BC88E0;
}
</style>
border-color css
<style>
span { border-color: #BC88E0; }
span { border-color: rgb(188,136,224); }
td.TdClassName
{
border-color: #BC88E0;
}
.TagClassName
{
border-color: #BC88E0;
}
</style>