#B173BD

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

Shades of East Side #B173BD

Tints of East Side #B173BD

Color information

#B173BD (or 0xB173BD) is unknown color: approx East Side. HEX triplet: B1, 73 and BD. RGB value is (177,115,189). Sum of RGB (Red+Green+Blue) = 177+115+189=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B173BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173BD is #4E8C42. Grayscale: #8D8D8D. Windows color (decimal): -5147715 or 12415921. OLE color: 12415921.

HSL color Cylindrical-coordinate representation of color #B173BD: hue angle of 290.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B173BD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177115189-
CMYK0.060.3900.26
HSL290.27º35.92%59.61%-
HSV(B)290.27º39.15%74.12%-
XYZ33.4525.2851.26-
YUV141.97154.54152.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=36.80%
G=23.91%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771151890.060.3900.26290.2735.9259.61
HexB173BD62701A122243c
Octal2611632756470324424474
Binary10110001111001110111101110100111011010100100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173BD; }

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

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

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

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

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

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

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

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