Shades of Wisteria #BC8DED
Tints of Wisteria #BC8DED
RGB
CMYK
RGB Variations
Color information
#BC8DED (or 0xBC8DED) is known color: Wisteria. HEX triplet: BC, 8D and ED. RGB value is (188,141,237). Sum of RGB (Red+Green+Blue) = 188+141+237=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DED is #437212. Grayscale: #A5A5A5. Windows color (decimal): -4420115 or 15568316. OLE color: 15568316.
HSL color Cylindrical-coordinate representation of color #BC8DED: hue angle of 269.38º degrees, saturation: 0.73, 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 #BC8DED is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 141 | 237 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.07 |
| HSL | 269.38º | 0.73% | 0.74% | - |
| HSV(B) | 269.38º | 0.41% | 0.93% | - |
| XYZ | 45.55 | 35.86 | 84.64 | - |
| YUV | 166 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 237 | 0.21 | 0.41 | 0 | 0.07 | 269.38 | 0.73 | 0.74 |
| Hex | BC | 8D | ED | 15 | 29 | 0 | 7 | 10D | 49 | 4A |
| Octal | 274 | 215 | 355 | 25 | 51 | 0 | 7 | 415 | 111 | 112 |
| Binary | 10111100 | 10001101 | 11101101 | 10101 | 101001 | 0 | 111 | 100001101 | 1001001 | 1001010 |
Color Harmonies of #BC8DED
Complementary color
Monochromatic Colors of #BC8DED
Black with #BC8DED
Text Example
Text Example
White with #BC8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DED; }
p { color: rgb(188,141,237); }
H1.HeaderClassName
{
color: #BC8DED;
}
.AnyTagClassName
{
color: #BC8DED;
}
</style>
background-color css
<style>
a { background-color: #BC8DED; }
a { background-color: rgb(188,141,237); }
div.DivClassName
{
background-color: #BC8DED;
}
.BgClassName
{
background-color: #BC8DED;
}
</style>
border-color css
<style>
span { border-color: #BC8DED; }
span { border-color: rgb(188,141,237); }
td.TdClassName
{
border-color: #BC8DED;
}
.TagClassName
{
border-color: #BC8DED;
}
</style>