#B173CD

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

Shades of East Side #B173CD

Tints of East Side #B173CD

Color information

#B173CD (or 0xB173CD) is unknown color: approx East Side. HEX triplet: B1, 73 and CD. RGB value is (177,115,205). Sum of RGB (Red+Green+Blue) = 177+115+205=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B173CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173CD is #4E8C32. Grayscale: #8F8F8F. Windows color (decimal): -5147699 or 13464497. OLE color: 13464497.

HSL color Cylindrical-coordinate representation of color #B173CD: hue angle of 281.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B173CD is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177115205-
CMYK0.140.4400.20
HSL281.33º47.37%62.75%-
HSV(B)281.33º43.9%80.39%-
XYZ35.2826.0260.92-
YUV143.8162.54151.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=35.61%
G=23.14%
B=41.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771152050.140.4400.20281.3347.3762.75
HexB173CDE2C0141192f3f
Octal26116331516540244315777
Binary101100011110011110011011110101100010100100011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173CD; }

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

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

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

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

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

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

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

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