Shades of Wisteria #BF8DF0
Tints of Wisteria #BF8DF0
RGB
CMYK
RGB Variations
Color information
#BF8DF0 (or 0xBF8DF0) is known color: Wisteria. HEX triplet: BF, 8D and F0. RGB value is (191,141,240). Sum of RGB (Red+Green+Blue) = 191+141+240=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF8DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DF0 is #40720F. Grayscale: #A6A6A6. Windows color (decimal): -4223504 or 15764927. OLE color: 15764927.
HSL color Cylindrical-coordinate representation of color #BF8DF0: hue angle of 270.3º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8DF0 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 141 | 240 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.06 |
| HSL | 270.3º | 0.77% | 0.75% | - |
| HSV(B) | 270.3º | 0.41% | 0.94% | - |
| XYZ | 46.74 | 36.42 | 87 | - |
| YUV | 167.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 240 | 0.20 | 0.41 | 0 | 0.06 | 270.3 | 0.77 | 0.75 |
| Hex | BF | 8D | F0 | 14 | 29 | 0 | 6 | 10E | 4D | 4B |
| Octal | 277 | 215 | 360 | 24 | 51 | 0 | 6 | 416 | 115 | 113 |
| Binary | 10111111 | 10001101 | 11110000 | 10100 | 101001 | 0 | 110 | 100001110 | 1001101 | 1001011 |
Color Harmonies of #BF8DF0
Complementary color
Monochromatic Colors of #BF8DF0
Black with #BF8DF0
Text Example
Text Example
White with #BF8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DF0; }
p { color: rgb(191,141,240); }
H1.HeaderClassName
{
color: #BF8DF0;
}
.AnyTagClassName
{
color: #BF8DF0;
}
</style>
background-color css
<style>
a { background-color: #BF8DF0; }
a { background-color: rgb(191,141,240); }
div.DivClassName
{
background-color: #BF8DF0;
}
.BgClassName
{
background-color: #BF8DF0;
}
</style>
border-color css
<style>
span { border-color: #BF8DF0; }
span { border-color: rgb(191,141,240); }
td.TdClassName
{
border-color: #BF8DF0;
}
.TagClassName
{
border-color: #BF8DF0;
}
</style>