Shades of Wisteria #BC8DEE
Tints of Wisteria #BC8DEE
RGB
CMYK
RGB Variations
Color information
#BC8DEE (or 0xBC8DEE) is known color: Wisteria. HEX triplet: BC, 8D and EE. RGB value is (188,141,238). Sum of RGB (Red+Green+Blue) = 188+141+238=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DEE is #437211. Grayscale: #A5A5A5. Windows color (decimal): -4420114 or 15633852. OLE color: 15633852.
HSL color Cylindrical-coordinate representation of color #BC8DEE: hue angle of 269.07º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8DEE is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 141 | 238 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 269.07º | 0.74% | 0.74% | - |
| HSV(B) | 269.07º | 0.41% | 0.93% | - |
| XYZ | 45.7 | 35.91 | 85.41 | - |
| YUV | 166.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 238 | 0.21 | 0.41 | 0 | 0.07 | 269.07 | 0.74 | 0.74 |
| Hex | BC | 8D | EE | 15 | 29 | 0 | 7 | 10D | 4A | 4A |
| Octal | 274 | 215 | 356 | 25 | 51 | 0 | 7 | 415 | 112 | 112 |
| Binary | 10111100 | 10001101 | 11101110 | 10101 | 101001 | 0 | 111 | 100001101 | 1001010 | 1001010 |
Color Harmonies of #BC8DEE
Complementary color
Monochromatic Colors of #BC8DEE
Black with #BC8DEE
Text Example
Text Example
White with #BC8DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DEE; }
p { color: rgb(188,141,238); }
H1.HeaderClassName
{
color: #BC8DEE;
}
.AnyTagClassName
{
color: #BC8DEE;
}
</style>
background-color css
<style>
a { background-color: #BC8DEE; }
a { background-color: rgb(188,141,238); }
div.DivClassName
{
background-color: #BC8DEE;
}
.BgClassName
{
background-color: #BC8DEE;
}
</style>
border-color css
<style>
span { border-color: #BC8DEE; }
span { border-color: rgb(188,141,238); }
td.TdClassName
{
border-color: #BC8DEE;
}
.TagClassName
{
border-color: #BC8DEE;
}
</style>