COLOR #B175B9

HEX: #B175B9 RGB: (177,117,185)

Color info

#B175B9 contains mainly red and blue colors. Web safe color of #B175B9 is #9966CC (or #96C).

RGB color model

#B175B9 color RGB value is (177,117,185).

RGB: (177,117,185) (69%, 46%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 185 of 255 = 73%

177
117
185

R + G + B ~ 63%. #B175B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 117 + 185 = 479 (100%)
R 177 of 479 ~ 36.95%
G 117 of 479 ~ 24.43%
B 185 of 479 ~ 38.62'%

%36.95
%24.43
%38.62

CMYK color model

#B175B9 color CMYK value is (4,37,0,27).

  • cyan value is 4.32%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (4,37,0,27)
C4M37Y0K27 (4%, 37%, 0%, 27%)
(0.04 / 0.37 / 0.00 / 0.27)

CMYK percentages

%4.32
%36.76
%0
%27.45

Codes

Color #B175B9 in popluar color models

B1 75 B9
RGB 177 117 185
HSL 293° 32.69% 59.22%
HSB/HSV 293° 36.76% 72.55%
CMYK 4.32% 36.76% 0.00%
27.45%

Color #B175B9 in popluar number systems.

HEX B1 75 B9
Decimal 177 117 185
Binary 10110001 1110101 10111001
Octal 261 165 271

Shades and tints

Shades of #B175B9

#B175B9
(177,117,185)
#A16BA9
(161,107,169)
#916199
(145,97,153)
#815789
(129,87,137)
#714D79
(113,77,121)
#614369
(97,67,105)
#513959
(81,57,89)
#412F49
(65,47,73)
#312539
(49,37,57)
#211B29
(33,27,41)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #B175B9

#B175B9
(177,117,185)
#B881BF
(184,129,191)
#BF8DC5
(191,141,197)
#C699CB
(198,153,203)
#CDA5D1
(205,165,209)
#D4B1D7
(212,177,215)
#DBBDDD
(219,189,221)
#E2C9E3
(226,201,227)
#E9D5E9
(233,213,233)
#F0E1EF
(240,225,239)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B175B9 color. Also use rgb(177,117,185) instead hex code.

Text Font Color

.myTextColor { color: #B175B9; }

<p style="color:#B175B9">This sample text font color is #B175B9.</p>

This text font color is #B175B9.

Background Color

.myBgColor { background-color: #B175B9; }

<div style="background-color:#B175B9">Inner text</div>

This div background color is #B175B9.

Border color

.myBorderColor { border: 1px solid #B175B9; }

<div style="border:3px solid #B175B9">Div</div>

This div border color is #B175B9.

Opacity

.myOpacity80 { color: #B175B9; opacity: 0.8; }

<p style="color:#B175B9;opacity:0.8;">80%</p>

Text with #B175B9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B175B9;}

<p style="text-shadow: 3px 3px 1px #B175B9">Text here.</p>

This text has shadow with #B175B9 color.


.textShadow {text-shadow: 3px 3px 1px #B175B9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B175B9, 5px 5px 20px red">Text here.</p>

This text has shadow with #B175B9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B175B9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B175B9, Direction=45, Strength=4)">Text</p>

This text has shadow with #B175B9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B175B9;
-webkit-box-shadow: 1px 1px 3px 2px #B175B9;
box-shadow: 1px 1px 3px 2px #B175B9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B175B9; -webkit-box-shadow: 1px 1px 3px 2px #B175B9; box-shadow:1px 1px 3px 2px #B175B9;">
Div content here
</div>

This div box has shadow with color #B175B9.

Preview

Color preview on black background

This text has color #B175B9 on black background.


Color preview on white background

This text has color #B175B9 on white background.


Black color preview on #B175B9 background

This text has black color on #B175B9 background.


White color preview on #B175B9 background

This text has white color on #B175B9 background.


Related colors

Complementary color

Complementary color for #hex is #4E8A46.


I love getcolorcode.com

Triadic colors

1 #B9B175 and #75B9B1 with #B175B9 are triadic colors.

2 #B975B1 and #75B1B9 with #B175B9 are triadic colors.