Shades of Wisteria #BC7FE0
Tints of Wisteria #BC7FE0
RGB
CMYK
RGB Variations
Color information
#BC7FE0 (or 0xBC7FE0) is known color: Wisteria. HEX triplet: BC, 7F and E0. RGB value is (188,127,224). Sum of RGB (Red+Green+Blue) = 188+127+224=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC7FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FE0 is #43801F. Grayscale: #9B9B9B. Windows color (decimal): -4423712 or 14712764. OLE color: 14712764.
HSL color Cylindrical-coordinate representation of color #BC7FE0: hue angle of 277.73º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7FE0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 127 | 224 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.12 |
| HSL | 277.73º | 0.61% | 0.69% | - |
| HSV(B) | 277.73º | 0.43% | 0.88% | - |
| XYZ | 41.78 | 31.25 | 74.35 | - |
| YUV | 156.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 224 | 0.16 | 0.43 | 0 | 0.12 | 277.73 | 0.61 | 0.69 |
| Hex | BC | 7F | E0 | 10 | 2B | 0 | C | 116 | 3D | 45 |
| Octal | 274 | 177 | 340 | 20 | 53 | 0 | 14 | 426 | 75 | 105 |
| Binary | 10111100 | 1111111 | 11100000 | 10000 | 101011 | 0 | 1100 | 100010110 | 111101 | 1000101 |
Color Harmonies of #BC7FE0
Complementary color
Monochromatic Colors of #BC7FE0
Black with #BC7FE0
Text Example
Text Example
White with #BC7FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FE0; }
p { color: rgb(188,127,224); }
H1.HeaderClassName
{
color: #BC7FE0;
}
.AnyTagClassName
{
color: #BC7FE0;
}
</style>
background-color css
<style>
a { background-color: #BC7FE0; }
a { background-color: rgb(188,127,224); }
div.DivClassName
{
background-color: #BC7FE0;
}
.BgClassName
{
background-color: #BC7FE0;
}
</style>
border-color css
<style>
span { border-color: #BC7FE0; }
span { border-color: rgb(188,127,224); }
td.TdClassName
{
border-color: #BC7FE0;
}
.TagClassName
{
border-color: #BC7FE0;
}
</style>