#B177BA

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

Shades of East Side #B177BA

Tints of East Side #B177BA

Color information

#B177BA (or 0xB177BA) is unknown color: approx East Side. HEX triplet: B1, 77 and BA. RGB value is (177,119,186). Sum of RGB (Red+Green+Blue) = 177+119+186=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B177BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BA is #4E8845. Grayscale: #8F8F8F. Windows color (decimal): -5146694 or 12220337. OLE color: 12220337.

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

Color convert

RGB177119186-
CMYK0.050.3600.27
HSL291.94º32.68%59.8%-
HSV(B)291.94º36.02%72.94%-
XYZ33.5926.0949.72-
YUV143.98151.72151.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=36.72%
G=24.69%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771191860.050.3600.27291.9432.6859.8
HexB177BA52401B124213c
Octal2611672725440334444174
Binary10110001111011110111010101100100011011100100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177BA; }

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

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

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

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

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

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

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

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