#B17EB6

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

Shades of East Side #B17EB6

Tints of East Side #B17EB6

Color information

#B17EB6 (or 0xB17EB6) is unknown color: approx East Side. HEX triplet: B1, 7E and B6. RGB value is (177,126,182). Sum of RGB (Red+Green+Blue) = 177+126+182=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #B17EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EB6 is #4E8149. Grayscale: #939393. Windows color (decimal): -5144906 or 11959985. OLE color: 11959985.

HSL color Cylindrical-coordinate representation of color #B17EB6: hue angle of 294.64º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17EB6 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177126182-
CMYK0.030.3100.29
HSL294.64º27.72%60.39%-
HSV(B)294.64º30.77%71.37%-
XYZ34.0427.6547.8-
YUV147.63147.4148.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=36.49%
G=25.98%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771261820.030.3100.29294.6427.7260.39
HexB17EB631F01D1271c3c
Octal2611762663370354473474
Binary10110001111111010110110111111101110110010011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EB6; }

 p { color: rgb(177,126,182); }

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

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

 a { background-color: rgb(177,126,182); }

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

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

 span { border-color: rgb(177,126,182); }

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