Shades of Wisteria #BC7DDB
Tints of Wisteria #BC7DDB
RGB
CMYK
RGB Variations
Color information
#BC7DDB (or 0xBC7DDB) is known color: Wisteria. HEX triplet: BC, 7D and DB. RGB value is (188,125,219). Sum of RGB (Red+Green+Blue) = 188+125+219=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DDB is #438224. Grayscale: #9A9A9A. Windows color (decimal): -4424229 or 14384572. OLE color: 14384572.
HSL color Cylindrical-coordinate representation of color #BC7DDB: hue angle of 280.21º 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 #BC7DDB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 188 | 125 | 219 | - |
CMYK | 0.14 | 0.43 | 0 | 0.14 |
HSL | 280.21º | 0.57% | 0.67% | - |
HSV(B) | 280.21º | 0.43% | 0.86% | - |
XYZ | 40.86 | 30.47 | 70.75 | - |
YUV | 154.55 | 164.37 | 151.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 125 | 219 | 0.14 | 0.43 | 0 | 0.14 | 280.21 | 0.57 | 0.67 |
Hex | BC | 7D | DB | E | 2B | 0 | E | 118 | 39 | 43 |
Octal | 274 | 175 | 333 | 16 | 53 | 0 | 16 | 430 | 71 | 103 |
Binary | 10111100 | 1111101 | 11011011 | 1110 | 101011 | 0 | 1110 | 100011000 | 111001 | 1000011 |
Color Harmonies of #BC7DDB
Complementary color
Monochromatic Colors of #BC7DDB
Black with #BC7DDB
Text Example
Text Example
White with #BC7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DDB; }
p { color: rgb(188,125,219); }
H1.HeaderClassName
{
color: #BC7DDB;
}
.AnyTagClassName
{
color: #BC7DDB;
}
</style>
background-color css
<style>
a { background-color: #BC7DDB; }
a { background-color: rgb(188,125,219); }
div.DivClassName
{
background-color: #BC7DDB;
}
.BgClassName
{
background-color: #BC7DDB;
}
</style>
border-color css
<style>
span { border-color: #BC7DDB; }
span { border-color: rgb(188,125,219); }
td.TdClassName
{
border-color: #BC7DDB;
}
.TagClassName
{
border-color: #BC7DDB;
}
</style>