#BC86F9

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

Shades of Wisteria #BC86F9

Tints of Wisteria #BC86F9

Color information

#BC86F9 (or 0xBC86F9) is unknown color: approx Wisteria. HEX triplet: BC, 86 and F9. RGB value is (188,134,249). Sum of RGB (Red+Green+Blue) = 188+134+249=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86F9 is #437906. Grayscale: #A2A2A2. Windows color (decimal): -4421895 or 16352956. OLE color: 16352956.

HSL color Cylindrical-coordinate representation of color #BC86F9: hue angle of 268.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC86F9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188134249-
CMYK0.240.4600.02
HSL268.17º90.55%75.1%-
HSV(B)268.17º46.18%97.65%-
XYZ46.3634.5893.85-
YUV163.26176.39145.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=32.92%
G=23.47%
B=43.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881342490.240.4600.02268.1790.5575.1
HexBC86F9182E0210c5b4b
Octal274206371305602414133113
Binary1011110010000110111110011100010111001010000110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86F9; }

 p { color: rgb(188,134,249); }

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

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

 a { background-color: rgb(188,134,249); }

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

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

 span { border-color: rgb(188,134,249); }

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