Shades of Wisteria #BF8EE1
Tints of Wisteria #BF8EE1
RGB
CMYK
RGB Variations
Color information
#BF8EE1 (or 0xBF8EE1) is known color: Wisteria. HEX triplet: BF, 8E and E1. RGB value is (191,142,225). Sum of RGB (Red+Green+Blue) = 191+142+225=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EE1 is #40711E. Grayscale: #A5A5A5. Windows color (decimal): -4223263 or 14782143. OLE color: 14782143.
HSL color Cylindrical-coordinate representation of color #BF8EE1: hue angle of 275.42º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8EE1 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 142 | 225 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.12 |
| HSL | 275.42º | 0.58% | 0.72% | - |
| HSV(B) | 275.42º | 0.37% | 0.88% | - |
| XYZ | 44.75 | 35.86 | 75.8 | - |
| YUV | 166.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 225 | 0.15 | 0.37 | 0 | 0.12 | 275.42 | 0.58 | 0.72 |
| Hex | BF | 8E | E1 | F | 25 | 0 | C | 113 | 3A | 48 |
| Octal | 277 | 216 | 341 | 17 | 45 | 0 | 14 | 423 | 72 | 110 |
| Binary | 10111111 | 10001110 | 11100001 | 1111 | 100101 | 0 | 1100 | 100010011 | 111010 | 1001000 |
Color Harmonies of #BF8EE1
Complementary color
Monochromatic Colors of #BF8EE1
Black with #BF8EE1
Text Example
Text Example
White with #BF8EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8EE1; }
p { color: rgb(191,142,225); }
H1.HeaderClassName
{
color: #BF8EE1;
}
.AnyTagClassName
{
color: #BF8EE1;
}
</style>
background-color css
<style>
a { background-color: #BF8EE1; }
a { background-color: rgb(191,142,225); }
div.DivClassName
{
background-color: #BF8EE1;
}
.BgClassName
{
background-color: #BF8EE1;
}
</style>
border-color css
<style>
span { border-color: #BF8EE1; }
span { border-color: rgb(191,142,225); }
td.TdClassName
{
border-color: #BF8EE1;
}
.TagClassName
{
border-color: #BF8EE1;
}
</style>