Shades of Wisteria #BD85DB
Tints of Wisteria #BD85DB
RGB
CMYK
RGB Variations
Color information
#BD85DB (or 0xBD85DB) is known color: Wisteria. HEX triplet: BD, 85 and DB. RGB value is (189,133,219). Sum of RGB (Red+Green+Blue) = 189+133+219=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85DB is #427A24. Grayscale: #9F9F9F. Windows color (decimal): -4356645 or 14386621. OLE color: 14386621.
HSL color Cylindrical-coordinate representation of color #BD85DB: hue angle of 279.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD85DB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 133 | 219 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.14 |
| HSL | 279.07º | 0.54% | 0.69% | - |
| HSV(B) | 279.07º | 0.39% | 0.86% | - |
| XYZ | 42.16 | 32.71 | 71.11 | - |
| YUV | 159.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 219 | 0.14 | 0.39 | 0 | 0.14 | 279.07 | 0.54 | 0.69 |
| Hex | BD | 85 | DB | E | 27 | 0 | E | 117 | 36 | 45 |
| Octal | 275 | 205 | 333 | 16 | 47 | 0 | 16 | 427 | 66 | 105 |
| Binary | 10111101 | 10000101 | 11011011 | 1110 | 100111 | 0 | 1110 | 100010111 | 110110 | 1000101 |
Color Harmonies of #BD85DB
Complementary color
Monochromatic Colors of #BD85DB
Black with #BD85DB
Text Example
Text Example
White with #BD85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85DB; }
p { color: rgb(189,133,219); }
H1.HeaderClassName
{
color: #BD85DB;
}
.AnyTagClassName
{
color: #BD85DB;
}
</style>
background-color css
<style>
a { background-color: #BD85DB; }
a { background-color: rgb(189,133,219); }
div.DivClassName
{
background-color: #BD85DB;
}
.BgClassName
{
background-color: #BD85DB;
}
</style>
border-color css
<style>
span { border-color: #BD85DB; }
span { border-color: rgb(189,133,219); }
td.TdClassName
{
border-color: #BD85DB;
}
.TagClassName
{
border-color: #BD85DB;
}
</style>