#B175BF

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

Shades of East Side #B175BF

Tints of East Side #B175BF

Color information

#B175BF (or 0xB175BF) is unknown color: approx East Side. HEX triplet: B1, 75 and BF. RGB value is (177,117,191). Sum of RGB (Red+Green+Blue) = 177+117+191=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #B175BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175BF is #4E8A40. Grayscale: #8F8F8F. Windows color (decimal): -5147201 or 12547505. OLE color: 12547505.

HSL color Cylindrical-coordinate representation of color #B175BF: hue angle of 288.65º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B175BF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177117191-
CMYK0.070.3900.25
HSL288.65º36.63%60.39%-
HSV(B)288.65º38.74%74.9%-
XYZ33.925.8352.49-
YUV143.38154.88151.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 191 (75% from 255) = 39.38%
R=36.49%
G=24.12%
B=39.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771171910.070.3900.25288.6536.6360.39
HexB175BF727019121253c
Octal2611652777470314414574
Binary10110001111010110111111111100111011001100100001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B175BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B175BF; }

 p { color: rgb(177,117,191); }

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

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

 a { background-color: rgb(177,117,191); }

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

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

 span { border-color: rgb(177,117,191); }

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