#B17EB9

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

Shades of East Side #B17EB9

Tints of East Side #B17EB9

Color information

#B17EB9 (or 0xB17EB9) is unknown color: approx East Side. HEX triplet: B1, 7E and B9. RGB value is (177,126,185). Sum of RGB (Red+Green+Blue) = 177+126+185=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #B17EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EB9 is #4E8146. Grayscale: #939393. Windows color (decimal): -5144903 or 12156593. OLE color: 12156593.

HSL color Cylindrical-coordinate representation of color #B17EB9: hue angle of 291.86º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17EB9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177126185-
CMYK0.040.3200.27
HSL291.86º29.65%60.98%-
HSV(B)291.86º31.89%72.55%-
XYZ34.3527.7749.45-
YUV147.98148.9148.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=36.27%
G=25.82%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771261850.040.3200.27291.8629.6560.98
HexB17EB942001B1241e3d
Octal2611762714400334443675
Binary1011000111111101011100110010000001101110010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17EB9; }

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

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

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

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

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

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

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

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