Shades of Wisteria #BD89DF
Tints of Wisteria #BD89DF
RGB
CMYK
RGB Variations
Color information
#BD89DF (or 0xBD89DF) is known color: Wisteria. HEX triplet: BD, 89 and DF. RGB value is (189,137,223). Sum of RGB (Red+Green+Blue) = 189+137+223=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89DF is #427620. Grayscale: #A2A2A2. Windows color (decimal): -4355617 or 14649789. OLE color: 14649789.
HSL color Cylindrical-coordinate representation of color #BD89DF: hue angle of 276.28º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD89DF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 137 | 223 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.13 |
| HSL | 276.28º | 0.57% | 0.71% | - |
| HSV(B) | 276.28º | 0.39% | 0.87% | - |
| XYZ | 43.25 | 34.04 | 74.1 | - |
| YUV | 162.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 223 | 0.15 | 0.39 | 0 | 0.13 | 276.28 | 0.57 | 0.71 |
| Hex | BD | 89 | DF | F | 27 | 0 | D | 114 | 39 | 47 |
| Octal | 275 | 211 | 337 | 17 | 47 | 0 | 15 | 424 | 71 | 107 |
| Binary | 10111101 | 10001001 | 11011111 | 1111 | 100111 | 0 | 1101 | 100010100 | 111001 | 1000111 |
Color Harmonies of #BD89DF
Complementary color
Monochromatic Colors of #BD89DF
Black with #BD89DF
Text Example
Text Example
White with #BD89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89DF; }
p { color: rgb(189,137,223); }
H1.HeaderClassName
{
color: #BD89DF;
}
.AnyTagClassName
{
color: #BD89DF;
}
</style>
background-color css
<style>
a { background-color: #BD89DF; }
a { background-color: rgb(189,137,223); }
div.DivClassName
{
background-color: #BD89DF;
}
.BgClassName
{
background-color: #BD89DF;
}
</style>
border-color css
<style>
span { border-color: #BD89DF; }
span { border-color: rgb(189,137,223); }
td.TdClassName
{
border-color: #BD89DF;
}
.TagClassName
{
border-color: #BD89DF;
}
</style>