Shades of Wisteria #BC7BE1
Tints of Wisteria #BC7BE1
RGB
CMYK
RGB Variations
Color information
#BC7BE1 (or 0xBC7BE1) is known color: Wisteria. HEX triplet: BC, 7B and E1. RGB value is (188,123,225). Sum of RGB (Red+Green+Blue) = 188+123+225=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC7BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BE1 is #43841E. Grayscale: #999999. Windows color (decimal): -4424735 or 14777276. OLE color: 14777276.
HSL color Cylindrical-coordinate representation of color #BC7BE1: hue angle of 278.24º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7BE1 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 123 | 225 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.12 |
| HSL | 278.24º | 0.63% | 0.68% | - |
| HSV(B) | 278.24º | 0.45% | 0.88% | - |
| XYZ | 41.41 | 30.29 | 74.9 | - |
| YUV | 154.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 225 | 0.16 | 0.45 | 0 | 0.12 | 278.24 | 0.63 | 0.68 |
| Hex | BC | 7B | E1 | 10 | 2D | 0 | C | 116 | 3F | 44 |
| Octal | 274 | 173 | 341 | 20 | 55 | 0 | 14 | 426 | 77 | 104 |
| Binary | 10111100 | 1111011 | 11100001 | 10000 | 101101 | 0 | 1100 | 100010110 | 111111 | 1000100 |
Color Harmonies of #BC7BE1
Complementary color
Monochromatic Colors of #BC7BE1
Black with #BC7BE1
Text Example
Text Example
White with #BC7BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BE1; }
p { color: rgb(188,123,225); }
H1.HeaderClassName
{
color: #BC7BE1;
}
.AnyTagClassName
{
color: #BC7BE1;
}
</style>
background-color css
<style>
a { background-color: #BC7BE1; }
a { background-color: rgb(188,123,225); }
div.DivClassName
{
background-color: #BC7BE1;
}
.BgClassName
{
background-color: #BC7BE1;
}
</style>
border-color css
<style>
span { border-color: #BC7BE1; }
span { border-color: rgb(188,123,225); }
td.TdClassName
{
border-color: #BC7BE1;
}
.TagClassName
{
border-color: #BC7BE1;
}
</style>