Shades of Wisteria #BC8FDB
Tints of Wisteria #BC8FDB
RGB
CMYK
RGB Variations
Color information
#BC8FDB (or 0xBC8FDB) is known color: Wisteria. HEX triplet: BC, 8F and DB. RGB value is (188,143,219). Sum of RGB (Red+Green+Blue) = 188+143+219=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FDB is #437024. Grayscale: #A4A4A4. Windows color (decimal): -4419621 or 14389180. OLE color: 14389180.
HSL color Cylindrical-coordinate representation of color #BC8FDB: hue angle of 275.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8FDB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 143 | 219 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.14 |
| HSL | 275.53º | 0.51% | 0.71% | - |
| HSV(B) | 275.53º | 0.35% | 0.86% | - |
| XYZ | 43.35 | 35.45 | 71.58 | - |
| YUV | 165.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 219 | 0.14 | 0.35 | 0 | 0.14 | 275.53 | 0.51 | 0.71 |
| Hex | BC | 8F | DB | E | 23 | 0 | E | 114 | 33 | 47 |
| Octal | 274 | 217 | 333 | 16 | 43 | 0 | 16 | 424 | 63 | 107 |
| Binary | 10111100 | 10001111 | 11011011 | 1110 | 100011 | 0 | 1110 | 100010100 | 110011 | 1000111 |
Color Harmonies of #BC8FDB
Complementary color
Monochromatic Colors of #BC8FDB
Black with #BC8FDB
Text Example
Text Example
White with #BC8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FDB; }
p { color: rgb(188,143,219); }
H1.HeaderClassName
{
color: #BC8FDB;
}
.AnyTagClassName
{
color: #BC8FDB;
}
</style>
background-color css
<style>
a { background-color: #BC8FDB; }
a { background-color: rgb(188,143,219); }
div.DivClassName
{
background-color: #BC8FDB;
}
.BgClassName
{
background-color: #BC8FDB;
}
</style>
border-color css
<style>
span { border-color: #BC8FDB; }
span { border-color: rgb(188,143,219); }
td.TdClassName
{
border-color: #BC8FDB;
}
.TagClassName
{
border-color: #BC8FDB;
}
</style>