Shades of Wisteria #BF89DB
Tints of Wisteria #BF89DB
RGB
CMYK
RGB Variations
Color information
#BF89DB (or 0xBF89DB) is known color: Wisteria. HEX triplet: BF, 89 and DB. RGB value is (191,137,219). Sum of RGB (Red+Green+Blue) = 191+137+219=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89DB is #407624. Grayscale: #A2A2A2. Windows color (decimal): -4224549 or 14387647. OLE color: 14387647.
HSL color Cylindrical-coordinate representation of color #BF89DB: hue angle of 279.51º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF89DB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 137 | 219 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.14 |
| HSL | 279.51º | 0.53% | 0.7% | - |
| HSV(B) | 279.51º | 0.37% | 0.86% | - |
| XYZ | 43.22 | 34.08 | 71.32 | - |
| YUV | 162.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 219 | 0.13 | 0.37 | 0 | 0.14 | 279.51 | 0.53 | 0.7 |
| Hex | BF | 89 | DB | D | 25 | 0 | E | 118 | 35 | 46 |
| Octal | 277 | 211 | 333 | 15 | 45 | 0 | 16 | 430 | 65 | 106 |
| Binary | 10111111 | 10001001 | 11011011 | 1101 | 100101 | 0 | 1110 | 100011000 | 110101 | 1000110 |
Color Harmonies of #BF89DB
Complementary color
Monochromatic Colors of #BF89DB
Black with #BF89DB
Text Example
Text Example
White with #BF89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89DB; }
p { color: rgb(191,137,219); }
H1.HeaderClassName
{
color: #BF89DB;
}
.AnyTagClassName
{
color: #BF89DB;
}
</style>
background-color css
<style>
a { background-color: #BF89DB; }
a { background-color: rgb(191,137,219); }
div.DivClassName
{
background-color: #BF89DB;
}
.BgClassName
{
background-color: #BF89DB;
}
</style>
border-color css
<style>
span { border-color: #BF89DB; }
span { border-color: rgb(191,137,219); }
td.TdClassName
{
border-color: #BF89DB;
}
.TagClassName
{
border-color: #BF89DB;
}
</style>