#BC7EED

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

Shades of Wisteria #BC7EED

Tints of Wisteria #BC7EED

Color information

#BC7EED (or 0xBC7EED) is unknown color: approx Wisteria. HEX triplet: BC, 7E and ED. RGB value is (188,126,237). Sum of RGB (Red+Green+Blue) = 188+126+237=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC7EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EED is #438112. Grayscale: #9C9C9C. Windows color (decimal): -4423955 or 15564476. OLE color: 15564476.

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

Color convert

RGB188126237-
CMYK0.210.4700.07
HSL273.51º75.51%71.18%-
HSV(B)273.51º46.84%92.94%-
XYZ43.4931.7383.95-
YUV157.19173.04149.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=34.12%
G=22.87%
B=43.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881262370.210.4700.07273.5175.5171.18
HexBC7EED152F071124c47
Octal274176355255707422114107
Binary1011110011111101110110110101101111011110001001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EED; }

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

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

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

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

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

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

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

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