Shades of Wisteria #BD7EDA
Tints of Wisteria #BD7EDA
RGB
CMYK
RGB Variations
Color information
#BD7EDA (or 0xBD7EDA) is known color: Wisteria. HEX triplet: BD, 7E and DA. RGB value is (189,126,218). Sum of RGB (Red+Green+Blue) = 189+126+218=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EDA is #428125. Grayscale: #9B9B9B. Windows color (decimal): -4358438 or 14319293. OLE color: 14319293.
HSL color Cylindrical-coordinate representation of color #BD7EDA: hue angle of 281.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD7EDA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 126 | 218 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.15 |
| HSL | 281.09º | 0.55% | 0.67% | - |
| HSV(B) | 281.09º | 0.42% | 0.85% | - |
| XYZ | 41.1 | 30.8 | 70.11 | - |
| YUV | 155.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 218 | 0.13 | 0.42 | 0 | 0.15 | 281.09 | 0.55 | 0.67 |
| Hex | BD | 7E | DA | D | 2A | 0 | F | 119 | 37 | 43 |
| Octal | 275 | 176 | 332 | 15 | 52 | 0 | 17 | 431 | 67 | 103 |
| Binary | 10111101 | 1111110 | 11011010 | 1101 | 101010 | 0 | 1111 | 100011001 | 110111 | 1000011 |
Color Harmonies of #BD7EDA
Complementary color
Monochromatic Colors of #BD7EDA
Black with #BD7EDA
Text Example
Text Example
White with #BD7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EDA; }
p { color: rgb(189,126,218); }
H1.HeaderClassName
{
color: #BD7EDA;
}
.AnyTagClassName
{
color: #BD7EDA;
}
</style>
background-color css
<style>
a { background-color: #BD7EDA; }
a { background-color: rgb(189,126,218); }
div.DivClassName
{
background-color: #BD7EDA;
}
.BgClassName
{
background-color: #BD7EDA;
}
</style>
border-color css
<style>
span { border-color: #BD7EDA; }
span { border-color: rgb(189,126,218); }
td.TdClassName
{
border-color: #BD7EDA;
}
.TagClassName
{
border-color: #BD7EDA;
}
</style>