#B176B9

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

Shades of East Side #B176B9

Tints of East Side #B176B9

Color information

#B176B9 (or 0xB176B9) is unknown color: approx East Side. HEX triplet: B1, 76 and B9. RGB value is (177,118,185). Sum of RGB (Red+Green+Blue) = 177+118+185=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #B176B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176B9 is #4E8946. Grayscale: #8F8F8F. Windows color (decimal): -5146951 or 12154545. OLE color: 12154545.

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

Color convert

RGB177118185-
CMYK0.040.3600.27
HSL292.84º32.37%59.41%-
HSV(B)292.84º36.22%72.55%-
XYZ33.3725.8149.12-
YUV143.28151.55152.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 118 (46.48% from 255) = 24.58%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=36.88%
G=24.58%
B=38.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771181850.040.3600.27292.8432.3759.41
HexB176B942401B125203b
Octal2611662714440334454073
Binary10110001111011010111001100100100011011100100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176B9; }

 p { color: rgb(177,118,185); }

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

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

 a { background-color: rgb(177,118,185); }

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

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

 span { border-color: rgb(177,118,185); }

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