COLOR #B175A1

HEX: #B175A1
RGB: (177,117,161)

Color info

#B175A1 contains mainly red and blue colors. Web safe color of #B175A1 is #996699 (or #969).

RGB color model

#B175A1 color RGB value is (177,117,161).

  • red value is 177;
  • green value is 117;
  • blue value is 161.
RGB:
(177,117,161)
(69%,46%,63%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 161 of 255 = 63%

177
117
161

R + G + B ~ 59%. #B175A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 161 = 455 (100%)
R 177 of 455 ~ 38.9%
G 117 of 455 ~ 25.71%
B 161 of 455 ~ 35.38%

%38.9
%25.71
%35.38

CMYK color model

#B175A1 color CMYK value is (0,34,9,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(0,34,9,31)
C0M34Y9K31 
(0%,34%,9%,31%)
(0.00/0.34/0.09/0.31)	

CMYK percentages

%0
%33.9
%9.04
%30.59

Codes

Color #B175A1 in popluar color models

B175A1
RGB177117161
HSL316°27.78%57.65%
HSB/HSV316°33.90%69.41%
CMYK0.00%33.90%9.04%
30.59%

Color #B175A1 in popluar number systems.

HEXB175A1
Decimal177117161
Binary10110001111010110100001
Octal261165241

Shades and tints

Shades of #B175A1

#B175A1
(177,117,161)
#A16B93
(161,107,147)
#916185
(145,97,133)
#815777
(129,87,119)
#714D69
(113,77,105)
#61435B
(97,67,91)
#51394D
(81,57,77)
#412F3F
(65,47,63)
#312531
(49,37,49)
#211B23
(33,27,35)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #B175A1

#B175A1
(177,117,161)
#B881A9
(184,129,169)
#BF8DB1
(191,141,177)
#C699B9
(198,153,185)
#CDA5C1
(205,165,193)
#D4B1C9
(212,177,201)
#DBBDD1
(219,189,209)
#E2C9D9
(226,201,217)
#E9D5E1
(233,213,225)
#F0E1E9
(240,225,233)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B175A1; }

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

This text font color is #B175A1.


Background Color

.myBgColor { background-color: #B175A1; }

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

This div background color is #B175A1.


Border color

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

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

This div border color is #B175A1.


Opacity

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

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

Text with #B175A1 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 #B175A1;}

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

This text has shadow with #B175A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B175A1 on black background.


Color preview on white background

This text has color #B175A1 on white background.



Black color preview on #B175A1 background

This text has black color on #B175A1 background.


White color preview on #B175A1 background

This text has white color on #B175A1 background.