Shades of Wisteria #BC88EC
Tints of Wisteria #BC88EC
RGB
CMYK
RGB Variations
Color information
#BC88EC (or 0xBC88EC) is known color: Wisteria. HEX triplet: BC, 88 and EC. RGB value is (188,136,236). Sum of RGB (Red+Green+Blue) = 188+136+236=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88EC is #437713. Grayscale: #A2A2A2. Windows color (decimal): -4421396 or 15501500. OLE color: 15501500.
HSL color Cylindrical-coordinate representation of color #BC88EC: hue angle of 271.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC88EC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 136 | 236 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.07 |
| HSL | 271.2º | 0.72% | 0.73% | - |
| HSV(B) | 271.2º | 0.42% | 0.93% | - |
| XYZ | 44.68 | 34.36 | 83.63 | - |
| YUV | 162.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 236 | 0.20 | 0.42 | 0 | 0.07 | 271.2 | 0.72 | 0.73 |
| Hex | BC | 88 | EC | 14 | 2A | 0 | 7 | 10F | 48 | 49 |
| Octal | 274 | 210 | 354 | 24 | 52 | 0 | 7 | 417 | 110 | 111 |
| Binary | 10111100 | 10001000 | 11101100 | 10100 | 101010 | 0 | 111 | 100001111 | 1001000 | 1001001 |
Color Harmonies of #BC88EC
Complementary color
Monochromatic Colors of #BC88EC
Black with #BC88EC
Text Example
Text Example
White with #BC88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88EC; }
p { color: rgb(188,136,236); }
H1.HeaderClassName
{
color: #BC88EC;
}
.AnyTagClassName
{
color: #BC88EC;
}
</style>
background-color css
<style>
a { background-color: #BC88EC; }
a { background-color: rgb(188,136,236); }
div.DivClassName
{
background-color: #BC88EC;
}
.BgClassName
{
background-color: #BC88EC;
}
</style>
border-color css
<style>
span { border-color: #BC88EC; }
span { border-color: rgb(188,136,236); }
td.TdClassName
{
border-color: #BC88EC;
}
.TagClassName
{
border-color: #BC88EC;
}
</style>