Shades of Wisteria #BF89D9
Tints of Wisteria #BF89D9
RGB
CMYK
RGB Variations
Color information
#BF89D9 (or 0xBF89D9) is known color: Wisteria. HEX triplet: BF, 89 and D9. RGB value is (191,137,217). Sum of RGB (Red+Green+Blue) = 191+137+217=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89D9 is #407626. Grayscale: #A2A2A2. Windows color (decimal): -4224551 or 14256575. OLE color: 14256575.
HSL color Cylindrical-coordinate representation of color #BF89D9: hue angle of 280.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF89D9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 137 | 217 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.15 |
| HSL | 280.5º | 0.51% | 0.69% | - |
| HSV(B) | 280.5º | 0.37% | 0.85% | - |
| XYZ | 42.96 | 33.98 | 69.94 | - |
| YUV | 162.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 217 | 0.12 | 0.37 | 0 | 0.15 | 280.5 | 0.51 | 0.69 |
| Hex | BF | 89 | D9 | C | 25 | 0 | F | 118 | 33 | 45 |
| Octal | 277 | 211 | 331 | 14 | 45 | 0 | 17 | 430 | 63 | 105 |
| Binary | 10111111 | 10001001 | 11011001 | 1100 | 100101 | 0 | 1111 | 100011000 | 110011 | 1000101 |
Color Harmonies of #BF89D9
Complementary color
Monochromatic Colors of #BF89D9
Black with #BF89D9
Text Example
Text Example
White with #BF89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89D9; }
p { color: rgb(191,137,217); }
H1.HeaderClassName
{
color: #BF89D9;
}
.AnyTagClassName
{
color: #BF89D9;
}
</style>
background-color css
<style>
a { background-color: #BF89D9; }
a { background-color: rgb(191,137,217); }
div.DivClassName
{
background-color: #BF89D9;
}
.BgClassName
{
background-color: #BF89D9;
}
</style>
border-color css
<style>
span { border-color: #BF89D9; }
span { border-color: rgb(191,137,217); }
td.TdClassName
{
border-color: #BF89D9;
}
.TagClassName
{
border-color: #BF89D9;
}
</style>