Shades of Wisteria #BC7BE0
Tints of Wisteria #BC7BE0
RGB
CMYK
RGB Variations
Color information
#BC7BE0 (or 0xBC7BE0) is known color: Wisteria. HEX triplet: BC, 7B and E0. RGB value is (188,123,224). Sum of RGB (Red+Green+Blue) = 188+123+224=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BE0 is #43841F. Grayscale: #999999. Windows color (decimal): -4424736 or 14711740. OLE color: 14711740.
HSL color Cylindrical-coordinate representation of color #BC7BE0: hue angle of 278.61º 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 #BC7BE0 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 123 | 224 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.12 |
| HSL | 278.61º | 0.62% | 0.68% | - |
| HSV(B) | 278.61º | 0.45% | 0.88% | - |
| XYZ | 41.28 | 30.24 | 74.18 | - |
| YUV | 153.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 224 | 0.16 | 0.45 | 0 | 0.12 | 278.61 | 0.62 | 0.68 |
| Hex | BC | 7B | E0 | 10 | 2D | 0 | C | 117 | 3E | 44 |
| Octal | 274 | 173 | 340 | 20 | 55 | 0 | 14 | 427 | 76 | 104 |
| Binary | 10111100 | 1111011 | 11100000 | 10000 | 101101 | 0 | 1100 | 100010111 | 111110 | 1000100 |
Color Harmonies of #BC7BE0
Complementary color
Monochromatic Colors of #BC7BE0
Black with #BC7BE0
Text Example
Text Example
White with #BC7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BE0; }
p { color: rgb(188,123,224); }
H1.HeaderClassName
{
color: #BC7BE0;
}
.AnyTagClassName
{
color: #BC7BE0;
}
</style>
background-color css
<style>
a { background-color: #BC7BE0; }
a { background-color: rgb(188,123,224); }
div.DivClassName
{
background-color: #BC7BE0;
}
.BgClassName
{
background-color: #BC7BE0;
}
</style>
border-color css
<style>
span { border-color: #BC7BE0; }
span { border-color: rgb(188,123,224); }
td.TdClassName
{
border-color: #BC7BE0;
}
.TagClassName
{
border-color: #BC7BE0;
}
</style>