Shades of Wisteria #BC8ED1
Tints of Wisteria #BC8ED1
RGB
CMYK
RGB Variations
Color information
#BC8ED1 (or 0xBC8ED1) is known color: Wisteria. HEX triplet: BC, 8E and D1. RGB value is (188,142,209). Sum of RGB (Red+Green+Blue) = 188+142+209=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ED1 is #43712E. Grayscale: #A3A3A3. Windows color (decimal): -4419887 or 13733564. OLE color: 13733564.
HSL color Cylindrical-coordinate representation of color #BC8ED1: hue angle of 281.19º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8ED1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 142 | 209 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.18 |
| HSL | 281.19º | 0.42% | 0.69% | - |
| HSV(B) | 281.19º | 0.32% | 0.82% | - |
| XYZ | 41.92 | 34.64 | 64.8 | - |
| YUV | 163.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 209 | 0.10 | 0.32 | 0 | 0.18 | 281.19 | 0.42 | 0.69 |
| Hex | BC | 8E | D1 | A | 20 | 0 | 12 | 119 | 2A | 45 |
| Octal | 274 | 216 | 321 | 12 | 40 | 0 | 22 | 431 | 52 | 105 |
| Binary | 10111100 | 10001110 | 11010001 | 1010 | 100000 | 0 | 10010 | 100011001 | 101010 | 1000101 |
Color Harmonies of #BC8ED1
Complementary color
Monochromatic Colors of #BC8ED1
Black with #BC8ED1
Text Example
Text Example
White with #BC8ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ED1; }
p { color: rgb(188,142,209); }
H1.HeaderClassName
{
color: #BC8ED1;
}
.AnyTagClassName
{
color: #BC8ED1;
}
</style>
background-color css
<style>
a { background-color: #BC8ED1; }
a { background-color: rgb(188,142,209); }
div.DivClassName
{
background-color: #BC8ED1;
}
.BgClassName
{
background-color: #BC8ED1;
}
</style>
border-color css
<style>
span { border-color: #BC8ED1; }
span { border-color: rgb(188,142,209); }
td.TdClassName
{
border-color: #BC8ED1;
}
.TagClassName
{
border-color: #BC8ED1;
}
</style>