Shades of Wisteria #BC7FE2
Tints of Wisteria #BC7FE2
RGB
CMYK
RGB Variations
Color information
#BC7FE2 (or 0xBC7FE2) is known color: Wisteria. HEX triplet: BC, 7F and E2. RGB value is (188,127,226). Sum of RGB (Red+Green+Blue) = 188+127+226=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC7FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FE2 is #43801D. Grayscale: #9C9C9C. Windows color (decimal): -4423710 or 14843836. OLE color: 14843836.
HSL color Cylindrical-coordinate representation of color #BC7FE2: hue angle of 276.97º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7FE2 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 127 | 226 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.11 |
| HSL | 276.97º | 0.63% | 0.69% | - |
| HSV(B) | 276.97º | 0.44% | 0.89% | - |
| XYZ | 42.06 | 31.36 | 75.79 | - |
| YUV | 156.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 226 | 0.17 | 0.44 | 0 | 0.11 | 276.97 | 0.63 | 0.69 |
| Hex | BC | 7F | E2 | 11 | 2C | 0 | B | 115 | 3F | 45 |
| Octal | 274 | 177 | 342 | 21 | 54 | 0 | 13 | 425 | 77 | 105 |
| Binary | 10111100 | 1111111 | 11100010 | 10001 | 101100 | 0 | 1011 | 100010101 | 111111 | 1000101 |
Color Harmonies of #BC7FE2
Complementary color
Monochromatic Colors of #BC7FE2
Black with #BC7FE2
Text Example
Text Example
White with #BC7FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FE2; }
p { color: rgb(188,127,226); }
H1.HeaderClassName
{
color: #BC7FE2;
}
.AnyTagClassName
{
color: #BC7FE2;
}
</style>
background-color css
<style>
a { background-color: #BC7FE2; }
a { background-color: rgb(188,127,226); }
div.DivClassName
{
background-color: #BC7FE2;
}
.BgClassName
{
background-color: #BC7FE2;
}
</style>
border-color css
<style>
span { border-color: #BC7FE2; }
span { border-color: rgb(188,127,226); }
td.TdClassName
{
border-color: #BC7FE2;
}
.TagClassName
{
border-color: #BC7FE2;
}
</style>