#BC7FCE

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

Shades of East Side #BC7FCE

Tints of East Side #BC7FCE

Color information

#BC7FCE (or 0xBC7FCE) is unknown color: approx East Side. HEX triplet: BC, 7F and CE. RGB value is (188,127,206). Sum of RGB (Red+Green+Blue) = 188+127+206=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FCE is #438031. Grayscale: #999999. Windows color (decimal): -4423730 or 13533116. OLE color: 13533116.

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

Color convert

RGB188127206-
CMYK0.090.3800.19
HSL286.33º44.63%65.29%-
HSV(B)286.33º38.35%80.78%-
XYZ39.4730.3362.17-
YUV154.24157.21152.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=36.08%
G=24.38%
B=39.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881272060.090.3800.19286.3344.6365.29
HexBC7FCE92601311e2d41
Octal274177316114602343655101
Binary1011110011111111100111010011001100100111000111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FCE; }

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

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

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

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

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

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

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

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