#B177CC

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

Shades of East Side #B177CC

Tints of East Side #B177CC

Color information

#B177CC (or 0xB177CC) is unknown color: approx East Side. HEX triplet: B1, 77 and CC. RGB value is (177,119,204). Sum of RGB (Red+Green+Blue) = 177+119+204=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #B177CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177CC is #4E8833. Grayscale: #919191. Windows color (decimal): -5146676 or 13399985. OLE color: 13399985.

HSL color Cylindrical-coordinate representation of color #B177CC: hue angle of 280.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B177CC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177119204-
CMYK0.130.4200.2
HSL280.94º45.45%63.33%-
HSV(B)280.94º41.67%80%-
XYZ35.6326.960.44-
YUV146.03160.72150.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=35.4%
G=23.8%
B=40.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771192040.130.4200.2280.9445.4563.33
HexB177CCD2A0141192d3f
Octal26116731415520244315577
Binary101100011110111110011001101101010010100100011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177CC; }

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

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

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

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

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

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

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

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