#BC79C4

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

Shades of East Side #BC79C4

Tints of East Side #BC79C4

Color information

#BC79C4 (or 0xBC79C4) is unknown color: approx East Side. HEX triplet: BC, 79 and C4. RGB value is (188,121,196). Sum of RGB (Red+Green+Blue) = 188+121+196=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79C4 is #43863B. Grayscale: #959595. Windows color (decimal): -4425276 or 12876220. OLE color: 12876220.

HSL color Cylindrical-coordinate representation of color #BC79C4: hue angle of 293.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC79C4 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188121196-
CMYK0.040.3800.23
HSL293.6º38.86%62.16%-
HSV(B)293.6º38.27%76.86%-
XYZ37.5428.3555.72-
YUV149.58154.2155.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=37.23%
G=23.96%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881211960.040.3800.23293.638.8662.16
HexBC79C4426017126273e
Octal2741713044460274464776
Binary10111100111100111000100100100110010111100100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79C4; }

 p { color: rgb(188,121,196); }

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

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

 a { background-color: rgb(188,121,196); }

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

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

 span { border-color: rgb(188,121,196); }

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