Shades of Wisteria #BC96DB
Tints of Wisteria #BC96DB
RGB
CMYK
RGB Variations
Color information
#BC96DB (or 0xBC96DB) is known color: Wisteria. HEX triplet: BC, 96 and DB. RGB value is (188,150,219). Sum of RGB (Red+Green+Blue) = 188+150+219=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96DB is #436924. Grayscale: #A8A8A8. Windows color (decimal): -4417829 or 14390972. OLE color: 14390972.
HSL color Cylindrical-coordinate representation of color #BC96DB: hue angle of 273.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC96DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 150 | 219 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.14 |
| HSL | 273.04º | 0.49% | 0.72% | - |
| HSV(B) | 273.04º | 0.32% | 0.86% | - |
| XYZ | 44.43 | 37.62 | 71.94 | - |
| YUV | 169.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 219 | 0.14 | 0.32 | 0 | 0.14 | 273.04 | 0.49 | 0.72 |
| Hex | BC | 96 | DB | E | 20 | 0 | E | 111 | 31 | 48 |
| Octal | 274 | 226 | 333 | 16 | 40 | 0 | 16 | 421 | 61 | 110 |
| Binary | 10111100 | 10010110 | 11011011 | 1110 | 100000 | 0 | 1110 | 100010001 | 110001 | 1001000 |
Color Harmonies of #BC96DB
Complementary color
Monochromatic Colors of #BC96DB
Black with #BC96DB
Text Example
Text Example
White with #BC96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96DB; }
p { color: rgb(188,150,219); }
H1.HeaderClassName
{
color: #BC96DB;
}
.AnyTagClassName
{
color: #BC96DB;
}
</style>
background-color css
<style>
a { background-color: #BC96DB; }
a { background-color: rgb(188,150,219); }
div.DivClassName
{
background-color: #BC96DB;
}
.BgClassName
{
background-color: #BC96DB;
}
</style>
border-color css
<style>
span { border-color: #BC96DB; }
span { border-color: rgb(188,150,219); }
td.TdClassName
{
border-color: #BC96DB;
}
.TagClassName
{
border-color: #BC96DB;
}
</style>