Shades of Wisteria #BF86DF
Tints of Wisteria #BF86DF
RGB
CMYK
RGB Variations
Color information
#BF86DF (or 0xBF86DF) is known color: Wisteria. HEX triplet: BF, 86 and DF. RGB value is (191,134,223). Sum of RGB (Red+Green+Blue) = 191+134+223=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86DF is #407920. Grayscale: #A0A0A0. Windows color (decimal): -4225313 or 14649023. OLE color: 14649023.
HSL color Cylindrical-coordinate representation of color #BF86DF: hue angle of 278.43º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF86DF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 134 | 223 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.13 |
| HSL | 278.43º | 0.58% | 0.7% | - |
| HSV(B) | 278.43º | 0.4% | 0.87% | - |
| XYZ | 43.33 | 33.45 | 73.99 | - |
| YUV | 161.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 223 | 0.14 | 0.40 | 0 | 0.13 | 278.43 | 0.58 | 0.7 |
| Hex | BF | 86 | DF | E | 28 | 0 | D | 116 | 3A | 46 |
| Octal | 277 | 206 | 337 | 16 | 50 | 0 | 15 | 426 | 72 | 106 |
| Binary | 10111111 | 10000110 | 11011111 | 1110 | 101000 | 0 | 1101 | 100010110 | 111010 | 1000110 |
Color Harmonies of #BF86DF
Complementary color
Monochromatic Colors of #BF86DF
Black with #BF86DF
Text Example
Text Example
White with #BF86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF86DF; }
p { color: rgb(191,134,223); }
H1.HeaderClassName
{
color: #BF86DF;
}
.AnyTagClassName
{
color: #BF86DF;
}
</style>
background-color css
<style>
a { background-color: #BF86DF; }
a { background-color: rgb(191,134,223); }
div.DivClassName
{
background-color: #BF86DF;
}
.BgClassName
{
background-color: #BF86DF;
}
</style>
border-color css
<style>
span { border-color: #BF86DF; }
span { border-color: rgb(191,134,223); }
td.TdClassName
{
border-color: #BF86DF;
}
.TagClassName
{
border-color: #BF86DF;
}
</style>