Shades of Wisteria #BC8ED8
Tints of Wisteria #BC8ED8
RGB
CMYK
RGB Variations
Color information
#BC8ED8 (or 0xBC8ED8) is known color: Wisteria. HEX triplet: BC, 8E and D8. RGB value is (188,142,216). Sum of RGB (Red+Green+Blue) = 188+142+216=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC8ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ED8 is #437127. Grayscale: #A3A3A3. Windows color (decimal): -4419880 or 14192316. OLE color: 14192316.
HSL color Cylindrical-coordinate representation of color #BC8ED8: hue angle of 277.3º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8ED8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 142 | 216 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.15 |
| HSL | 277.3º | 0.49% | 0.7% | - |
| HSV(B) | 277.3º | 0.34% | 0.85% | - |
| XYZ | 42.81 | 35 | 69.46 | - |
| YUV | 164.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 216 | 0.13 | 0.34 | 0 | 0.15 | 277.3 | 0.49 | 0.7 |
| Hex | BC | 8E | D8 | D | 22 | 0 | F | 115 | 31 | 46 |
| Octal | 274 | 216 | 330 | 15 | 42 | 0 | 17 | 425 | 61 | 106 |
| Binary | 10111100 | 10001110 | 11011000 | 1101 | 100010 | 0 | 1111 | 100010101 | 110001 | 1000110 |
Color Harmonies of #BC8ED8
Complementary color
Monochromatic Colors of #BC8ED8
Black with #BC8ED8
Text Example
Text Example
White with #BC8ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ED8; }
p { color: rgb(188,142,216); }
H1.HeaderClassName
{
color: #BC8ED8;
}
.AnyTagClassName
{
color: #BC8ED8;
}
</style>
background-color css
<style>
a { background-color: #BC8ED8; }
a { background-color: rgb(188,142,216); }
div.DivClassName
{
background-color: #BC8ED8;
}
.BgClassName
{
background-color: #BC8ED8;
}
</style>
border-color css
<style>
span { border-color: #BC8ED8; }
span { border-color: rgb(188,142,216); }
td.TdClassName
{
border-color: #BC8ED8;
}
.TagClassName
{
border-color: #BC8ED8;
}
</style>