COLOR #B1758F

HEX: #B1758F RGB: (177,117,143)

Color info

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

RGB color model

#B1758F color RGB value is (177,117,143).

RGB: (177,117,143) (69%, 46%, 56%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 143 of 255 = 56%

177
117
143

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

Portions of RGB colors in percentages

R + G + B = 177 + 117 + 143 = 437 (100%)
R 177 of 437 ~ 40.5%
G 117 of 437 ~ 26.77%
B 143 of 437 ~ 32.72'%

%40.5
%26.77
%32.72

CMYK color model

#B1758F color CMYK value is (0,34,19,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 19.21%
  • key color value is 30.59%

CMYK: (0,34,19,31)
C0M34Y19K31 (0%, 34%, 19%, 31%)
(0.00 / 0.34 / 0.19 / 0.31)

CMYK percentages

%0
%33.9
%19.21
%30.59

Codes

Color #B1758F in popluar color models

B1 75 8F
RGB 177 117 143
HSL 334° 27.78% 57.65%
HSB/HSV 334° 33.90% 69.41%
CMYK 0.00% 33.90% 19.21%
30.59%

Color #B1758F in popluar number systems.

HEX B1 75 8F
Decimal 177 117 143
Binary 10110001 1110101 10001111
Octal 261 165 217

Shades and tints

Shades of #B1758F

#B1758F
(177,117,143)
#A16B82
(161,107,130)
#916175
(145,97,117)
#815768
(129,87,104)
#714D5B
(113,77,91)
#61434E
(97,67,78)
#513941
(81,57,65)
#412F34
(65,47,52)
#312527
(49,37,39)
#211B1A
(33,27,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #B1758F

#B1758F
(177,117,143)
#B88199
(184,129,153)
#BF8DA3
(191,141,163)
#C699AD
(198,153,173)
#CDA5B7
(205,165,183)
#D4B1C1
(212,177,193)
#DBBDCB
(219,189,203)
#E2C9D5
(226,201,213)
#E9D5DF
(233,213,223)
#F0E1E9
(240,225,233)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1758F; }

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

This text font color is #B1758F.

Background Color

.myBgColor { background-color: #B1758F; }

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

This div background color is #B1758F.

Border color

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

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

This div border color is #B1758F.

Opacity

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

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

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

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

This text has shadow with #B1758F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1758F.

Preview

Color preview on black background

This text has color #B1758F on black background.


Color preview on white background

This text has color #B1758F on white background.


Black color preview on #B1758F background

This text has black color on #B1758F background.


White color preview on #B1758F background

This text has white color on #B1758F background.


Related colors

Complementary color

Complementary color for #hex is #4E8A70.


I love getcolorcode.com

Triadic colors

1 #8FB175 and #758FB1 with #B1758F are triadic colors.

2 #8F75B1 and #75B18F with #B1758F are triadic colors.