#BC7EEA

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

Shades of Wisteria #BC7EEA

Tints of Wisteria #BC7EEA

Color information

#BC7EEA (or 0xBC7EEA) is unknown color: approx Wisteria. HEX triplet: BC, 7E and EA. RGB value is (188,126,234). Sum of RGB (Red+Green+Blue) = 188+126+234=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EEA is #438115. Grayscale: #9C9C9C. Windows color (decimal): -4423958 or 15367868. OLE color: 15367868.

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

Color convert

RGB188126234-
CMYK0.200.4600.08
HSL274.44º72%70.59%-
HSV(B)274.44º46.15%91.76%-
XYZ43.0531.5581.66-
YUV156.85171.54150.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 126 (49.61% from 255) = 22.99%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=34.31%
G=22.99%
B=42.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881262340.200.4600.08274.447270.59
HexBC7EEA142E081124847
Octal2741763522456010422110107
Binary10111100111111011101010101001011100100010001001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EEA; }

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

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

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

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

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

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

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

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