Shades of Wisteria #BC8EE0
Tints of Wisteria #BC8EE0
RGB
CMYK
RGB Variations
Color information
#BC8EE0 (or 0xBC8EE0) is known color: Wisteria. HEX triplet: BC, 8E and E0. RGB value is (188,142,224). Sum of RGB (Red+Green+Blue) = 188+142+224=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EE0 is #43711F. Grayscale: #A4A4A4. Windows color (decimal): -4419872 or 14716604. OLE color: 14716604.
HSL color Cylindrical-coordinate representation of color #BC8EE0: hue angle of 273.66º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8EE0 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 142 | 224 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.12 |
| HSL | 273.66º | 0.57% | 0.72% | - |
| HSV(B) | 273.66º | 0.37% | 0.88% | - |
| XYZ | 43.87 | 35.42 | 75.05 | - |
| YUV | 165.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 224 | 0.16 | 0.37 | 0 | 0.12 | 273.66 | 0.57 | 0.72 |
| Hex | BC | 8E | E0 | 10 | 25 | 0 | C | 112 | 39 | 48 |
| Octal | 274 | 216 | 340 | 20 | 45 | 0 | 14 | 422 | 71 | 110 |
| Binary | 10111100 | 10001110 | 11100000 | 10000 | 100101 | 0 | 1100 | 100010010 | 111001 | 1001000 |
Color Harmonies of #BC8EE0
Complementary color
Monochromatic Colors of #BC8EE0
Black with #BC8EE0
Text Example
Text Example
White with #BC8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EE0; }
p { color: rgb(188,142,224); }
H1.HeaderClassName
{
color: #BC8EE0;
}
.AnyTagClassName
{
color: #BC8EE0;
}
</style>
background-color css
<style>
a { background-color: #BC8EE0; }
a { background-color: rgb(188,142,224); }
div.DivClassName
{
background-color: #BC8EE0;
}
.BgClassName
{
background-color: #BC8EE0;
}
</style>
border-color css
<style>
span { border-color: #BC8EE0; }
span { border-color: rgb(188,142,224); }
td.TdClassName
{
border-color: #BC8EE0;
}
.TagClassName
{
border-color: #BC8EE0;
}
</style>