COLOR #B13877

HEX: #B13877
RGB: (177,56,119)

Color info

#B13877 contains mainly red and blue colors. Web safe color of #B13877 is #993366 (or #936).

RGB color model

#B13877 color RGB value is (177,56,119).

  • red value is 177;
  • green value is 56;
  • blue value is 119.
RGB:
(177,56,119)
(69%,22%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 56 of 255 = 22%
B 119 of 255 = 47%

177
56
119

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

Portions of RGB colors in percentages

R + G + B =
177 + 56 + 119 = 352 (100%)
R 177 of 352 ~ 50.28%
G 56 of 352 ~ 15.91%
B 119 of 352 ~ 33.81%

%50.28
%15.91
%33.81

CMYK color model

#B13877 color CMYK value is (0,68,33,31).

  • cyan value is 0.00%
  • magenta value is 68.36%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK:
(0,68,33,31)
C0M68Y33K31 
(0%,68%,33%,31%)
(0.00/0.68/0.33/0.31)	

CMYK percentages

%0
%68.36
%32.77
%30.59

Codes

Color #B13877 in popluar color models

B13877
RGB17756119
HSL329°51.93%45.69%
HSB/HSV329°68.36%69.41%
CMYK0.00%68.36%32.77%
30.59%

Color #B13877 in popluar number systems.

HEXB13877
Decimal17756119
Binary101100011110001110111
Octal26170167

Shades and tints

Shades of #B13877

#B13877
(177,56,119)
#A1336D
(161,51,109)
#912E63
(145,46,99)
#812959
(129,41,89)
#71244F
(113,36,79)
#611F45
(97,31,69)
#511A3B
(81,26,59)
#411531
(65,21,49)
#311027
(49,16,39)
#210B1D
(33,11,29)
#110613
(17,6,19)
#000000
(0,0,0)

Tints of #B13877

#B13877
(177,56,119)
#B84A83
(184,74,131)
#BF5C8F
(191,92,143)
#C66E9B
(198,110,155)
#CD80A7
(205,128,167)
#D492B3
(212,146,179)
#DBA4BF
(219,164,191)
#E2B6CB
(226,182,203)
#E9C8D7
(233,200,215)
#F0DAE3
(240,218,227)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13877 color. Also use rgb(177,56,119) instead hex code.

Text Font Color

.myTextColor { color: #B13877; }

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

This text font color is #B13877.


Background Color

.myBgColor { background-color: #B13877; }

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

This div background color is #B13877.


Border color

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

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

This div border color is #B13877.


Opacity

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

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

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

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

This text has shadow with #B13877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13877 on black background.


Color preview on white background

This text has color #B13877 on white background.



Black color preview on #B13877 background

This text has black color on #B13877 background.


White color preview on #B13877 background

This text has white color on #B13877 background.