#BC86EB

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

Shades of Wisteria #BC86EB

Tints of Wisteria #BC86EB

Color information

#BC86EB (or 0xBC86EB) is unknown color: approx Wisteria. HEX triplet: BC, 86 and EB. RGB value is (188,134,235). Sum of RGB (Red+Green+Blue) = 188+134+235=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC86EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86EB is #437914. Grayscale: #A1A1A1. Windows color (decimal): -4421909 or 15435452. OLE color: 15435452.

HSL color Cylindrical-coordinate representation of color #BC86EB: hue angle of 272.08º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC86EB is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188134235-
CMYK0.20.4300.08
HSL272.08º71.63%72.35%-
HSV(B)272.08º42.98%92.16%-
XYZ44.2633.7482.78-
YUV161.66169.39146.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=33.75%
G=24.06%
B=42.19%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881342350.20.4300.08272.0871.6372.35
HexBC86EB142B081104848
Octal2742063532453010420110110
Binary101111001000011011101011101001010110100010001000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC86EB; }

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

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

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

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

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

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

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

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