Shades of Wisteria #BD90EA
Tints of Wisteria #BD90EA
RGB
CMYK
RGB Variations
Color information
#BD90EA (or 0xBD90EA) is known color: Wisteria. HEX triplet: BD, 90 and EA. RGB value is (189,144,234). Sum of RGB (Red+Green+Blue) = 189+144+234=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD90EA is #426F15. Grayscale: #A7A7A7. Windows color (decimal): -4353814 or 15372477. OLE color: 15372477.
HSL color Cylindrical-coordinate representation of color #BD90EA: hue angle of 270º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD90EA is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 144 | 234 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.08 |
| HSL | 270º | 0.68% | 0.74% | - |
| HSV(B) | 270º | 0.38% | 0.92% | - |
| XYZ | 45.81 | 36.71 | 82.51 | - |
| YUV | 167.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 234 | 0.19 | 0.38 | 0 | 0.08 | 270 | 0.68 | 0.74 |
| Hex | BD | 90 | EA | 13 | 26 | 0 | 8 | 10E | 44 | 4A |
| Octal | 275 | 220 | 352 | 23 | 46 | 0 | 10 | 416 | 104 | 112 |
| Binary | 10111101 | 10010000 | 11101010 | 10011 | 100110 | 0 | 1000 | 100001110 | 1000100 | 1001010 |
Color Harmonies of #BD90EA
Complementary color
Monochromatic Colors of #BD90EA
Black with #BD90EA
Text Example
Text Example
White with #BD90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD90EA; }
p { color: rgb(189,144,234); }
H1.HeaderClassName
{
color: #BD90EA;
}
.AnyTagClassName
{
color: #BD90EA;
}
</style>
background-color css
<style>
a { background-color: #BD90EA; }
a { background-color: rgb(189,144,234); }
div.DivClassName
{
background-color: #BD90EA;
}
.BgClassName
{
background-color: #BD90EA;
}
</style>
border-color css
<style>
span { border-color: #BD90EA; }
span { border-color: rgb(189,144,234); }
td.TdClassName
{
border-color: #BD90EA;
}
.TagClassName
{
border-color: #BD90EA;
}
</style>