#BC7ED8

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

Shades of East Side #BC7ED8

Tints of East Side #BC7ED8

Color information

#BC7ED8 (or 0xBC7ED8) is unknown color: approx East Side. HEX triplet: BC, 7E and D8. RGB value is (188,126,216). Sum of RGB (Red+Green+Blue) = 188+126+216=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ED8 is #438127. Grayscale: #9A9A9A. Windows color (decimal): -4423976 or 14188220. OLE color: 14188220.

HSL color Cylindrical-coordinate representation of color #BC7ED8: hue angle of 281.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7ED8 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188126216-
CMYK0.130.4200.15
HSL281.33º53.57%67.06%-
HSV(B)281.33º41.67%84.71%-
XYZ40.5930.5768.73-
YUV154.8162.54151.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 216 (84.77% from 255) = 40.75%
R=35.47%
G=23.77%
B=40.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881262160.130.4200.15281.3353.5767.06
HexBC7ED8D2A0F1193643
Octal274176330155201743166103
Binary101111001111110110110001101101010011111000110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7ED8; }

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

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

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

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

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

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

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

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