Shades of Wisteria #BC7FE1
Tints of Wisteria #BC7FE1
RGB
CMYK
RGB Variations
Color information
#BC7FE1 (or 0xBC7FE1) is known color: Wisteria. HEX triplet: BC, 7F and E1. RGB value is (188,127,225). Sum of RGB (Red+Green+Blue) = 188+127+225=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FE1 is #43801E. Grayscale: #9C9C9C. Windows color (decimal): -4423711 or 14778300. OLE color: 14778300.
HSL color Cylindrical-coordinate representation of color #BC7FE1: hue angle of 277.35º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7FE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 127 | 225 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.12 |
| HSL | 277.35º | 0.62% | 0.69% | - |
| HSV(B) | 277.35º | 0.44% | 0.88% | - |
| XYZ | 41.92 | 31.31 | 75.07 | - |
| YUV | 156.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 225 | 0.16 | 0.44 | 0 | 0.12 | 277.35 | 0.62 | 0.69 |
| Hex | BC | 7F | E1 | 10 | 2C | 0 | C | 115 | 3E | 45 |
| Octal | 274 | 177 | 341 | 20 | 54 | 0 | 14 | 425 | 76 | 105 |
| Binary | 10111100 | 1111111 | 11100001 | 10000 | 101100 | 0 | 1100 | 100010101 | 111110 | 1000101 |
Color Harmonies of #BC7FE1
Complementary color
Monochromatic Colors of #BC7FE1
Black with #BC7FE1
Text Example
Text Example
White with #BC7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FE1; }
p { color: rgb(188,127,225); }
H1.HeaderClassName
{
color: #BC7FE1;
}
.AnyTagClassName
{
color: #BC7FE1;
}
</style>
background-color css
<style>
a { background-color: #BC7FE1; }
a { background-color: rgb(188,127,225); }
div.DivClassName
{
background-color: #BC7FE1;
}
.BgClassName
{
background-color: #BC7FE1;
}
</style>
border-color css
<style>
span { border-color: #BC7FE1; }
span { border-color: rgb(188,127,225); }
td.TdClassName
{
border-color: #BC7FE1;
}
.TagClassName
{
border-color: #BC7FE1;
}
</style>