Shades of Wisteria #BC90DB
Tints of Wisteria #BC90DB
RGB
CMYK
RGB Variations
Color information
#BC90DB (or 0xBC90DB) is known color: Wisteria. HEX triplet: BC, 90 and DB. RGB value is (188,144,219). Sum of RGB (Red+Green+Blue) = 188+144+219=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DB is #436F24. Grayscale: #A5A5A5. Windows color (decimal): -4419365 or 14389436. OLE color: 14389436.
HSL color Cylindrical-coordinate representation of color #BC90DB: hue angle of 275.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC90DB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 144 | 219 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.14 |
| HSL | 275.2º | 0.51% | 0.71% | - |
| HSV(B) | 275.2º | 0.34% | 0.86% | - |
| XYZ | 43.5 | 35.75 | 71.63 | - |
| YUV | 165.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 219 | 0.14 | 0.34 | 0 | 0.14 | 275.2 | 0.51 | 0.71 |
| Hex | BC | 90 | DB | E | 22 | 0 | E | 113 | 33 | 47 |
| Octal | 274 | 220 | 333 | 16 | 42 | 0 | 16 | 423 | 63 | 107 |
| Binary | 10111100 | 10010000 | 11011011 | 1110 | 100010 | 0 | 1110 | 100010011 | 110011 | 1000111 |
Color Harmonies of #BC90DB
Complementary color
Monochromatic Colors of #BC90DB
Black with #BC90DB
Text Example
Text Example
White with #BC90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90DB; }
p { color: rgb(188,144,219); }
H1.HeaderClassName
{
color: #BC90DB;
}
.AnyTagClassName
{
color: #BC90DB;
}
</style>
background-color css
<style>
a { background-color: #BC90DB; }
a { background-color: rgb(188,144,219); }
div.DivClassName
{
background-color: #BC90DB;
}
.BgClassName
{
background-color: #BC90DB;
}
</style>
border-color css
<style>
span { border-color: #BC90DB; }
span { border-color: rgb(188,144,219); }
td.TdClassName
{
border-color: #BC90DB;
}
.TagClassName
{
border-color: #BC90DB;
}
</style>