COLOR #B172A9

HEX: #B172A9
RGB: (177,114,169)

Color info

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

RGB color model

#B172A9 color RGB value is (177,114,169).

  • red value is 177;
  • green value is 114;
  • blue value is 169.
RGB:
(177,114,169)
(69%,45%,66%)

RGB channels and saturation

R 177 of 255 = 69%
G 114 of 255 = 45%
B 169 of 255 = 66%

177
114
169

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

Portions of RGB colors in percentages

R + G + B =
177 + 114 + 169 = 460 (100%)
R 177 of 460 ~ 38.48%
G 114 of 460 ~ 24.78%
B 169 of 460 ~ 36.74%

%38.48
%24.78
%36.74

CMYK color model

#B172A9 color CMYK value is (0,36,5,31).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(0,36,5,31)
C0M36Y5K31 
(0%,36%,5%,31%)
(0.00/0.36/0.05/0.31)	

CMYK percentages

%0
%35.59
%4.52
%30.59

Codes

Color #B172A9 in popluar color models

B172A9
RGB177114169
HSL308°28.77%57.06%
HSB/HSV308°35.59%69.41%
CMYK0.00%35.59%4.52%
30.59%

Color #B172A9 in popluar number systems.

HEXB172A9
Decimal177114169
Binary10110001111001010101001
Octal261162251

Shades and tints

Shades of #B172A9

#B172A9
(177,114,169)
#A1689A
(161,104,154)
#915E8B
(145,94,139)
#81547C
(129,84,124)
#714A6D
(113,74,109)
#61405E
(97,64,94)
#51364F
(81,54,79)
#412C40
(65,44,64)
#312231
(49,34,49)
#211822
(33,24,34)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #B172A9

#B172A9
(177,114,169)
#B87EB0
(184,126,176)
#BF8AB7
(191,138,183)
#C696BE
(198,150,190)
#CDA2C5
(205,162,197)
#D4AECC
(212,174,204)
#DBBAD3
(219,186,211)
#E2C6DA
(226,198,218)
#E9D2E1
(233,210,225)
#F0DEE8
(240,222,232)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B172A9 color. Also use rgb(177,114,169) instead hex code.

Text Font Color

.myTextColor { color: #B172A9; }

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

This text font color is #B172A9.


Background Color

.myBgColor { background-color: #B172A9; }

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

This div background color is #B172A9.


Border color

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

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

This div border color is #B172A9.


Opacity

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

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

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

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

This text has shadow with #B172A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B172A9 on black background.


Color preview on white background

This text has color #B172A9 on white background.



Black color preview on #B172A9 background

This text has black color on #B172A9 background.


White color preview on #B172A9 background

This text has white color on #B172A9 background.