#BC7FED

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

Shades of Wisteria #BC7FED

Tints of Wisteria #BC7FED

Color information

#BC7FED (or 0xBC7FED) is unknown color: approx Wisteria. HEX triplet: BC, 7F and ED. RGB value is (188,127,237). Sum of RGB (Red+Green+Blue) = 188+127+237=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FED is #438012. Grayscale: #9D9D9D. Windows color (decimal): -4423699 or 15564732. OLE color: 15564732.

HSL color Cylindrical-coordinate representation of color #BC7FED: hue angle of 273.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7FED is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188127237-
CMYK0.210.4600.07
HSL273.27º75.34%71.37%-
HSV(B)273.27º46.41%92.94%-
XYZ43.6131.9884-
YUV157.78172.71149.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=34.06%
G=23.01%
B=42.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881272370.210.4600.07273.2775.3471.37
HexBC7FED152E071114b47
Octal274177355255607421113107
Binary1011110011111111110110110101101110011110001000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FED; }

 p { color: rgb(188,127,237); }

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

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

 a { background-color: rgb(188,127,237); }

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

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

 span { border-color: rgb(188,127,237); }

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