Shades of Wisteria #BC7BDB
Tints of Wisteria #BC7BDB
RGB
CMYK
RGB Variations
Color information
#BC7BDB (or 0xBC7BDB) is known color: Wisteria. HEX triplet: BC, 7B and DB. RGB value is (188,123,219). Sum of RGB (Red+Green+Blue) = 188+123+219=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDB is #438424. Grayscale: #999999. Windows color (decimal): -4424741 or 14384060. OLE color: 14384060.
HSL color Cylindrical-coordinate representation of color #BC7BDB: hue angle of 280.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7BDB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 123 | 219 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.14 |
| HSL | 280.63º | 0.57% | 0.67% | - |
| HSV(B) | 280.63º | 0.44% | 0.86% | - |
| XYZ | 40.61 | 29.97 | 70.66 | - |
| YUV | 153.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 219 | 0.14 | 0.44 | 0 | 0.14 | 280.63 | 0.57 | 0.67 |
| Hex | BC | 7B | DB | E | 2C | 0 | E | 119 | 39 | 43 |
| Octal | 274 | 173 | 333 | 16 | 54 | 0 | 16 | 431 | 71 | 103 |
| Binary | 10111100 | 1111011 | 11011011 | 1110 | 101100 | 0 | 1110 | 100011001 | 111001 | 1000011 |
Color Harmonies of #BC7BDB
Complementary color
Monochromatic Colors of #BC7BDB
Black with #BC7BDB
Text Example
Text Example
White with #BC7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BDB; }
p { color: rgb(188,123,219); }
H1.HeaderClassName
{
color: #BC7BDB;
}
.AnyTagClassName
{
color: #BC7BDB;
}
</style>
background-color css
<style>
a { background-color: #BC7BDB; }
a { background-color: rgb(188,123,219); }
div.DivClassName
{
background-color: #BC7BDB;
}
.BgClassName
{
background-color: #BC7BDB;
}
</style>
border-color css
<style>
span { border-color: #BC7BDB; }
span { border-color: rgb(188,123,219); }
td.TdClassName
{
border-color: #BC7BDB;
}
.TagClassName
{
border-color: #BC7BDB;
}
</style>