Shades of Wisteria #BC7CDB
Tints of Wisteria #BC7CDB
RGB
CMYK
RGB Variations
Color information
#BC7CDB (or 0xBC7CDB) is known color: Wisteria. HEX triplet: BC, 7C and DB. RGB value is (188,124,219). Sum of RGB (Red+Green+Blue) = 188+124+219=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CDB is #438324. Grayscale: #999999. Windows color (decimal): -4424485 or 14384316. OLE color: 14384316.
HSL color Cylindrical-coordinate representation of color #BC7CDB: hue angle of 280.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7CDB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 124 | 219 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.14 |
| HSL | 280.42º | 0.57% | 0.67% | - |
| HSV(B) | 280.42º | 0.43% | 0.86% | - |
| XYZ | 40.73 | 30.22 | 70.7 | - |
| YUV | 153.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 219 | 0.14 | 0.43 | 0 | 0.14 | 280.42 | 0.57 | 0.67 |
| Hex | BC | 7C | DB | E | 2B | 0 | E | 118 | 39 | 43 |
| Octal | 274 | 174 | 333 | 16 | 53 | 0 | 16 | 430 | 71 | 103 |
| Binary | 10111100 | 1111100 | 11011011 | 1110 | 101011 | 0 | 1110 | 100011000 | 111001 | 1000011 |
Color Harmonies of #BC7CDB
Complementary color
Monochromatic Colors of #BC7CDB
Black with #BC7CDB
Text Example
Text Example
White with #BC7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CDB; }
p { color: rgb(188,124,219); }
H1.HeaderClassName
{
color: #BC7CDB;
}
.AnyTagClassName
{
color: #BC7CDB;
}
</style>
background-color css
<style>
a { background-color: #BC7CDB; }
a { background-color: rgb(188,124,219); }
div.DivClassName
{
background-color: #BC7CDB;
}
.BgClassName
{
background-color: #BC7CDB;
}
</style>
border-color css
<style>
span { border-color: #BC7CDB; }
span { border-color: rgb(188,124,219); }
td.TdClassName
{
border-color: #BC7CDB;
}
.TagClassName
{
border-color: #BC7CDB;
}
</style>