Shades of Wisteria #BC7EE7
Tints of Wisteria #BC7EE7
RGB
CMYK
RGB Variations
Color information
#BC7EE7 (or 0xBC7EE7) is known color: Wisteria. HEX triplet: BC, 7E and E7. RGB value is (188,126,231). Sum of RGB (Red+Green+Blue) = 188+126+231=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC7EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EE7 is #438118. Grayscale: #9C9C9C. Windows color (decimal): -4423961 or 15171260. OLE color: 15171260.
HSL color Cylindrical-coordinate representation of color #BC7EE7: hue angle of 275.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7EE7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 126 | 231 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.09 |
| HSL | 275.43º | 0.69% | 0.7% | - |
| HSV(B) | 275.43º | 0.45% | 0.91% | - |
| XYZ | 42.62 | 31.38 | 79.41 | - |
| YUV | 156.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 231 | 0.19 | 0.45 | 0 | 0.09 | 275.43 | 0.69 | 0.7 |
| Hex | BC | 7E | E7 | 13 | 2D | 0 | 9 | 113 | 45 | 46 |
| Octal | 274 | 176 | 347 | 23 | 55 | 0 | 11 | 423 | 105 | 106 |
| Binary | 10111100 | 1111110 | 11100111 | 10011 | 101101 | 0 | 1001 | 100010011 | 1000101 | 1000110 |
Color Harmonies of #BC7EE7
Complementary color
Monochromatic Colors of #BC7EE7
Black with #BC7EE7
Text Example
Text Example
White with #BC7EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EE7; }
p { color: rgb(188,126,231); }
H1.HeaderClassName
{
color: #BC7EE7;
}
.AnyTagClassName
{
color: #BC7EE7;
}
</style>
background-color css
<style>
a { background-color: #BC7EE7; }
a { background-color: rgb(188,126,231); }
div.DivClassName
{
background-color: #BC7EE7;
}
.BgClassName
{
background-color: #BC7EE7;
}
</style>
border-color css
<style>
span { border-color: #BC7EE7; }
span { border-color: rgb(188,126,231); }
td.TdClassName
{
border-color: #BC7EE7;
}
.TagClassName
{
border-color: #BC7EE7;
}
</style>