Shades of Wisteria #BC89D9
Tints of Wisteria #BC89D9
RGB
CMYK
RGB Variations
Color information
#BC89D9 (or 0xBC89D9) is known color: Wisteria. HEX triplet: BC, 89 and D9. RGB value is (188,137,217). Sum of RGB (Red+Green+Blue) = 188+137+217=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89D9 is #437626. Grayscale: #A1A1A1. Windows color (decimal): -4421159 or 14256572. OLE color: 14256572.
HSL color Cylindrical-coordinate representation of color #BC89D9: hue angle of 278.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC89D9 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 137 | 217 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.15 |
| HSL | 278.25º | 0.51% | 0.69% | - |
| HSV(B) | 278.25º | 0.37% | 0.85% | - |
| XYZ | 42.21 | 33.59 | 69.9 | - |
| YUV | 161.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 217 | 0.13 | 0.37 | 0 | 0.15 | 278.25 | 0.51 | 0.69 |
| Hex | BC | 89 | D9 | D | 25 | 0 | F | 116 | 33 | 45 |
| Octal | 274 | 211 | 331 | 15 | 45 | 0 | 17 | 426 | 63 | 105 |
| Binary | 10111100 | 10001001 | 11011001 | 1101 | 100101 | 0 | 1111 | 100010110 | 110011 | 1000101 |
Color Harmonies of #BC89D9
Complementary color
Monochromatic Colors of #BC89D9
Black with #BC89D9
Text Example
Text Example
White with #BC89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89D9; }
p { color: rgb(188,137,217); }
H1.HeaderClassName
{
color: #BC89D9;
}
.AnyTagClassName
{
color: #BC89D9;
}
</style>
background-color css
<style>
a { background-color: #BC89D9; }
a { background-color: rgb(188,137,217); }
div.DivClassName
{
background-color: #BC89D9;
}
.BgClassName
{
background-color: #BC89D9;
}
</style>
border-color css
<style>
span { border-color: #BC89D9; }
span { border-color: rgb(188,137,217); }
td.TdClassName
{
border-color: #BC89D9;
}
.TagClassName
{
border-color: #BC89D9;
}
</style>