Shades of Wisteria #BC8EDD
Tints of Wisteria #BC8EDD
RGB
CMYK
RGB Variations
Color information
#BC8EDD (or 0xBC8EDD) is known color: Wisteria. HEX triplet: BC, 8E and DD. RGB value is (188,142,221). Sum of RGB (Red+Green+Blue) = 188+142+221=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EDD is #437122. Grayscale: #A4A4A4. Windows color (decimal): -4419875 or 14519996. OLE color: 14519996.
HSL color Cylindrical-coordinate representation of color #BC8EDD: hue angle of 274.94º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8EDD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 142 | 221 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.13 |
| HSL | 274.94º | 0.54% | 0.71% | - |
| HSV(B) | 274.94º | 0.36% | 0.87% | - |
| XYZ | 43.46 | 35.26 | 72.92 | - |
| YUV | 164.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 221 | 0.15 | 0.36 | 0 | 0.13 | 274.94 | 0.54 | 0.71 |
| Hex | BC | 8E | DD | F | 24 | 0 | D | 113 | 36 | 47 |
| Octal | 274 | 216 | 335 | 17 | 44 | 0 | 15 | 423 | 66 | 107 |
| Binary | 10111100 | 10001110 | 11011101 | 1111 | 100100 | 0 | 1101 | 100010011 | 110110 | 1000111 |
Color Harmonies of #BC8EDD
Complementary color
Monochromatic Colors of #BC8EDD
Black with #BC8EDD
Text Example
Text Example
White with #BC8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EDD; }
p { color: rgb(188,142,221); }
H1.HeaderClassName
{
color: #BC8EDD;
}
.AnyTagClassName
{
color: #BC8EDD;
}
</style>
background-color css
<style>
a { background-color: #BC8EDD; }
a { background-color: rgb(188,142,221); }
div.DivClassName
{
background-color: #BC8EDD;
}
.BgClassName
{
background-color: #BC8EDD;
}
</style>
border-color css
<style>
span { border-color: #BC8EDD; }
span { border-color: rgb(188,142,221); }
td.TdClassName
{
border-color: #BC8EDD;
}
.TagClassName
{
border-color: #BC8EDD;
}
</style>