#B176C3

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

Shades of East Side #B176C3

Tints of East Side #B176C3

Color information

#B176C3 (or 0xB176C3) is unknown color: approx East Side. HEX triplet: B1, 76 and C3. RGB value is (177,118,195). Sum of RGB (Red+Green+Blue) = 177+118+195=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #B176C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176C3 is #4E893C. Grayscale: #909090. Windows color (decimal): -5146941 or 12809905. OLE color: 12809905.

HSL color Cylindrical-coordinate representation of color #B176C3: hue angle of 285.97º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B176C3 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177118195-
CMYK0.090.3900.24
HSL285.97º39.09%61.37%-
HSV(B)285.97º39.49%76.47%-
XYZ34.4626.2454.88-
YUV144.42156.55151.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=36.12%
G=24.08%
B=39.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771181950.090.3900.24285.9739.0961.37
HexB176C392701811e273d
Octal26116630311470304364775
Binary101100011110110110000111001100111011000100011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176C3; }

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

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

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

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

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

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

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

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