Shades of Wisteria #BC7CE6
Tints of Wisteria #BC7CE6
RGB
CMYK
RGB Variations
Color information
#BC7CE6 (or 0xBC7CE6) is known color: Wisteria. HEX triplet: BC, 7C and E6. RGB value is (188,124,230). Sum of RGB (Red+Green+Blue) = 188+124+230=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CE6 is #438319. Grayscale: #9A9A9A. Windows color (decimal): -4424474 or 15105212. OLE color: 15105212.
HSL color Cylindrical-coordinate representation of color #BC7CE6: hue angle of 276.23º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7CE6 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 124 | 230 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.10 |
| HSL | 276.23º | 0.68% | 0.69% | - |
| HSV(B) | 276.23º | 0.46% | 0.9% | - |
| XYZ | 42.23 | 30.82 | 78.59 | - |
| YUV | 155.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 230 | 0.18 | 0.46 | 0 | 0.10 | 276.23 | 0.68 | 0.69 |
| Hex | BC | 7C | E6 | 12 | 2E | 0 | A | 114 | 44 | 45 |
| Octal | 274 | 174 | 346 | 22 | 56 | 0 | 12 | 424 | 104 | 105 |
| Binary | 10111100 | 1111100 | 11100110 | 10010 | 101110 | 0 | 1010 | 100010100 | 1000100 | 1000101 |
Color Harmonies of #BC7CE6
Complementary color
Monochromatic Colors of #BC7CE6
Black with #BC7CE6
Text Example
Text Example
White with #BC7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CE6; }
p { color: rgb(188,124,230); }
H1.HeaderClassName
{
color: #BC7CE6;
}
.AnyTagClassName
{
color: #BC7CE6;
}
</style>
background-color css
<style>
a { background-color: #BC7CE6; }
a { background-color: rgb(188,124,230); }
div.DivClassName
{
background-color: #BC7CE6;
}
.BgClassName
{
background-color: #BC7CE6;
}
</style>
border-color css
<style>
span { border-color: #BC7CE6; }
span { border-color: rgb(188,124,230); }
td.TdClassName
{
border-color: #BC7CE6;
}
.TagClassName
{
border-color: #BC7CE6;
}
</style>