Shades of Wisteria #BC8CE3
Tints of Wisteria #BC8CE3
RGB
CMYK
RGB Variations
Color information
#BC8CE3 (or 0xBC8CE3) is known color: Wisteria. HEX triplet: BC, 8C and E3. RGB value is (188,140,227). Sum of RGB (Red+Green+Blue) = 188+140+227=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC8CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CE3 is #43731C. Grayscale: #A3A3A3. Windows color (decimal): -4420381 or 14912700. OLE color: 14912700.
HSL color Cylindrical-coordinate representation of color #BC8CE3: hue angle of 273.1º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8CE3 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 140 | 227 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.11 |
| HSL | 273.1º | 0.61% | 0.72% | - |
| HSV(B) | 273.1º | 0.38% | 0.89% | - |
| XYZ | 43.98 | 34.99 | 77.11 | - |
| YUV | 164.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 227 | 0.17 | 0.38 | 0 | 0.11 | 273.1 | 0.61 | 0.72 |
| Hex | BC | 8C | E3 | 11 | 26 | 0 | B | 111 | 3D | 48 |
| Octal | 274 | 214 | 343 | 21 | 46 | 0 | 13 | 421 | 75 | 110 |
| Binary | 10111100 | 10001100 | 11100011 | 10001 | 100110 | 0 | 1011 | 100010001 | 111101 | 1001000 |
Color Harmonies of #BC8CE3
Complementary color
Monochromatic Colors of #BC8CE3
Black with #BC8CE3
Text Example
Text Example
White with #BC8CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CE3; }
p { color: rgb(188,140,227); }
H1.HeaderClassName
{
color: #BC8CE3;
}
.AnyTagClassName
{
color: #BC8CE3;
}
</style>
background-color css
<style>
a { background-color: #BC8CE3; }
a { background-color: rgb(188,140,227); }
div.DivClassName
{
background-color: #BC8CE3;
}
.BgClassName
{
background-color: #BC8CE3;
}
</style>
border-color css
<style>
span { border-color: #BC8CE3; }
span { border-color: rgb(188,140,227); }
td.TdClassName
{
border-color: #BC8CE3;
}
.TagClassName
{
border-color: #BC8CE3;
}
</style>