Shades of Wisteria #BD7ADE
Tints of Wisteria #BD7ADE
RGB
CMYK
RGB Variations
Color information
#BD7ADE (or 0xBD7ADE) is known color: Wisteria. HEX triplet: BD, 7A and DE. RGB value is (189,122,222). Sum of RGB (Red+Green+Blue) = 189+122+222=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ADE is #428521. Grayscale: #999999. Windows color (decimal): -4359458 or 14580413. OLE color: 14580413.
HSL color Cylindrical-coordinate representation of color #BD7ADE: hue angle of 280.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7ADE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 122 | 222 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.13 |
| HSL | 280.2º | 0.6% | 0.67% | - |
| HSV(B) | 280.2º | 0.45% | 0.87% | - |
| XYZ | 41.13 | 30.01 | 72.73 | - |
| YUV | 153.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 222 | 0.15 | 0.45 | 0 | 0.13 | 280.2 | 0.6 | 0.67 |
| Hex | BD | 7A | DE | F | 2D | 0 | D | 118 | 3C | 43 |
| Octal | 275 | 172 | 336 | 17 | 55 | 0 | 15 | 430 | 74 | 103 |
| Binary | 10111101 | 1111010 | 11011110 | 1111 | 101101 | 0 | 1101 | 100011000 | 111100 | 1000011 |
Color Harmonies of #BD7ADE
Complementary color
Monochromatic Colors of #BD7ADE
Black with #BD7ADE
Text Example
Text Example
White with #BD7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ADE; }
p { color: rgb(189,122,222); }
H1.HeaderClassName
{
color: #BD7ADE;
}
.AnyTagClassName
{
color: #BD7ADE;
}
</style>
background-color css
<style>
a { background-color: #BD7ADE; }
a { background-color: rgb(189,122,222); }
div.DivClassName
{
background-color: #BD7ADE;
}
.BgClassName
{
background-color: #BD7ADE;
}
</style>
border-color css
<style>
span { border-color: #BD7ADE; }
span { border-color: rgb(189,122,222); }
td.TdClassName
{
border-color: #BD7ADE;
}
.TagClassName
{
border-color: #BD7ADE;
}
</style>