Shades of Wisteria #BC7DE1
Tints of Wisteria #BC7DE1
RGB
CMYK
RGB Variations
Color information
#BC7DE1 (or 0xBC7DE1) is known color: Wisteria. HEX triplet: BC, 7D and E1. RGB value is (188,125,225). Sum of RGB (Red+Green+Blue) = 188+125+225=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DE1 is #43821E. Grayscale: #9A9A9A. Windows color (decimal): -4424223 or 14777788. OLE color: 14777788.
HSL color Cylindrical-coordinate representation of color #BC7DE1: hue angle of 277.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7DE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 125 | 225 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.12 |
| HSL | 277.8º | 0.63% | 0.69% | - |
| HSV(B) | 277.8º | 0.44% | 0.88% | - |
| XYZ | 41.66 | 30.79 | 74.98 | - |
| YUV | 155.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 225 | 0.16 | 0.44 | 0 | 0.12 | 277.8 | 0.63 | 0.69 |
| Hex | BC | 7D | E1 | 10 | 2C | 0 | C | 116 | 3E | 45 |
| Octal | 274 | 175 | 341 | 20 | 54 | 0 | 14 | 426 | 76 | 105 |
| Binary | 10111100 | 1111101 | 11100001 | 10000 | 101100 | 0 | 1100 | 100010110 | 111110 | 1000101 |
Color Harmonies of #BC7DE1
Complementary color
Monochromatic Colors of #BC7DE1
Black with #BC7DE1
Text Example
Text Example
White with #BC7DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DE1; }
p { color: rgb(188,125,225); }
H1.HeaderClassName
{
color: #BC7DE1;
}
.AnyTagClassName
{
color: #BC7DE1;
}
</style>
background-color css
<style>
a { background-color: #BC7DE1; }
a { background-color: rgb(188,125,225); }
div.DivClassName
{
background-color: #BC7DE1;
}
.BgClassName
{
background-color: #BC7DE1;
}
</style>
border-color css
<style>
span { border-color: #BC7DE1; }
span { border-color: rgb(188,125,225); }
td.TdClassName
{
border-color: #BC7DE1;
}
.TagClassName
{
border-color: #BC7DE1;
}
</style>