#B179D6

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

Shades of East Side #B179D6

Tints of East Side #B179D6

Color information

#B179D6 (or 0xB179D6) is unknown color: approx East Side. HEX triplet: B1, 79 and D6. RGB value is (177,121,214). Sum of RGB (Red+Green+Blue) = 177+121+214=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #B179D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179D6 is #4E8629. Grayscale: #949494. Windows color (decimal): -5146154 or 14055857. OLE color: 14055857.

HSL color Cylindrical-coordinate representation of color #B179D6: hue angle of 276.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B179D6 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177121214-
CMYK0.170.4300.16
HSL276.13º53.14%65.69%-
HSV(B)276.13º43.46%83.92%-
XYZ37.1127.8867.04-
YUV148.35165.05148.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=34.57%
G=23.63%
B=41.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771212140.170.4300.16276.1353.1465.69
HexB179D6112B0101143542
Octal261171326215302042465102
Binary10110001111100111010110100011010110100001000101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B179D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B179D6; }

 p { color: rgb(177,121,214); }

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

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

 a { background-color: rgb(177,121,214); }

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

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

 span { border-color: rgb(177,121,214); }

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