Shades of Wisteria #BD85DD
Tints of Wisteria #BD85DD
RGB
CMYK
RGB Variations
Color information
#BD85DD (or 0xBD85DD) is known color: Wisteria. HEX triplet: BD, 85 and DD. RGB value is (189,133,221). Sum of RGB (Red+Green+Blue) = 189+133+221=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85DD is #427A22. Grayscale: #9F9F9F. Windows color (decimal): -4356643 or 14517693. OLE color: 14517693.
HSL color Cylindrical-coordinate representation of color #BD85DD: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD85DD is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 133 | 221 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.13 |
| HSL | 278.18º | 0.56% | 0.69% | - |
| HSV(B) | 278.18º | 0.4% | 0.87% | - |
| XYZ | 42.42 | 32.81 | 72.5 | - |
| YUV | 159.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 221 | 0.14 | 0.40 | 0 | 0.13 | 278.18 | 0.56 | 0.69 |
| Hex | BD | 85 | DD | E | 28 | 0 | D | 116 | 38 | 45 |
| Octal | 275 | 205 | 335 | 16 | 50 | 0 | 15 | 426 | 70 | 105 |
| Binary | 10111101 | 10000101 | 11011101 | 1110 | 101000 | 0 | 1101 | 100010110 | 111000 | 1000101 |
Color Harmonies of #BD85DD
Complementary color
Monochromatic Colors of #BD85DD
Black with #BD85DD
Text Example
Text Example
White with #BD85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85DD; }
p { color: rgb(189,133,221); }
H1.HeaderClassName
{
color: #BD85DD;
}
.AnyTagClassName
{
color: #BD85DD;
}
</style>
background-color css
<style>
a { background-color: #BD85DD; }
a { background-color: rgb(189,133,221); }
div.DivClassName
{
background-color: #BD85DD;
}
.BgClassName
{
background-color: #BD85DD;
}
</style>
border-color css
<style>
span { border-color: #BD85DD; }
span { border-color: rgb(189,133,221); }
td.TdClassName
{
border-color: #BD85DD;
}
.TagClassName
{
border-color: #BD85DD;
}
</style>