#B177BD

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

Shades of East Side #B177BD

Tints of East Side #B177BD

Color information

#B177BD (or 0xB177BD) is unknown color: approx East Side. HEX triplet: B1, 77 and BD. RGB value is (177,119,189). Sum of RGB (Red+Green+Blue) = 177+119+189=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #B177BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BD is #4E8842. Grayscale: #909090. Windows color (decimal): -5146691 or 12416945. OLE color: 12416945.

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

Color convert

RGB177119189-
CMYK0.060.3700.26
HSL289.71º34.65%60.39%-
HSV(B)289.71º37.04%74.12%-
XYZ33.9126.2151.42-
YUV144.32153.22151.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=36.49%
G=24.54%
B=38.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771191890.060.3700.26289.7134.6560.39
HexB177BD62501A122233c
Octal2611672756450324424374
Binary10110001111011110111101110100101011010100100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177BD; }

 p { color: rgb(177,119,189); }

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

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

 a { background-color: rgb(177,119,189); }

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

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

 span { border-color: rgb(177,119,189); }

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