Shades of Wisteria #BC8BE0
Tints of Wisteria #BC8BE0
RGB
CMYK
RGB Variations
Color information
#BC8BE0 (or 0xBC8BE0) is known color: Wisteria. HEX triplet: BC, 8B and E0. RGB value is (188,139,224). Sum of RGB (Red+Green+Blue) = 188+139+224=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BE0 is #43741F. Grayscale: #A3A3A3. Windows color (decimal): -4420640 or 14715836. OLE color: 14715836.
HSL color Cylindrical-coordinate representation of color #BC8BE0: hue angle of 274.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8BE0 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 139 | 224 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.12 |
| HSL | 274.59º | 0.58% | 0.71% | - |
| HSV(B) | 274.59º | 0.38% | 0.88% | - |
| XYZ | 43.43 | 34.54 | 74.9 | - |
| YUV | 163.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 224 | 0.16 | 0.38 | 0 | 0.12 | 274.59 | 0.58 | 0.71 |
| Hex | BC | 8B | E0 | 10 | 26 | 0 | C | 113 | 3A | 47 |
| Octal | 274 | 213 | 340 | 20 | 46 | 0 | 14 | 423 | 72 | 107 |
| Binary | 10111100 | 10001011 | 11100000 | 10000 | 100110 | 0 | 1100 | 100010011 | 111010 | 1000111 |
Color Harmonies of #BC8BE0
Complementary color
Monochromatic Colors of #BC8BE0
Black with #BC8BE0
Text Example
Text Example
White with #BC8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BE0; }
p { color: rgb(188,139,224); }
H1.HeaderClassName
{
color: #BC8BE0;
}
.AnyTagClassName
{
color: #BC8BE0;
}
</style>
background-color css
<style>
a { background-color: #BC8BE0; }
a { background-color: rgb(188,139,224); }
div.DivClassName
{
background-color: #BC8BE0;
}
.BgClassName
{
background-color: #BC8BE0;
}
</style>
border-color css
<style>
span { border-color: #BC8BE0; }
span { border-color: rgb(188,139,224); }
td.TdClassName
{
border-color: #BC8BE0;
}
.TagClassName
{
border-color: #BC8BE0;
}
</style>