Shades of Wisteria #BC7CE0
Tints of Wisteria #BC7CE0
RGB
CMYK
RGB Variations
Color information
#BC7CE0 (or 0xBC7CE0) is known color: Wisteria. HEX triplet: BC, 7C and E0. RGB value is (188,124,224). Sum of RGB (Red+Green+Blue) = 188+124+224=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CE0 is #43831F. Grayscale: #9A9A9A. Windows color (decimal): -4424480 or 14711996. OLE color: 14711996.
HSL color Cylindrical-coordinate representation of color #BC7CE0: hue angle of 278.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7CE0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 124 | 224 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.12 |
| HSL | 278.4º | 0.62% | 0.68% | - |
| HSV(B) | 278.4º | 0.45% | 0.88% | - |
| XYZ | 41.4 | 30.49 | 74.22 | - |
| YUV | 154.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 224 | 0.16 | 0.45 | 0 | 0.12 | 278.4 | 0.62 | 0.68 |
| Hex | BC | 7C | E0 | 10 | 2D | 0 | C | 116 | 3E | 44 |
| Octal | 274 | 174 | 340 | 20 | 55 | 0 | 14 | 426 | 76 | 104 |
| Binary | 10111100 | 1111100 | 11100000 | 10000 | 101101 | 0 | 1100 | 100010110 | 111110 | 1000100 |
Color Harmonies of #BC7CE0
Complementary color
Monochromatic Colors of #BC7CE0
Black with #BC7CE0
Text Example
Text Example
White with #BC7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CE0; }
p { color: rgb(188,124,224); }
H1.HeaderClassName
{
color: #BC7CE0;
}
.AnyTagClassName
{
color: #BC7CE0;
}
</style>
background-color css
<style>
a { background-color: #BC7CE0; }
a { background-color: rgb(188,124,224); }
div.DivClassName
{
background-color: #BC7CE0;
}
.BgClassName
{
background-color: #BC7CE0;
}
</style>
border-color css
<style>
span { border-color: #BC7CE0; }
span { border-color: rgb(188,124,224); }
td.TdClassName
{
border-color: #BC7CE0;
}
.TagClassName
{
border-color: #BC7CE0;
}
</style>