COLOR #B1749E

HEX: #B1749E RGB: (177,116,158)

Color info

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

RGB color model

#B1749E color RGB value is (177,116,158).

RGB: (177,116,158) (69%, 45%, 62%)

RGB channels and saturation

R 177 of 255 = 69%
G 116 of 255 = 45%
B 158 of 255 = 62%

177
116
158

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

Portions of RGB colors in percentages

R + G + B = 177 + 116 + 158 = 451 (100%)
R 177 of 451 ~ 39.25%
G 116 of 451 ~ 25.72%
B 158 of 451 ~ 35.03'%

%39.25
%25.72
%35.03

CMYK color model

#B1749E color CMYK value is (0,34,11,31).

  • cyan value is 0.00%
  • magenta value is 34.46%
  • yellow value is 10.73%
  • key color value is 30.59%

CMYK: (0,34,11,31)
C0M34Y11K31 (0%, 34%, 11%, 31%)
(0.00 / 0.34 / 0.11 / 0.31)

CMYK percentages

%0
%34.46
%10.73
%30.59

Codes

Color #B1749E in popluar color models

B1 74 9E
RGB 177 116 158
HSL 319° 28.11% 57.45%
HSB/HSV 319° 34.46% 69.41%
CMYK 0.00% 34.46% 10.73%
30.59%

Color #B1749E in popluar number systems.

HEX B1 74 9E
Decimal 177 116 158
Binary 10110001 1110100 10011110
Octal 261 164 236

Shades and tints

Shades of #B1749E

#B1749E
(177,116,158)
#A16A90
(161,106,144)
#916082
(145,96,130)
#815674
(129,86,116)
#714C66
(113,76,102)
#614258
(97,66,88)
#51384A
(81,56,74)
#412E3C
(65,46,60)
#31242E
(49,36,46)
#211A20
(33,26,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #B1749E

#B1749E
(177,116,158)
#B880A6
(184,128,166)
#BF8CAE
(191,140,174)
#C698B6
(198,152,182)
#CDA4BE
(205,164,190)
#D4B0C6
(212,176,198)
#DBBCCE
(219,188,206)
#E2C8D6
(226,200,214)
#E9D4DE
(233,212,222)
#F0E0E6
(240,224,230)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1749E color. Also use rgb(177,116,158) instead hex code.

Text Font Color

.myTextColor { color: #B1749E; }

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

This text font color is #B1749E.

Background Color

.myBgColor { background-color: #B1749E; }

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

This div background color is #B1749E.

Border color

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

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

This div border color is #B1749E.

Opacity

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

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

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

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

This text has shadow with #B1749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1749E.

Preview

Color preview on black background

This text has color #B1749E on black background.


Color preview on white background

This text has color #B1749E on white background.


Black color preview on #B1749E background

This text has black color on #B1749E background.


White color preview on #B1749E background

This text has white color on #B1749E background.


Related colors

Complementary color

Complementary color for #hex is #4E8B61.


I love getcolorcode.com

Triadic colors

1 #9EB174 and #749EB1 with #B1749E are triadic colors.

2 #9E74B1 and #74B19E with #B1749E are triadic colors.