Shades of Wisteria #BD89D6
Tints of Wisteria #BD89D6
RGB
CMYK
RGB Variations
Color information
#BD89D6 (or 0xBD89D6) is known color: Wisteria. HEX triplet: BD, 89 and D6. RGB value is (189,137,214). Sum of RGB (Red+Green+Blue) = 189+137+214=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89D6 is #427629. Grayscale: #A1A1A1. Windows color (decimal): -4355626 or 14059965. OLE color: 14059965.
HSL color Cylindrical-coordinate representation of color #BD89D6: hue angle of 280.52º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD89D6 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 137 | 214 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.16 |
| HSL | 280.52º | 0.48% | 0.69% | - |
| HSV(B) | 280.52º | 0.36% | 0.84% | - |
| XYZ | 42.07 | 33.57 | 67.88 | - |
| YUV | 161.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 214 | 0.12 | 0.36 | 0 | 0.16 | 280.52 | 0.48 | 0.69 |
| Hex | BD | 89 | D6 | C | 24 | 0 | 10 | 119 | 30 | 45 |
| Octal | 275 | 211 | 326 | 14 | 44 | 0 | 20 | 431 | 60 | 105 |
| Binary | 10111101 | 10001001 | 11010110 | 1100 | 100100 | 0 | 10000 | 100011001 | 110000 | 1000101 |
Color Harmonies of #BD89D6
Complementary color
Monochromatic Colors of #BD89D6
Black with #BD89D6
Text Example
Text Example
White with #BD89D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89D6; }
p { color: rgb(189,137,214); }
H1.HeaderClassName
{
color: #BD89D6;
}
.AnyTagClassName
{
color: #BD89D6;
}
</style>
background-color css
<style>
a { background-color: #BD89D6; }
a { background-color: rgb(189,137,214); }
div.DivClassName
{
background-color: #BD89D6;
}
.BgClassName
{
background-color: #BD89D6;
}
</style>
border-color css
<style>
span { border-color: #BD89D6; }
span { border-color: rgb(189,137,214); }
td.TdClassName
{
border-color: #BD89D6;
}
.TagClassName
{
border-color: #BD89D6;
}
</style>