#B179BF

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

Shades of East Side #B179BF

Tints of East Side #B179BF

Color information

#B179BF (or 0xB179BF) is unknown color: approx East Side. HEX triplet: B1, 79 and BF. RGB value is (177,121,191). Sum of RGB (Red+Green+Blue) = 177+121+191=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #B179BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179BF is #4E8640. Grayscale: #919191. Windows color (decimal): -5146177 or 12548529. OLE color: 12548529.

HSL color Cylindrical-coordinate representation of color #B179BF: hue angle of 288º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B179BF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177121191-
CMYK0.070.3700.25
HSL288º35.35%61.18%-
HSV(B)288º36.65%74.9%-
XYZ34.3726.7852.65-
YUV145.72153.55150.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.20%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 191 (75% from 255) = 39.06%
R=36.20%
G=24.74%
B=39.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771211910.070.3700.2528835.3561.18
HexB179BF725019120233d
Octal2611712777450314404375
Binary10110001111100110111111111100101011001100100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179BF; }

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

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

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

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

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

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

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

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