Shades of Wisteria #BC7FE8
Tints of Wisteria #BC7FE8
RGB
CMYK
RGB Variations
Color information
#BC7FE8 (or 0xBC7FE8) is known color: Wisteria. HEX triplet: BC, 7F and E8. RGB value is (188,127,232). Sum of RGB (Red+Green+Blue) = 188+127+232=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC7FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FE8 is #438017. Grayscale: #9C9C9C. Windows color (decimal): -4423704 or 15237052. OLE color: 15237052.
HSL color Cylindrical-coordinate representation of color #BC7FE8: hue angle of 274.86º degrees, saturation: 0.7, 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 #BC7FE8 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 127 | 232 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.09 |
| HSL | 274.86º | 0.7% | 0.7% | - |
| HSV(B) | 274.86º | 0.45% | 0.91% | - |
| XYZ | 42.89 | 31.7 | 80.2 | - |
| YUV | 157.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 232 | 0.19 | 0.45 | 0 | 0.09 | 274.86 | 0.7 | 0.7 |
| Hex | BC | 7F | E8 | 13 | 2D | 0 | 9 | 113 | 46 | 46 |
| Octal | 274 | 177 | 350 | 23 | 55 | 0 | 11 | 423 | 106 | 106 |
| Binary | 10111100 | 1111111 | 11101000 | 10011 | 101101 | 0 | 1001 | 100010011 | 1000110 | 1000110 |
Color Harmonies of #BC7FE8
Complementary color
Monochromatic Colors of #BC7FE8
Black with #BC7FE8
Text Example
Text Example
White with #BC7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FE8; }
p { color: rgb(188,127,232); }
H1.HeaderClassName
{
color: #BC7FE8;
}
.AnyTagClassName
{
color: #BC7FE8;
}
</style>
background-color css
<style>
a { background-color: #BC7FE8; }
a { background-color: rgb(188,127,232); }
div.DivClassName
{
background-color: #BC7FE8;
}
.BgClassName
{
background-color: #BC7FE8;
}
</style>
border-color css
<style>
span { border-color: #BC7FE8; }
span { border-color: rgb(188,127,232); }
td.TdClassName
{
border-color: #BC7FE8;
}
.TagClassName
{
border-color: #BC7FE8;
}
</style>