Shades of Wisteria #BC8BDB
Tints of Wisteria #BC8BDB
RGB
CMYK
RGB Variations
Color information
#BC8BDB (or 0xBC8BDB) is known color: Wisteria. HEX triplet: BC, 8B and DB. RGB value is (188,139,219). Sum of RGB (Red+Green+Blue) = 188+139+219=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BDB is #437424. Grayscale: #A2A2A2. Windows color (decimal): -4420645 or 14388156. OLE color: 14388156.
HSL color Cylindrical-coordinate representation of color #BC8BDB: hue angle of 276.75º 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 #BC8BDB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 139 | 219 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.14 |
| HSL | 276.75º | 0.53% | 0.7% | - |
| HSV(B) | 276.75º | 0.37% | 0.86% | - |
| XYZ | 42.76 | 34.27 | 71.38 | - |
| YUV | 162.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 219 | 0.14 | 0.37 | 0 | 0.14 | 276.75 | 0.53 | 0.7 |
| Hex | BC | 8B | DB | E | 25 | 0 | E | 115 | 35 | 46 |
| Octal | 274 | 213 | 333 | 16 | 45 | 0 | 16 | 425 | 65 | 106 |
| Binary | 10111100 | 10001011 | 11011011 | 1110 | 100101 | 0 | 1110 | 100010101 | 110101 | 1000110 |
Color Harmonies of #BC8BDB
Complementary color
Monochromatic Colors of #BC8BDB
Black with #BC8BDB
Text Example
Text Example
White with #BC8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BDB; }
p { color: rgb(188,139,219); }
H1.HeaderClassName
{
color: #BC8BDB;
}
.AnyTagClassName
{
color: #BC8BDB;
}
</style>
background-color css
<style>
a { background-color: #BC8BDB; }
a { background-color: rgb(188,139,219); }
div.DivClassName
{
background-color: #BC8BDB;
}
.BgClassName
{
background-color: #BC8BDB;
}
</style>
border-color css
<style>
span { border-color: #BC8BDB; }
span { border-color: rgb(188,139,219); }
td.TdClassName
{
border-color: #BC8BDB;
}
.TagClassName
{
border-color: #BC8BDB;
}
</style>