Shades of Wisteria #BC89E5
Tints of Wisteria #BC89E5
RGB
CMYK
RGB Variations
Color information
#BC89E5 (or 0xBC89E5) is known color: Wisteria. HEX triplet: BC, 89 and E5. RGB value is (188,137,229). Sum of RGB (Red+Green+Blue) = 188+137+229=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC89E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89E5 is #43761A. Grayscale: #A2A2A2. Windows color (decimal): -4421147 or 15043004. OLE color: 15043004.
HSL color Cylindrical-coordinate representation of color #BC89E5: hue angle of 273.26º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC89E5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 137 | 229 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.10 |
| HSL | 273.26º | 0.64% | 0.72% | - |
| HSV(B) | 273.26º | 0.4% | 0.9% | - |
| XYZ | 43.83 | 34.24 | 78.43 | - |
| YUV | 162.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 229 | 0.18 | 0.40 | 0 | 0.10 | 273.26 | 0.64 | 0.72 |
| Hex | BC | 89 | E5 | 12 | 28 | 0 | A | 111 | 40 | 48 |
| Octal | 274 | 211 | 345 | 22 | 50 | 0 | 12 | 421 | 100 | 110 |
| Binary | 10111100 | 10001001 | 11100101 | 10010 | 101000 | 0 | 1010 | 100010001 | 1000000 | 1001000 |
Color Harmonies of #BC89E5
Complementary color
Monochromatic Colors of #BC89E5
Black with #BC89E5
Text Example
Text Example
White with #BC89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89E5; }
p { color: rgb(188,137,229); }
H1.HeaderClassName
{
color: #BC89E5;
}
.AnyTagClassName
{
color: #BC89E5;
}
</style>
background-color css
<style>
a { background-color: #BC89E5; }
a { background-color: rgb(188,137,229); }
div.DivClassName
{
background-color: #BC89E5;
}
.BgClassName
{
background-color: #BC89E5;
}
</style>
border-color css
<style>
span { border-color: #BC89E5; }
span { border-color: rgb(188,137,229); }
td.TdClassName
{
border-color: #BC89E5;
}
.TagClassName
{
border-color: #BC89E5;
}
</style>