Shades of Wisteria #BC8EDA
Tints of Wisteria #BC8EDA
RGB
CMYK
RGB Variations
Color information
#BC8EDA (or 0xBC8EDA) is known color: Wisteria. HEX triplet: BC, 8E and DA. RGB value is (188,142,218). Sum of RGB (Red+Green+Blue) = 188+142+218=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EDA is #437125. Grayscale: #A4A4A4. Windows color (decimal): -4419878 or 14323388. OLE color: 14323388.
HSL color Cylindrical-coordinate representation of color #BC8EDA: hue angle of 276.32º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8EDA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 142 | 218 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.15 |
| HSL | 276.32º | 0.51% | 0.71% | - |
| HSV(B) | 276.32º | 0.35% | 0.85% | - |
| XYZ | 43.07 | 35.1 | 70.83 | - |
| YUV | 164.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 218 | 0.14 | 0.35 | 0 | 0.15 | 276.32 | 0.51 | 0.71 |
| Hex | BC | 8E | DA | E | 23 | 0 | F | 114 | 33 | 47 |
| Octal | 274 | 216 | 332 | 16 | 43 | 0 | 17 | 424 | 63 | 107 |
| Binary | 10111100 | 10001110 | 11011010 | 1110 | 100011 | 0 | 1111 | 100010100 | 110011 | 1000111 |
Color Harmonies of #BC8EDA
Complementary color
Monochromatic Colors of #BC8EDA
Black with #BC8EDA
Text Example
Text Example
White with #BC8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EDA; }
p { color: rgb(188,142,218); }
H1.HeaderClassName
{
color: #BC8EDA;
}
.AnyTagClassName
{
color: #BC8EDA;
}
</style>
background-color css
<style>
a { background-color: #BC8EDA; }
a { background-color: rgb(188,142,218); }
div.DivClassName
{
background-color: #BC8EDA;
}
.BgClassName
{
background-color: #BC8EDA;
}
</style>
border-color css
<style>
span { border-color: #BC8EDA; }
span { border-color: rgb(188,142,218); }
td.TdClassName
{
border-color: #BC8EDA;
}
.TagClassName
{
border-color: #BC8EDA;
}
</style>