Shades of Wisteria #BF89ED
Tints of Wisteria #BF89ED
RGB
CMYK
RGB Variations
Color information
#BF89ED (or 0xBF89ED) is known color: Wisteria. HEX triplet: BF, 89 and ED. RGB value is (191,137,237). Sum of RGB (Red+Green+Blue) = 191+137+237=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89ED is #407612. Grayscale: #A4A4A4. Windows color (decimal): -4224531 or 15567295. OLE color: 15567295.
HSL color Cylindrical-coordinate representation of color #BF89ED: hue angle of 272.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF89ED is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 137 | 237 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.07 |
| HSL | 272.4º | 0.74% | 0.73% | - |
| HSV(B) | 272.4º | 0.42% | 0.93% | - |
| XYZ | 45.72 | 35.08 | 84.48 | - |
| YUV | 164.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 237 | 0.19 | 0.42 | 0 | 0.07 | 272.4 | 0.74 | 0.73 |
| Hex | BF | 89 | ED | 13 | 2A | 0 | 7 | 110 | 4A | 49 |
| Octal | 277 | 211 | 355 | 23 | 52 | 0 | 7 | 420 | 112 | 111 |
| Binary | 10111111 | 10001001 | 11101101 | 10011 | 101010 | 0 | 111 | 100010000 | 1001010 | 1001001 |
Color Harmonies of #BF89ED
Complementary color
Monochromatic Colors of #BF89ED
Black with #BF89ED
Text Example
Text Example
White with #BF89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89ED; }
p { color: rgb(191,137,237); }
H1.HeaderClassName
{
color: #BF89ED;
}
.AnyTagClassName
{
color: #BF89ED;
}
</style>
background-color css
<style>
a { background-color: #BF89ED; }
a { background-color: rgb(191,137,237); }
div.DivClassName
{
background-color: #BF89ED;
}
.BgClassName
{
background-color: #BF89ED;
}
</style>
border-color css
<style>
span { border-color: #BF89ED; }
span { border-color: rgb(191,137,237); }
td.TdClassName
{
border-color: #BF89ED;
}
.TagClassName
{
border-color: #BF89ED;
}
</style>