Shades of Wisteria #BD89D4
Tints of Wisteria #BD89D4
RGB
CMYK
RGB Variations
Color information
#BD89D4 (or 0xBD89D4) is known color: Wisteria. HEX triplet: BD, 89 and D4. RGB value is (189,137,212). Sum of RGB (Red+Green+Blue) = 189+137+212=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89D4 is #42762B. Grayscale: #A0A0A0. Windows color (decimal): -4355628 or 13928893. OLE color: 13928893.
HSL color Cylindrical-coordinate representation of color #BD89D4: hue angle of 281.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD89D4 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 137 | 212 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.17 |
| HSL | 281.6º | 0.47% | 0.68% | - |
| HSV(B) | 281.6º | 0.35% | 0.83% | - |
| XYZ | 41.82 | 33.46 | 66.54 | - |
| YUV | 161.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 212 | 0.11 | 0.35 | 0 | 0.17 | 281.6 | 0.47 | 0.68 |
| Hex | BD | 89 | D4 | B | 23 | 0 | 11 | 11A | 2F | 44 |
| Octal | 275 | 211 | 324 | 13 | 43 | 0 | 21 | 432 | 57 | 104 |
| Binary | 10111101 | 10001001 | 11010100 | 1011 | 100011 | 0 | 10001 | 100011010 | 101111 | 1000100 |
Color Harmonies of #BD89D4
Complementary color
Monochromatic Colors of #BD89D4
Black with #BD89D4
Text Example
Text Example
White with #BD89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89D4; }
p { color: rgb(189,137,212); }
H1.HeaderClassName
{
color: #BD89D4;
}
.AnyTagClassName
{
color: #BD89D4;
}
</style>
background-color css
<style>
a { background-color: #BD89D4; }
a { background-color: rgb(189,137,212); }
div.DivClassName
{
background-color: #BD89D4;
}
.BgClassName
{
background-color: #BD89D4;
}
</style>
border-color css
<style>
span { border-color: #BD89D4; }
span { border-color: rgb(189,137,212); }
td.TdClassName
{
border-color: #BD89D4;
}
.TagClassName
{
border-color: #BD89D4;
}
</style>