#BC79C3

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

Shades of East Side #BC79C3

Tints of East Side #BC79C3

Color information

#BC79C3 (or 0xBC79C3) is unknown color: approx East Side. HEX triplet: BC, 79 and C3. RGB value is (188,121,195). Sum of RGB (Red+Green+Blue) = 188+121+195=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79C3 is #43863C. Grayscale: #959595. Windows color (decimal): -4425277 or 12810684. OLE color: 12810684.

HSL color Cylindrical-coordinate representation of color #BC79C3: hue angle of 294.32º degrees, saturation: 0.38, 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 #BC79C3 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188121195-
CMYK0.040.3800.24
HSL294.32º38.14%61.96%-
HSV(B)294.32º37.95%76.47%-
XYZ37.4328.3155.12-
YUV149.47153.7155.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=37.30%
G=24.01%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881211950.040.3800.24294.3238.1461.96
HexBC79C3426018126263e
Octal2741713034460304464676
Binary10111100111100111000011100100110011000100100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79C3; }

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

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

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

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

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

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

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

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