#B177D2

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

Shades of East Side #B177D2

Tints of East Side #B177D2

Color information

#B177D2 (or 0xB177D2) is unknown color: approx East Side. HEX triplet: B1, 77 and D2. RGB value is (177,119,210). Sum of RGB (Red+Green+Blue) = 177+119+210=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #B177D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B177D2 is #4E882D. Grayscale: #929292. Windows color (decimal): -5146670 or 13793201. OLE color: 13793201.

HSL color Cylindrical-coordinate representation of color #B177D2: hue angle of 278.24º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B177D2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177119210-
CMYK0.160.4300.18
HSL278.24º50.28%64.51%-
HSV(B)278.24º43.33%82.35%-
XYZ36.3627.1964.31-
YUV146.72163.72149.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=34.98%
G=23.52%
B=41.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771192100.160.4300.18278.2450.2864.51
HexB177D2102B0121163241
Octal261167322205302242662101
Binary10110001111011111010010100001010110100101000101101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177D2; }

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

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

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

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

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

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

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

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