Shades of Wisteria #BF89DC
Tints of Wisteria #BF89DC
RGB
CMYK
RGB Variations
Color information
#BF89DC (or 0xBF89DC) is known color: Wisteria. HEX triplet: BF, 89 and DC. RGB value is (191,137,220). Sum of RGB (Red+Green+Blue) = 191+137+220=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89DC is #407623. Grayscale: #A2A2A2. Windows color (decimal): -4224548 or 14453183. OLE color: 14453183.
HSL color Cylindrical-coordinate representation of color #BF89DC: hue angle of 279.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF89DC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 137 | 220 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.14 |
| HSL | 279.04º | 0.54% | 0.7% | - |
| HSV(B) | 279.04º | 0.38% | 0.86% | - |
| XYZ | 43.35 | 34.13 | 72.01 | - |
| YUV | 162.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 220 | 0.13 | 0.38 | 0 | 0.14 | 279.04 | 0.54 | 0.7 |
| Hex | BF | 89 | DC | D | 26 | 0 | E | 117 | 36 | 46 |
| Octal | 277 | 211 | 334 | 15 | 46 | 0 | 16 | 427 | 66 | 106 |
| Binary | 10111111 | 10001001 | 11011100 | 1101 | 100110 | 0 | 1110 | 100010111 | 110110 | 1000110 |
Color Harmonies of #BF89DC
Complementary color
Monochromatic Colors of #BF89DC
Black with #BF89DC
Text Example
Text Example
White with #BF89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89DC; }
p { color: rgb(191,137,220); }
H1.HeaderClassName
{
color: #BF89DC;
}
.AnyTagClassName
{
color: #BF89DC;
}
</style>
background-color css
<style>
a { background-color: #BF89DC; }
a { background-color: rgb(191,137,220); }
div.DivClassName
{
background-color: #BF89DC;
}
.BgClassName
{
background-color: #BF89DC;
}
</style>
border-color css
<style>
span { border-color: #BF89DC; }
span { border-color: rgb(191,137,220); }
td.TdClassName
{
border-color: #BF89DC;
}
.TagClassName
{
border-color: #BF89DC;
}
</style>