#bc7ee0

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

Shades of Wisteria #BC7EE0

Tints of Wisteria #BC7EE0

Color information

#BC7EE0 (or 0xBC7EE0) is unknown color: approx Wisteria. HEX triplet: BC, 7E and E0. RGB value is (188,126,224). Sum of RGB (Red+Green+Blue) = 188+126+224=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EE0 is #43811F. Grayscale: #9B9B9B. Windows color (decimal): -4423968 or 14712508. OLE color: 14712508.

HSL color Cylindrical-coordinate representation of color #BC7EE0: hue angle of 277.96º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7EE0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188126224-
CMYK0.160.4400.12
HSL277.96º61.25%68.63%-
HSV(B)277.96º43.75%87.84%-
XYZ41.6530.9974.31-
YUV155.71166.54151.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=34.94%
G=23.42%
B=41.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881262240.160.4400.12277.9661.2568.63
HexBC7EE0102C0C1163d45
Octal274176340205401442675105
Binary1011110011111101110000010000101100011001000101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7ee0; }

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

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

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

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

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

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

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

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