#B177BF

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

Shades of East Side #B177BF

Tints of East Side #B177BF

Color information

#B177BF (or 0xB177BF) is unknown color: approx East Side. HEX triplet: B1, 77 and BF. RGB value is (177,119,191). Sum of RGB (Red+Green+Blue) = 177+119+191=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B177BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177BF is #4E8840. Grayscale: #909090. Windows color (decimal): -5146689 or 12548017. OLE color: 12548017.

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

Color convert

RGB177119191-
CMYK0.070.3800.25
HSL288.33º36%60.78%-
HSV(B)288.33º37.7%74.9%-
XYZ34.1326.352.57-
YUV144.55154.22151.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 191 (75% from 255) = 39.22%
R=36.34%
G=24.44%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771191910.070.3800.25288.333660.78
HexB177BF726019120243d
Octal2611672777460314404475
Binary10110001111011110111111111100110011001100100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177BF; }

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

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

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

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

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

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

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

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