Shades of Wisteria #BF89F0
Tints of Wisteria #BF89F0
RGB
CMYK
RGB Variations
Color information
#BF89F0 (or 0xBF89F0) is known color: Wisteria. HEX triplet: BF, 89 and F0. RGB value is (191,137,240). Sum of RGB (Red+Green+Blue) = 191+137+240=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89F0 is #40760F. Grayscale: #A4A4A4. Windows color (decimal): -4224528 or 15763903. OLE color: 15763903.
HSL color Cylindrical-coordinate representation of color #BF89F0: hue angle of 271.46º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF89F0 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 137 | 240 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.06 |
| HSL | 271.46º | 0.77% | 0.74% | - |
| HSV(B) | 271.46º | 0.43% | 0.94% | - |
| XYZ | 46.16 | 35.26 | 86.81 | - |
| YUV | 164.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 240 | 0.20 | 0.43 | 0 | 0.06 | 271.46 | 0.77 | 0.74 |
| Hex | BF | 89 | F0 | 14 | 2B | 0 | 6 | 10F | 4D | 4A |
| Octal | 277 | 211 | 360 | 24 | 53 | 0 | 6 | 417 | 115 | 112 |
| Binary | 10111111 | 10001001 | 11110000 | 10100 | 101011 | 0 | 110 | 100001111 | 1001101 | 1001010 |
Color Harmonies of #BF89F0
Complementary color
Monochromatic Colors of #BF89F0
Black with #BF89F0
Text Example
Text Example
White with #BF89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89F0; }
p { color: rgb(191,137,240); }
H1.HeaderClassName
{
color: #BF89F0;
}
.AnyTagClassName
{
color: #BF89F0;
}
</style>
background-color css
<style>
a { background-color: #BF89F0; }
a { background-color: rgb(191,137,240); }
div.DivClassName
{
background-color: #BF89F0;
}
.BgClassName
{
background-color: #BF89F0;
}
</style>
border-color css
<style>
span { border-color: #BF89F0; }
span { border-color: rgb(191,137,240); }
td.TdClassName
{
border-color: #BF89F0;
}
.TagClassName
{
border-color: #BF89F0;
}
</style>