#BC7ECE

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

Shades of East Side #BC7ECE

Tints of East Side #BC7ECE

Color information

#BC7ECE (or 0xBC7ECE) is unknown color: approx East Side. HEX triplet: BC, 7E and CE. RGB value is (188,126,206). Sum of RGB (Red+Green+Blue) = 188+126+206=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ECE is #438131. Grayscale: #999999. Windows color (decimal): -4423986 or 13532860. OLE color: 13532860.

HSL color Cylindrical-coordinate representation of color #BC7ECE: hue angle of 286.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7ECE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188126206-
CMYK0.090.3900.19
HSL286.5º44.94%65.1%-
HSV(B)286.5º38.83%80.78%-
XYZ39.3430.0762.12-
YUV153.66157.54152.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=36.15%
G=24.23%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881262060.090.3900.19286.544.9465.1
HexBC7ECE92701311e2d41
Octal274176316114702343655101
Binary1011110011111101100111010011001110100111000111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7ECE; }

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

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

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

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

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

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

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

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