Shades of Wisteria #BD93E5
Tints of Wisteria #BD93E5
RGB
CMYK
RGB Variations
Color information
#BD93E5 (or 0xBD93E5) is known color: Wisteria. HEX triplet: BD, 93 and E5. RGB value is (189,147,229). Sum of RGB (Red+Green+Blue) = 189+147+229=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93E5 is #426C1A. Grayscale: #A8A8A8. Windows color (decimal): -4353051 or 15045565. OLE color: 15045565.
HSL color Cylindrical-coordinate representation of color #BD93E5: hue angle of 270.73º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD93E5 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 147 | 229 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.10 |
| HSL | 270.73º | 0.61% | 0.74% | - |
| HSV(B) | 270.73º | 0.36% | 0.9% | - |
| XYZ | 45.56 | 37.34 | 78.94 | - |
| YUV | 168.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 229 | 0.17 | 0.36 | 0 | 0.10 | 270.73 | 0.61 | 0.74 |
| Hex | BD | 93 | E5 | 11 | 24 | 0 | A | 10F | 3D | 4A |
| Octal | 275 | 223 | 345 | 21 | 44 | 0 | 12 | 417 | 75 | 112 |
| Binary | 10111101 | 10010011 | 11100101 | 10001 | 100100 | 0 | 1010 | 100001111 | 111101 | 1001010 |
Color Harmonies of #BD93E5
Complementary color
Monochromatic Colors of #BD93E5
Black with #BD93E5
Text Example
Text Example
White with #BD93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93E5; }
p { color: rgb(189,147,229); }
H1.HeaderClassName
{
color: #BD93E5;
}
.AnyTagClassName
{
color: #BD93E5;
}
</style>
background-color css
<style>
a { background-color: #BD93E5; }
a { background-color: rgb(189,147,229); }
div.DivClassName
{
background-color: #BD93E5;
}
.BgClassName
{
background-color: #BD93E5;
}
</style>
border-color css
<style>
span { border-color: #BD93E5; }
span { border-color: rgb(189,147,229); }
td.TdClassName
{
border-color: #BD93E5;
}
.TagClassName
{
border-color: #BD93E5;
}
</style>