Shades of Wisteria #BC89DF
Tints of Wisteria #BC89DF
RGB
CMYK
RGB Variations
Color information
#BC89DF (or 0xBC89DF) is known color: Wisteria. HEX triplet: BC, 89 and DF. RGB value is (188,137,223). Sum of RGB (Red+Green+Blue) = 188+137+223=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89DF is #437620. Grayscale: #A1A1A1. Windows color (decimal): -4421153 or 14649788. OLE color: 14649788.
HSL color Cylindrical-coordinate representation of color #BC89DF: hue angle of 275.58º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC89DF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 137 | 223 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.13 |
| HSL | 275.58º | 0.57% | 0.71% | - |
| HSV(B) | 275.58º | 0.39% | 0.87% | - |
| XYZ | 43 | 33.91 | 74.09 | - |
| YUV | 162.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 223 | 0.16 | 0.39 | 0 | 0.13 | 275.58 | 0.57 | 0.71 |
| Hex | BC | 89 | DF | 10 | 27 | 0 | D | 114 | 39 | 47 |
| Octal | 274 | 211 | 337 | 20 | 47 | 0 | 15 | 424 | 71 | 107 |
| Binary | 10111100 | 10001001 | 11011111 | 10000 | 100111 | 0 | 1101 | 100010100 | 111001 | 1000111 |
Color Harmonies of #BC89DF
Complementary color
Monochromatic Colors of #BC89DF
Black with #BC89DF
Text Example
Text Example
White with #BC89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89DF; }
p { color: rgb(188,137,223); }
H1.HeaderClassName
{
color: #BC89DF;
}
.AnyTagClassName
{
color: #BC89DF;
}
</style>
background-color css
<style>
a { background-color: #BC89DF; }
a { background-color: rgb(188,137,223); }
div.DivClassName
{
background-color: #BC89DF;
}
.BgClassName
{
background-color: #BC89DF;
}
</style>
border-color css
<style>
span { border-color: #BC89DF; }
span { border-color: rgb(188,137,223); }
td.TdClassName
{
border-color: #BC89DF;
}
.TagClassName
{
border-color: #BC89DF;
}
</style>