Shades of Wisteria #BC89ED
Tints of Wisteria #BC89ED
RGB
CMYK
RGB Variations
Color information
#BC89ED (or 0xBC89ED) is known color: Wisteria. HEX triplet: BC, 89 and ED. RGB value is (188,137,237). Sum of RGB (Red+Green+Blue) = 188+137+237=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89ED is #437612. Grayscale: #A3A3A3. Windows color (decimal): -4421139 or 15567292. OLE color: 15567292.
HSL color Cylindrical-coordinate representation of color #BC89ED: hue angle of 270.6º degrees, saturation: 0.74, 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 #BC89ED is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 137 | 237 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 270.6º | 0.74% | 0.73% | - |
| HSV(B) | 270.6º | 0.42% | 0.93% | - |
| XYZ | 44.97 | 34.7 | 84.45 | - |
| YUV | 163.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 237 | 0.21 | 0.42 | 0 | 0.07 | 270.6 | 0.74 | 0.73 |
| Hex | BC | 89 | ED | 15 | 2A | 0 | 7 | 10F | 4A | 49 |
| Octal | 274 | 211 | 355 | 25 | 52 | 0 | 7 | 417 | 112 | 111 |
| Binary | 10111100 | 10001001 | 11101101 | 10101 | 101010 | 0 | 111 | 100001111 | 1001010 | 1001001 |
Color Harmonies of #BC89ED
Complementary color
Monochromatic Colors of #BC89ED
Black with #BC89ED
Text Example
Text Example
White with #BC89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89ED; }
p { color: rgb(188,137,237); }
H1.HeaderClassName
{
color: #BC89ED;
}
.AnyTagClassName
{
color: #BC89ED;
}
</style>
background-color css
<style>
a { background-color: #BC89ED; }
a { background-color: rgb(188,137,237); }
div.DivClassName
{
background-color: #BC89ED;
}
.BgClassName
{
background-color: #BC89ED;
}
</style>
border-color css
<style>
span { border-color: #BC89ED; }
span { border-color: rgb(188,137,237); }
td.TdClassName
{
border-color: #BC89ED;
}
.TagClassName
{
border-color: #BC89ED;
}
</style>