Shades of Wisteria #BD90EC
Tints of Wisteria #BD90EC
RGB
CMYK
RGB Variations
Color information
#BD90EC (or 0xBD90EC) is known color: Wisteria. HEX triplet: BD, 90 and EC. RGB value is (189,144,236). Sum of RGB (Red+Green+Blue) = 189+144+236=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90EC is #426F13. Grayscale: #A7A7A7. Windows color (decimal): -4353812 or 15503549. OLE color: 15503549.
HSL color Cylindrical-coordinate representation of color #BD90EC: hue angle of 269.35º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD90EC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 144 | 236 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.07 |
| HSL | 269.35º | 0.71% | 0.75% | - |
| HSV(B) | 269.35º | 0.39% | 0.93% | - |
| XYZ | 46.1 | 36.82 | 84.03 | - |
| YUV | 167.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 236 | 0.20 | 0.39 | 0 | 0.07 | 269.35 | 0.71 | 0.75 |
| Hex | BD | 90 | EC | 14 | 27 | 0 | 7 | 10D | 47 | 4B |
| Octal | 275 | 220 | 354 | 24 | 47 | 0 | 7 | 415 | 107 | 113 |
| Binary | 10111101 | 10010000 | 11101100 | 10100 | 100111 | 0 | 111 | 100001101 | 1000111 | 1001011 |
Color Harmonies of #BD90EC
Complementary color
Monochromatic Colors of #BD90EC
Black with #BD90EC
Text Example
Text Example
White with #BD90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90EC; }
p { color: rgb(189,144,236); }
H1.HeaderClassName
{
color: #BD90EC;
}
.AnyTagClassName
{
color: #BD90EC;
}
</style>
background-color css
<style>
a { background-color: #BD90EC; }
a { background-color: rgb(189,144,236); }
div.DivClassName
{
background-color: #BD90EC;
}
.BgClassName
{
background-color: #BD90EC;
}
</style>
border-color css
<style>
span { border-color: #BD90EC; }
span { border-color: rgb(189,144,236); }
td.TdClassName
{
border-color: #BD90EC;
}
.TagClassName
{
border-color: #BD90EC;
}
</style>