Shades of Wisteria #BD90DC
Tints of Wisteria #BD90DC
RGB
CMYK
RGB Variations
Color information
#BD90DC (or 0xBD90DC) is known color: Wisteria. HEX triplet: BD, 90 and DC. RGB value is (189,144,220). Sum of RGB (Red+Green+Blue) = 189+144+220=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90DC is #426F23. Grayscale: #A5A5A5. Windows color (decimal): -4353828 or 14454973. OLE color: 14454973.
HSL color Cylindrical-coordinate representation of color #BD90DC: hue angle of 275.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD90DC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 144 | 220 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.14 |
| HSL | 275.53º | 0.52% | 0.71% | - |
| HSV(B) | 275.53º | 0.35% | 0.86% | - |
| XYZ | 43.88 | 35.93 | 72.33 | - |
| YUV | 166.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 220 | 0.14 | 0.35 | 0 | 0.14 | 275.53 | 0.52 | 0.71 |
| Hex | BD | 90 | DC | E | 23 | 0 | E | 114 | 34 | 47 |
| Octal | 275 | 220 | 334 | 16 | 43 | 0 | 16 | 424 | 64 | 107 |
| Binary | 10111101 | 10010000 | 11011100 | 1110 | 100011 | 0 | 1110 | 100010100 | 110100 | 1000111 |
Color Harmonies of #BD90DC
Complementary color
Monochromatic Colors of #BD90DC
Black with #BD90DC
Text Example
Text Example
White with #BD90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90DC; }
p { color: rgb(189,144,220); }
H1.HeaderClassName
{
color: #BD90DC;
}
.AnyTagClassName
{
color: #BD90DC;
}
</style>
background-color css
<style>
a { background-color: #BD90DC; }
a { background-color: rgb(189,144,220); }
div.DivClassName
{
background-color: #BD90DC;
}
.BgClassName
{
background-color: #BD90DC;
}
</style>
border-color css
<style>
span { border-color: #BD90DC; }
span { border-color: rgb(189,144,220); }
td.TdClassName
{
border-color: #BD90DC;
}
.TagClassName
{
border-color: #BD90DC;
}
</style>