#B179BC

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

Shades of East Side #B179BC

Tints of East Side #B179BC

Color information

#B179BC (or 0xB179BC) is unknown color: approx East Side. HEX triplet: B1, 79 and BC. RGB value is (177,121,188). Sum of RGB (Red+Green+Blue) = 177+121+188=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B179BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179BC is #4E8643. Grayscale: #919191. Windows color (decimal): -5146180 or 12351921. OLE color: 12351921.

HSL color Cylindrical-coordinate representation of color #B179BC: hue angle of 290.15º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B179BC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177121188-
CMYK0.060.3600.26
HSL290.15º33.33%60.59%-
HSV(B)290.15º35.64%73.73%-
XYZ34.0526.6550.93-
YUV145.38152.05150.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=36.42%
G=24.90%
B=38.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771211880.060.3600.26290.1533.3360.59
HexB179BC62401A122213d
Octal2611712746440324424175
Binary10110001111100110111100110100100011010100100010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179BC; }

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

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

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

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

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

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

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

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