#BC86F5

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

Shades of Wisteria #BC86F5

Tints of Wisteria #BC86F5

Color information

#BC86F5 (or 0xBC86F5) is unknown color: approx Wisteria. HEX triplet: BC, 86 and F5. RGB value is (188,134,245). Sum of RGB (Red+Green+Blue) = 188+134+245=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC86F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86F5 is #43790A. Grayscale: #A2A2A2. Windows color (decimal): -4421899 or 16090812. OLE color: 16090812.

HSL color Cylindrical-coordinate representation of color #BC86F5: hue angle of 269.19º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC86F5 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188134245-
CMYK0.230.4500.04
HSL269.19º84.73%74.31%-
HSV(B)269.19º45.31%96.08%-
XYZ45.7534.3390.6-
YUV162.8174.39145.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=33.16%
G=23.63%
B=43.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881342450.230.4500.04269.1984.7374.31
HexBC86F5172D0410d554a
Octal274206365275504415125112
Binary10111100100001101111010110111101101010010000110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86F5; }

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

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

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

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

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

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

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

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