Shades of Wisteria #BC7FDB
Tints of Wisteria #BC7FDB
RGB
CMYK
RGB Variations
Color information
#BC7FDB (or 0xBC7FDB) is known color: Wisteria. HEX triplet: BC, 7F and DB. RGB value is (188,127,219). Sum of RGB (Red+Green+Blue) = 188+127+219=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FDB is #438024. Grayscale: #9B9B9B. Windows color (decimal): -4423717 or 14385084. OLE color: 14385084.
HSL color Cylindrical-coordinate representation of color #BC7FDB: hue angle of 279.78º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7FDB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 127 | 219 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 279.78º | 0.56% | 0.68% | - |
| HSV(B) | 279.78º | 0.42% | 0.86% | - |
| XYZ | 41.11 | 30.98 | 70.83 | - |
| YUV | 155.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 219 | 0.14 | 0.42 | 0 | 0.14 | 279.78 | 0.56 | 0.68 |
| Hex | BC | 7F | DB | E | 2A | 0 | E | 118 | 38 | 44 |
| Octal | 274 | 177 | 333 | 16 | 52 | 0 | 16 | 430 | 70 | 104 |
| Binary | 10111100 | 1111111 | 11011011 | 1110 | 101010 | 0 | 1110 | 100011000 | 111000 | 1000100 |
Color Harmonies of #BC7FDB
Complementary color
Monochromatic Colors of #BC7FDB
Black with #BC7FDB
Text Example
Text Example
White with #BC7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FDB; }
p { color: rgb(188,127,219); }
H1.HeaderClassName
{
color: #BC7FDB;
}
.AnyTagClassName
{
color: #BC7FDB;
}
</style>
background-color css
<style>
a { background-color: #BC7FDB; }
a { background-color: rgb(188,127,219); }
div.DivClassName
{
background-color: #BC7FDB;
}
.BgClassName
{
background-color: #BC7FDB;
}
</style>
border-color css
<style>
span { border-color: #BC7FDB; }
span { border-color: rgb(188,127,219); }
td.TdClassName
{
border-color: #BC7FDB;
}
.TagClassName
{
border-color: #BC7FDB;
}
</style>