#B171BA

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

Shades of East Side #B171BA

Tints of East Side #B171BA

Color information

#B171BA (or 0xB171BA) is unknown color: approx East Side. HEX triplet: B1, 71 and BA. RGB value is (177,113,186). Sum of RGB (Red+Green+Blue) = 177+113+186=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B171BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171BA is #4E8E45. Grayscale: #8C8C8C. Windows color (decimal): -5148230 or 12218801. OLE color: 12218801.

HSL color Cylindrical-coordinate representation of color #B171BA: hue angle of 292.6º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B171BA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177113186-
CMYK0.050.3900.27
HSL292.6º34.6%58.63%-
HSV(B)292.6º39.25%72.94%-
XYZ32.924.749.49-
YUV140.46153.7154.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=37.18%
G=23.74%
B=39.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771131860.050.3900.27292.634.658.63
HexB171BA52701B125233b
Octal2611612725470334454373
Binary10110001111000110111010101100111011011100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171BA; }

 p { color: rgb(177,113,186); }

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

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

 a { background-color: rgb(177,113,186); }

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

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

 span { border-color: rgb(177,113,186); }

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