Shades of Wisteria #BC8ADB
Tints of Wisteria #BC8ADB
RGB
CMYK
RGB Variations
Color information
#BC8ADB (or 0xBC8ADB) is known color: Wisteria. HEX triplet: BC, 8A and DB. RGB value is (188,138,219). Sum of RGB (Red+Green+Blue) = 188+138+219=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADB is #437524. Grayscale: #A1A1A1. Windows color (decimal): -4420901 or 14387900. OLE color: 14387900.
HSL color Cylindrical-coordinate representation of color #BC8ADB: hue angle of 277.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8ADB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 138 | 219 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.14 |
| HSL | 277.04º | 0.53% | 0.7% | - |
| HSV(B) | 277.04º | 0.37% | 0.86% | - |
| XYZ | 42.61 | 33.98 | 71.33 | - |
| YUV | 162.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 219 | 0.14 | 0.37 | 0 | 0.14 | 277.04 | 0.53 | 0.7 |
| Hex | BC | 8A | DB | E | 25 | 0 | E | 115 | 35 | 46 |
| Octal | 274 | 212 | 333 | 16 | 45 | 0 | 16 | 425 | 65 | 106 |
| Binary | 10111100 | 10001010 | 11011011 | 1110 | 100101 | 0 | 1110 | 100010101 | 110101 | 1000110 |
Color Harmonies of #BC8ADB
Complementary color
Monochromatic Colors of #BC8ADB
Black with #BC8ADB
Text Example
Text Example
White with #BC8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ADB; }
p { color: rgb(188,138,219); }
H1.HeaderClassName
{
color: #BC8ADB;
}
.AnyTagClassName
{
color: #BC8ADB;
}
</style>
background-color css
<style>
a { background-color: #BC8ADB; }
a { background-color: rgb(188,138,219); }
div.DivClassName
{
background-color: #BC8ADB;
}
.BgClassName
{
background-color: #BC8ADB;
}
</style>
border-color css
<style>
span { border-color: #BC8ADB; }
span { border-color: rgb(188,138,219); }
td.TdClassName
{
border-color: #BC8ADB;
}
.TagClassName
{
border-color: #BC8ADB;
}
</style>