#B177CA

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

Shades of East Side #B177CA

Tints of East Side #B177CA

Color information

#B177CA (or 0xB177CA) is unknown color: approx East Side. HEX triplet: B1, 77 and CA. RGB value is (177,119,202). Sum of RGB (Red+Green+Blue) = 177+119+202=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #B177CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177CA is #4E8835. Grayscale: #919191. Windows color (decimal): -5146678 or 13268913. OLE color: 13268913.

HSL color Cylindrical-coordinate representation of color #B177CA: hue angle of 281.93º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B177CA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177119202-
CMYK0.120.4100.21
HSL281.93º43.92%62.94%-
HSV(B)281.93º41.09%79.22%-
XYZ35.3926.8159.19-
YUV145.8159.72150.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 119 (46.88% from 255) = 23.90%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=35.54%
G=23.90%
B=40.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771192020.120.4100.21281.9343.9262.94
HexB177CAC2901511a2c3f
Octal26116731214510254325477
Binary101100011110111110010101100101001010101100011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177CA; }

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

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

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

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

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

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

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

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