COLOR #B1379D

HEX: #B1379D
RGB: (177,55,157)

Color info

#B1379D contains mainly red and blue colors. Web safe color of #B1379D is #993399 (or #939).

RGB color model

#B1379D color RGB value is (177,55,157).

  • red value is 177;
  • green value is 55;
  • blue value is 157.
RGB:
(177,55,157)
(69%,22%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 55 of 255 = 22%
B 157 of 255 = 62%

177
55
157

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

Portions of RGB colors in percentages

R + G + B =
177 + 55 + 157 = 389 (100%)
R 177 of 389 ~ 45.5%
G 55 of 389 ~ 14.14%
B 157 of 389 ~ 40.36%

%45.5
%14.14
%40.36

CMYK color model

#B1379D color CMYK value is (0,69,11,31).

  • cyan value is 0.00%
  • magenta value is 68.93%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,69,11,31)
C0M69Y11K31 
(0%,69%,11%,31%)
(0.00/0.69/0.11/0.31)	

CMYK percentages

%0
%68.93
%11.3
%30.59

Codes

Color #B1379D in popluar color models

B1379D
RGB17755157
HSL310°52.59%45.49%
HSB/HSV310°68.93%69.41%
CMYK0.00%68.93%11.30%
30.59%

Color #B1379D in popluar number systems.

HEXB1379D
Decimal17755157
Binary1011000111011110011101
Octal26167235

Shades and tints

Shades of #B1379D

#B1379D
(177,55,157)
#A1328F
(161,50,143)
#912D81
(145,45,129)
#812873
(129,40,115)
#712365
(113,35,101)
#611E57
(97,30,87)
#511949
(81,25,73)
#41143B
(65,20,59)
#310F2D
(49,15,45)
#210A1F
(33,10,31)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #B1379D

#B1379D
(177,55,157)
#B849A5
(184,73,165)
#BF5BAD
(191,91,173)
#C66DB5
(198,109,181)
#CD7FBD
(205,127,189)
#D491C5
(212,145,197)
#DBA3CD
(219,163,205)
#E2B5D5
(226,181,213)
#E9C7DD
(233,199,221)
#F0D9E5
(240,217,229)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1379D color. Also use rgb(177,55,157) instead hex code.

Text Font Color

.myTextColor { color: #B1379D; }

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

This text font color is #B1379D.


Background Color

.myBgColor { background-color: #B1379D; }

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

This div background color is #B1379D.


Border color

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

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

This div border color is #B1379D.


Opacity

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

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

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

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

This text has shadow with #B1379D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1379D on black background.


Color preview on white background

This text has color #B1379D on white background.



Black color preview on #B1379D background

This text has black color on #B1379D background.


White color preview on #B1379D background

This text has white color on #B1379D background.