Shades of Wisteria #BD93DF
Tints of Wisteria #BD93DF
RGB
CMYK
RGB Variations
Color information
#BD93DF (or 0xBD93DF) is known color: Wisteria. HEX triplet: BD, 93 and DF. RGB value is (189,147,223). Sum of RGB (Red+Green+Blue) = 189+147+223=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93DF is #426C20. Grayscale: #A7A7A7. Windows color (decimal): -4353057 or 14652349. OLE color: 14652349.
HSL color Cylindrical-coordinate representation of color #BD93DF: hue angle of 273.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD93DF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 147 | 223 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.13 |
| HSL | 273.16º | 0.54% | 0.73% | - |
| HSV(B) | 273.16º | 0.34% | 0.87% | - |
| XYZ | 44.74 | 37.01 | 74.6 | - |
| YUV | 168.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 223 | 0.15 | 0.34 | 0 | 0.13 | 273.16 | 0.54 | 0.73 |
| Hex | BD | 93 | DF | F | 22 | 0 | D | 111 | 36 | 49 |
| Octal | 275 | 223 | 337 | 17 | 42 | 0 | 15 | 421 | 66 | 111 |
| Binary | 10111101 | 10010011 | 11011111 | 1111 | 100010 | 0 | 1101 | 100010001 | 110110 | 1001001 |
Color Harmonies of #BD93DF
Complementary color
Monochromatic Colors of #BD93DF
Black with #BD93DF
Text Example
Text Example
White with #BD93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93DF; }
p { color: rgb(189,147,223); }
H1.HeaderClassName
{
color: #BD93DF;
}
.AnyTagClassName
{
color: #BD93DF;
}
</style>
background-color css
<style>
a { background-color: #BD93DF; }
a { background-color: rgb(189,147,223); }
div.DivClassName
{
background-color: #BD93DF;
}
.BgClassName
{
background-color: #BD93DF;
}
</style>
border-color css
<style>
span { border-color: #BD93DF; }
span { border-color: rgb(189,147,223); }
td.TdClassName
{
border-color: #BD93DF;
}
.TagClassName
{
border-color: #BD93DF;
}
</style>