Shades of Wisteria #BF89DA
Tints of Wisteria #BF89DA
RGB
CMYK
RGB Variations
Color information
#BF89DA (or 0xBF89DA) is known color: Wisteria. HEX triplet: BF, 89 and DA. RGB value is (191,137,218). Sum of RGB (Red+Green+Blue) = 191+137+218=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89DA is #407625. Grayscale: #A2A2A2. Windows color (decimal): -4224550 or 14322111. OLE color: 14322111.
HSL color Cylindrical-coordinate representation of color #BF89DA: hue angle of 280º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF89DA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 137 | 218 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.15 |
| HSL | 280º | 0.52% | 0.7% | - |
| HSV(B) | 280º | 0.37% | 0.85% | - |
| XYZ | 43.09 | 34.03 | 70.63 | - |
| YUV | 162.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 218 | 0.12 | 0.37 | 0 | 0.15 | 280 | 0.52 | 0.7 |
| Hex | BF | 89 | DA | C | 25 | 0 | F | 118 | 34 | 46 |
| Octal | 277 | 211 | 332 | 14 | 45 | 0 | 17 | 430 | 64 | 106 |
| Binary | 10111111 | 10001001 | 11011010 | 1100 | 100101 | 0 | 1111 | 100011000 | 110100 | 1000110 |
Color Harmonies of #BF89DA
Complementary color
Monochromatic Colors of #BF89DA
Black with #BF89DA
Text Example
Text Example
White with #BF89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89DA; }
p { color: rgb(191,137,218); }
H1.HeaderClassName
{
color: #BF89DA;
}
.AnyTagClassName
{
color: #BF89DA;
}
</style>
background-color css
<style>
a { background-color: #BF89DA; }
a { background-color: rgb(191,137,218); }
div.DivClassName
{
background-color: #BF89DA;
}
.BgClassName
{
background-color: #BF89DA;
}
</style>
border-color css
<style>
span { border-color: #BF89DA; }
span { border-color: rgb(191,137,218); }
td.TdClassName
{
border-color: #BF89DA;
}
.TagClassName
{
border-color: #BF89DA;
}
</style>