#BC7ECF

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

Shades of East Side #BC7ECF

Tints of East Side #BC7ECF

Color information

#BC7ECF (or 0xBC7ECF) is unknown color: approx East Side. HEX triplet: BC, 7E and CF. RGB value is (188,126,207). Sum of RGB (Red+Green+Blue) = 188+126+207=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ECF is #438130. Grayscale: #999999. Windows color (decimal): -4423985 or 13598396. OLE color: 13598396.

HSL color Cylindrical-coordinate representation of color #BC7ECF: hue angle of 285.93º degrees, saturation: 0.46, 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 #BC7ECF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188126207-
CMYK0.090.3900.19
HSL285.93º45.76%65.29%-
HSV(B)285.93º39.13%81.18%-
XYZ39.4630.1262.76-
YUV153.77158.04152.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=36.08%
G=24.18%
B=39.73%

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
Decimal1881262070.090.3900.19285.9345.7665.29
HexBC7ECF92701311e2e41
Octal274176317114702343656101
Binary1011110011111101100111110011001110100111000111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7ECF; }

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

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

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

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

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

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

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

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