#BF86F6

Color #BF86F6 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BF86F6

Tints of Wisteria #BF86F6

Color information

#BF86F6 (or 0xBF86F6) is unknown color: approx Wisteria. HEX triplet: BF, 86 and F6. RGB value is (191,134,246). Sum of RGB (Red+Green+Blue) = 191+134+246=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF86F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF86F6 is #407909. Grayscale: #A3A3A3. Windows color (decimal): -4225290 or 16156351. OLE color: 16156351.

HSL color Cylindrical-coordinate representation of color #BF86F6: hue angle of 270.54º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF86F6 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191134246-
CMYK0.220.4600.04
HSL270.54º86.15%74.51%-
HSV(B)270.54º45.53%96.47%-
XYZ46.6534.7891.44-
YUV163.81174.38147.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=33.45%
G=23.47%
B=43.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911342460.220.4600.04270.5486.1574.51
HexBF86F6162E0410f564b
Octal277206366265604417126113
Binary10111111100001101111011010110101110010010000111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86F6; }

 p { color: rgb(191,134,246); }

 H1.HeaderClassName
 {
   color: #BF86F6;
 }
 .AnyTagClassName
 {
   color: #BF86F6;
 }
</style>
background-color css

<style>
 a { background-color: #BF86F6; }

 a { background-color: rgb(191,134,246); }

 div.DivClassName
 {
   background-color: #BF86F6;
 }
 .BgClassName
 {
   background-color: #BF86F6;
 }
</style>
border-color css

<style>
 span { border-color: #BF86F6; }

 span { border-color: rgb(191,134,246); }

 td.TdClassName
 {
   border-color: #BF86F6;
 }
 .TagClassName
 {
   border-color: #BF86F6;
 }
</style>