Shades of Wisteria #BC7FED
Tints of Wisteria #BC7FED
RGB
CMYK
RGB Variations
Color information
#BC7FED (or 0xBC7FED) is known color: Wisteria. HEX triplet: BC, 7F and ED. RGB value is (188,127,237). Sum of RGB (Red+Green+Blue) = 188+127+237=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FED is #438012. Grayscale: #9D9D9D. Windows color (decimal): -4423699 or 15564732. OLE color: 15564732.
HSL color Cylindrical-coordinate representation of color #BC7FED: hue angle of 273.27º degrees, saturation: 0.75, 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 #BC7FED is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 127 | 237 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.07 |
| HSL | 273.27º | 0.75% | 0.71% | - |
| HSV(B) | 273.27º | 0.46% | 0.93% | - |
| XYZ | 43.61 | 31.98 | 84 | - |
| YUV | 157.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 237 | 0.21 | 0.46 | 0 | 0.07 | 273.27 | 0.75 | 0.71 |
| Hex | BC | 7F | ED | 15 | 2E | 0 | 7 | 111 | 4B | 47 |
| Octal | 274 | 177 | 355 | 25 | 56 | 0 | 7 | 421 | 113 | 107 |
| Binary | 10111100 | 1111111 | 11101101 | 10101 | 101110 | 0 | 111 | 100010001 | 1001011 | 1000111 |
Color Harmonies of #BC7FED
Complementary color
Monochromatic Colors of #BC7FED
Black with #BC7FED
Text Example
Text Example
White with #BC7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FED; }
p { color: rgb(188,127,237); }
H1.HeaderClassName
{
color: #BC7FED;
}
.AnyTagClassName
{
color: #BC7FED;
}
</style>
background-color css
<style>
a { background-color: #BC7FED; }
a { background-color: rgb(188,127,237); }
div.DivClassName
{
background-color: #BC7FED;
}
.BgClassName
{
background-color: #BC7FED;
}
</style>
border-color css
<style>
span { border-color: #BC7FED; }
span { border-color: rgb(188,127,237); }
td.TdClassName
{
border-color: #BC7FED;
}
.TagClassName
{
border-color: #BC7FED;
}
</style>