Shades of Wisteria #BC89D8
Tints of Wisteria #BC89D8
RGB
CMYK
RGB Variations
Color information
#BC89D8 (or 0xBC89D8) is known color: Wisteria. HEX triplet: BC, 89 and D8. RGB value is (188,137,216). Sum of RGB (Red+Green+Blue) = 188+137+216=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89D8 is #437627. Grayscale: #A0A0A0. Windows color (decimal): -4421160 or 14191036. OLE color: 14191036.
HSL color Cylindrical-coordinate representation of color #BC89D8: hue angle of 278.73º degrees, saturation: 0.5, 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 #BC89D8 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 137 | 216 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.15 |
| HSL | 278.73º | 0.5% | 0.69% | - |
| HSV(B) | 278.73º | 0.37% | 0.85% | - |
| XYZ | 42.08 | 33.54 | 69.22 | - |
| YUV | 161.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 216 | 0.13 | 0.37 | 0 | 0.15 | 278.73 | 0.5 | 0.69 |
| Hex | BC | 89 | D8 | D | 25 | 0 | F | 117 | 32 | 45 |
| Octal | 274 | 211 | 330 | 15 | 45 | 0 | 17 | 427 | 62 | 105 |
| Binary | 10111100 | 10001001 | 11011000 | 1101 | 100101 | 0 | 1111 | 100010111 | 110010 | 1000101 |
Color Harmonies of #BC89D8
Complementary color
Monochromatic Colors of #BC89D8
Black with #BC89D8
Text Example
Text Example
White with #BC89D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89D8; }
p { color: rgb(188,137,216); }
H1.HeaderClassName
{
color: #BC89D8;
}
.AnyTagClassName
{
color: #BC89D8;
}
</style>
background-color css
<style>
a { background-color: #BC89D8; }
a { background-color: rgb(188,137,216); }
div.DivClassName
{
background-color: #BC89D8;
}
.BgClassName
{
background-color: #BC89D8;
}
</style>
border-color css
<style>
span { border-color: #BC89D8; }
span { border-color: rgb(188,137,216); }
td.TdClassName
{
border-color: #BC89D8;
}
.TagClassName
{
border-color: #BC89D8;
}
</style>