Shades of Wisteria #BC7FEC
Tints of Wisteria #BC7FEC
RGB
CMYK
RGB Variations
Color information
#BC7FEC (or 0xBC7FEC) is known color: Wisteria. HEX triplet: BC, 7F and EC. RGB value is (188,127,236). Sum of RGB (Red+Green+Blue) = 188+127+236=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FEC is #438013. Grayscale: #9D9D9D. Windows color (decimal): -4423700 or 15499196. OLE color: 15499196.
HSL color Cylindrical-coordinate representation of color #BC7FEC: hue angle of 273.58º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7FEC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 127 | 236 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.07 |
| HSL | 273.58º | 0.74% | 0.71% | - |
| HSV(B) | 273.58º | 0.46% | 0.93% | - |
| XYZ | 43.47 | 31.93 | 83.23 | - |
| YUV | 157.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 236 | 0.20 | 0.46 | 0 | 0.07 | 273.58 | 0.74 | 0.71 |
| Hex | BC | 7F | EC | 14 | 2E | 0 | 7 | 112 | 4A | 47 |
| Octal | 274 | 177 | 354 | 24 | 56 | 0 | 7 | 422 | 112 | 107 |
| Binary | 10111100 | 1111111 | 11101100 | 10100 | 101110 | 0 | 111 | 100010010 | 1001010 | 1000111 |
Color Harmonies of #BC7FEC
Complementary color
Monochromatic Colors of #BC7FEC
Black with #BC7FEC
Text Example
Text Example
White with #BC7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FEC; }
p { color: rgb(188,127,236); }
H1.HeaderClassName
{
color: #BC7FEC;
}
.AnyTagClassName
{
color: #BC7FEC;
}
</style>
background-color css
<style>
a { background-color: #BC7FEC; }
a { background-color: rgb(188,127,236); }
div.DivClassName
{
background-color: #BC7FEC;
}
.BgClassName
{
background-color: #BC7FEC;
}
</style>
border-color css
<style>
span { border-color: #BC7FEC; }
span { border-color: rgb(188,127,236); }
td.TdClassName
{
border-color: #BC7FEC;
}
.TagClassName
{
border-color: #BC7FEC;
}
</style>