Shades of Wisteria #BC8CE1
Tints of Wisteria #BC8CE1
RGB
CMYK
RGB Variations
Color information
#BC8CE1 (or 0xBC8CE1) is known color: Wisteria. HEX triplet: BC, 8C and E1. RGB value is (188,140,225). Sum of RGB (Red+Green+Blue) = 188+140+225=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC8CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE1 is #43731E. Grayscale: #A3A3A3. Windows color (decimal): -4420383 or 14781628. OLE color: 14781628.
HSL color Cylindrical-coordinate representation of color #BC8CE1: hue angle of 273.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8CE1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 140 | 225 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.12 |
| HSL | 273.88º | 0.59% | 0.72% | - |
| HSV(B) | 273.88º | 0.38% | 0.88% | - |
| XYZ | 43.71 | 34.88 | 75.66 | - |
| YUV | 164.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 225 | 0.16 | 0.38 | 0 | 0.12 | 273.88 | 0.59 | 0.72 |
| Hex | BC | 8C | E1 | 10 | 26 | 0 | C | 112 | 3B | 48 |
| Octal | 274 | 214 | 341 | 20 | 46 | 0 | 14 | 422 | 73 | 110 |
| Binary | 10111100 | 10001100 | 11100001 | 10000 | 100110 | 0 | 1100 | 100010010 | 111011 | 1001000 |
Color Harmonies of #BC8CE1
Complementary color
Monochromatic Colors of #BC8CE1
Black with #BC8CE1
Text Example
Text Example
White with #BC8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CE1; }
p { color: rgb(188,140,225); }
H1.HeaderClassName
{
color: #BC8CE1;
}
.AnyTagClassName
{
color: #BC8CE1;
}
</style>
background-color css
<style>
a { background-color: #BC8CE1; }
a { background-color: rgb(188,140,225); }
div.DivClassName
{
background-color: #BC8CE1;
}
.BgClassName
{
background-color: #BC8CE1;
}
</style>
border-color css
<style>
span { border-color: #BC8CE1; }
span { border-color: rgb(188,140,225); }
td.TdClassName
{
border-color: #BC8CE1;
}
.TagClassName
{
border-color: #BC8CE1;
}
</style>