#BC7ED0

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

Shades of East Side #BC7ED0

Tints of East Side #BC7ED0

Color information

#BC7ED0 (or 0xBC7ED0) is unknown color: approx East Side. HEX triplet: BC, 7E and D0. RGB value is (188,126,208). Sum of RGB (Red+Green+Blue) = 188+126+208=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC7ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ED0 is #43812F. Grayscale: #999999. Windows color (decimal): -4423984 or 13663932. OLE color: 13663932.

HSL color Cylindrical-coordinate representation of color #BC7ED0: hue angle of 285.37º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7ED0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188126208-
CMYK0.100.3900.18
HSL285.37º46.59%65.49%-
HSV(B)285.37º39.42%81.57%-
XYZ39.5930.1763.41-
YUV153.89158.54152.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=36.02%
G=24.14%
B=39.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881262080.100.3900.18285.3746.5965.49
HexBC7ED0A2701211d2f41
Octal274176320124702243557101
Binary1011110011111101101000010101001110100101000111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7ED0; }

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

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

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

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

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

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

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

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