#B179BB

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

Shades of East Side #B179BB

Tints of East Side #B179BB

Color information

#B179BB (or 0xB179BB) is unknown color: approx East Side. HEX triplet: B1, 79 and BB. RGB value is (177,121,187). Sum of RGB (Red+Green+Blue) = 177+121+187=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B179BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179BB is #4E8644. Grayscale: #919191. Windows color (decimal): -5146181 or 12286385. OLE color: 12286385.

HSL color Cylindrical-coordinate representation of color #B179BB: hue angle of 290.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B179BB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177121187-
CMYK0.050.3500.27
HSL290.91º32.67%60.39%-
HSV(B)290.91º35.29%73.33%-
XYZ33.9426.6150.36-
YUV145.27151.55150.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=36.49%
G=24.95%
B=38.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771211870.050.3500.27290.9132.6760.39
HexB179BB52301B123213c
Octal2611712735430334434174
Binary10110001111100110111011101100011011011100100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179BB; }

 p { color: rgb(177,121,187); }

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

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

 a { background-color: rgb(177,121,187); }

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

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

 span { border-color: rgb(177,121,187); }

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