Shades of Wisteria #BC7FE9
Tints of Wisteria #BC7FE9
RGB
CMYK
RGB Variations
Color information
#BC7FE9 (or 0xBC7FE9) is known color: Wisteria. HEX triplet: BC, 7F and E9. RGB value is (188,127,233). Sum of RGB (Red+Green+Blue) = 188+127+233=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FE9 is #438016. Grayscale: #9C9C9C. Windows color (decimal): -4423703 or 15302588. OLE color: 15302588.
HSL color Cylindrical-coordinate representation of color #BC7FE9: hue angle of 274.53º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7FE9 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 127 | 233 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.09 |
| HSL | 274.53º | 0.71% | 0.71% | - |
| HSV(B) | 274.53º | 0.45% | 0.91% | - |
| XYZ | 43.04 | 31.75 | 80.95 | - |
| YUV | 157.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 233 | 0.19 | 0.45 | 0 | 0.09 | 274.53 | 0.71 | 0.71 |
| Hex | BC | 7F | E9 | 13 | 2D | 0 | 9 | 113 | 47 | 47 |
| Octal | 274 | 177 | 351 | 23 | 55 | 0 | 11 | 423 | 107 | 107 |
| Binary | 10111100 | 1111111 | 11101001 | 10011 | 101101 | 0 | 1001 | 100010011 | 1000111 | 1000111 |
Color Harmonies of #BC7FE9
Complementary color
Monochromatic Colors of #BC7FE9
Black with #BC7FE9
Text Example
Text Example
White with #BC7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FE9; }
p { color: rgb(188,127,233); }
H1.HeaderClassName
{
color: #BC7FE9;
}
.AnyTagClassName
{
color: #BC7FE9;
}
</style>
background-color css
<style>
a { background-color: #BC7FE9; }
a { background-color: rgb(188,127,233); }
div.DivClassName
{
background-color: #BC7FE9;
}
.BgClassName
{
background-color: #BC7FE9;
}
</style>
border-color css
<style>
span { border-color: #BC7FE9; }
span { border-color: rgb(188,127,233); }
td.TdClassName
{
border-color: #BC7FE9;
}
.TagClassName
{
border-color: #BC7FE9;
}
</style>