#BC79C2

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

Shades of East Side #BC79C2

Tints of East Side #BC79C2

Color information

#BC79C2 (or 0xBC79C2) is unknown color: approx East Side. HEX triplet: BC, 79 and C2. RGB value is (188,121,194). Sum of RGB (Red+Green+Blue) = 188+121+194=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79C2 is #43863D. Grayscale: #959595. Windows color (decimal): -4425278 or 12745148. OLE color: 12745148.

HSL color Cylindrical-coordinate representation of color #BC79C2: hue angle of 295.07º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC79C2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188121194-
CMYK0.030.3800.24
HSL295.07º37.44%61.76%-
HSV(B)295.07º37.63%76.08%-
XYZ37.3128.2654.53-
YUV149.36153.2155.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 121 (47.66% from 255) = 24.06%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=37.38%
G=24.06%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881211940.030.3800.24295.0737.4461.76
HexBC79C2326018127253e
Octal2741713023460304474576
Binary1011110011110011100001011100110011000100100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79C2; }

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

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

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

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

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

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

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

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