#B177BC

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

Shades of East Side #B177BC

Tints of East Side #B177BC

Color information

#B177BC (or 0xB177BC) is unknown color: approx East Side. HEX triplet: B1, 77 and BC. RGB value is (177,119,188). Sum of RGB (Red+Green+Blue) = 177+119+188=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #B177BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BC is #4E8843. Grayscale: #8F8F8F. Windows color (decimal): -5146692 or 12351409. OLE color: 12351409.

HSL color Cylindrical-coordinate representation of color #B177BC: hue angle of 290.43º degrees, saturation: 0.34, 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 #B177BC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177119188-
CMYK0.060.3700.26
HSL290.43º33.99%60.2%-
HSV(B)290.43º36.7%73.73%-
XYZ33.8126.1750.85-
YUV144.21152.72151.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=36.57%
G=24.59%
B=38.84%

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
Decimal1771191880.060.3700.26290.4333.9960.2
HexB177BC62501A122223c
Octal2611672746450324424274
Binary10110001111011110111100110100101011010100100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177BC; }

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

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

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

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

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

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

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

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