Shades of Wisteria #BF86E4
Tints of Wisteria #BF86E4
RGB
CMYK
RGB Variations
Color information
#BF86E4 (or 0xBF86E4) is known color: Wisteria. HEX triplet: BF, 86 and E4. RGB value is (191,134,228). Sum of RGB (Red+Green+Blue) = 191+134+228=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF86E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86E4 is #40791B. Grayscale: #A1A1A1. Windows color (decimal): -4225308 or 14976703. OLE color: 14976703.
HSL color Cylindrical-coordinate representation of color #BF86E4: hue angle of 276.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF86E4 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 134 | 228 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.11 |
| HSL | 276.38º | 0.64% | 0.71% | - |
| HSV(B) | 276.38º | 0.41% | 0.89% | - |
| XYZ | 44.01 | 33.73 | 77.59 | - |
| YUV | 161.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 228 | 0.16 | 0.41 | 0 | 0.11 | 276.38 | 0.64 | 0.71 |
| Hex | BF | 86 | E4 | 10 | 29 | 0 | B | 114 | 40 | 47 |
| Octal | 277 | 206 | 344 | 20 | 51 | 0 | 13 | 424 | 100 | 107 |
| Binary | 10111111 | 10000110 | 11100100 | 10000 | 101001 | 0 | 1011 | 100010100 | 1000000 | 1000111 |
Color Harmonies of #BF86E4
Complementary color
Monochromatic Colors of #BF86E4
Black with #BF86E4
Text Example
Text Example
White with #BF86E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF86E4; }
p { color: rgb(191,134,228); }
H1.HeaderClassName
{
color: #BF86E4;
}
.AnyTagClassName
{
color: #BF86E4;
}
</style>
background-color css
<style>
a { background-color: #BF86E4; }
a { background-color: rgb(191,134,228); }
div.DivClassName
{
background-color: #BF86E4;
}
.BgClassName
{
background-color: #BF86E4;
}
</style>
border-color css
<style>
span { border-color: #BF86E4; }
span { border-color: rgb(191,134,228); }
td.TdClassName
{
border-color: #BF86E4;
}
.TagClassName
{
border-color: #BF86E4;
}
</style>