#BC79C1

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

Shades of East Side #BC79C1

Tints of East Side #BC79C1

Color information

#BC79C1 (or 0xBC79C1) is unknown color: approx East Side. HEX triplet: BC, 79 and C1. RGB value is (188,121,193). Sum of RGB (Red+Green+Blue) = 188+121+193=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79C1 is #43863E. Grayscale: #959595. Windows color (decimal): -4425279 or 12679612. OLE color: 12679612.

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

Color convert

RGB188121193-
CMYK0.030.3700.24
HSL295.83º36.73%61.57%-
HSV(B)295.83º37.31%75.69%-
XYZ37.228.2253.94-
YUV149.24152.7155.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 193 (75.78% from 255) = 38.45%
R=37.45%
G=24.10%
B=38.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881211930.030.3700.24295.8336.7361.57
HexBC79C1325018128253e
Octal2741713013450304504576
Binary1011110011110011100000111100101011000100101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79C1; }

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

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

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

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

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

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

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

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