#B173BA

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

Shades of East Side #B173BA

Tints of East Side #B173BA

Color information

#B173BA (or 0xB173BA) is unknown color: approx East Side. HEX triplet: B1, 73 and BA. RGB value is (177,115,186). Sum of RGB (Red+Green+Blue) = 177+115+186=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B173BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173BA is #4E8C45. Grayscale: #8D8D8D. Windows color (decimal): -5147718 or 12219313. OLE color: 12219313.

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

Color convert

RGB177115186-
CMYK0.050.3800.27
HSL292.39º33.97%59.02%-
HSV(B)292.39º38.17%72.94%-
XYZ33.1325.1549.56-
YUV141.63153.04153.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=37.03%
G=24.06%
B=38.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771151860.050.3800.27292.3933.9759.02
HexB173BA52601B124223b
Octal2611632725460334444273
Binary10110001111001110111010101100110011011100100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173BA; }

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

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

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

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

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

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

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

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