Shades of Wisteria #BD90DB
Tints of Wisteria #BD90DB
RGB
CMYK
RGB Variations
Color information
#BD90DB (or 0xBD90DB) is known color: Wisteria. HEX triplet: BD, 90 and DB. RGB value is (189,144,219). Sum of RGB (Red+Green+Blue) = 189+144+219=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DB is #426F24. Grayscale: #A5A5A5. Windows color (decimal): -4353829 or 14389437. OLE color: 14389437.
HSL color Cylindrical-coordinate representation of color #BD90DB: hue angle of 276º 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 #BD90DB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 144 | 219 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.14 |
| HSL | 276º | 0.51% | 0.71% | - |
| HSV(B) | 276º | 0.34% | 0.86% | - |
| XYZ | 43.75 | 35.88 | 71.64 | - |
| YUV | 166.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 219 | 0.14 | 0.34 | 0 | 0.14 | 276 | 0.51 | 0.71 |
| Hex | BD | 90 | DB | E | 22 | 0 | E | 114 | 33 | 47 |
| Octal | 275 | 220 | 333 | 16 | 42 | 0 | 16 | 424 | 63 | 107 |
| Binary | 10111101 | 10010000 | 11011011 | 1110 | 100010 | 0 | 1110 | 100010100 | 110011 | 1000111 |
Color Harmonies of #BD90DB
Complementary color
Monochromatic Colors of #BD90DB
Black with #BD90DB
Text Example
Text Example
White with #BD90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90DB; }
p { color: rgb(189,144,219); }
H1.HeaderClassName
{
color: #BD90DB;
}
.AnyTagClassName
{
color: #BD90DB;
}
</style>
background-color css
<style>
a { background-color: #BD90DB; }
a { background-color: rgb(189,144,219); }
div.DivClassName
{
background-color: #BD90DB;
}
.BgClassName
{
background-color: #BD90DB;
}
</style>
border-color css
<style>
span { border-color: #BD90DB; }
span { border-color: rgb(189,144,219); }
td.TdClassName
{
border-color: #BD90DB;
}
.TagClassName
{
border-color: #BD90DB;
}
</style>