COLOR #B13491

HEX: #B13491
RGB: (177,52,145)

Color info

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

RGB color model

#B13491 color RGB value is (177,52,145).

  • red value is 177;
  • green value is 52;
  • blue value is 145.
RGB:
(177,52,145)
(69%,20%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 52 of 255 = 20%
B 145 of 255 = 57%

177
52
145

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

Portions of RGB colors in percentages

R + G + B =
177 + 52 + 145 = 374 (100%)
R 177 of 374 ~ 47.33%
G 52 of 374 ~ 13.9%
B 145 of 374 ~ 38.77%

%47.33
%13.9
%38.77

CMYK color model

#B13491 color CMYK value is (0,71,18,31).

  • cyan value is 0.00%
  • magenta value is 70.62%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(0,71,18,31)
C0M71Y18K31 
(0%,71%,18%,31%)
(0.00/0.71/0.18/0.31)	

CMYK percentages

%0
%70.62
%18.08
%30.59

Codes

Color #B13491 in popluar color models

B13491
RGB17752145
HSL315°54.59%44.90%
HSB/HSV315°70.62%69.41%
CMYK0.00%70.62%18.08%
30.59%

Color #B13491 in popluar number systems.

HEXB13491
Decimal17752145
Binary1011000111010010010001
Octal26164221

Shades and tints

Shades of #B13491

#B13491
(177,52,145)
#A13084
(161,48,132)
#912C77
(145,44,119)
#81286A
(129,40,106)
#71245D
(113,36,93)
#612050
(97,32,80)
#511C43
(81,28,67)
#411836
(65,24,54)
#311429
(49,20,41)
#21101C
(33,16,28)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #B13491

#B13491
(177,52,145)
#B8469B
(184,70,155)
#BF58A5
(191,88,165)
#C66AAF
(198,106,175)
#CD7CB9
(205,124,185)
#D48EC3
(212,142,195)
#DBA0CD
(219,160,205)
#E2B2D7
(226,178,215)
#E9C4E1
(233,196,225)
#F0D6EB
(240,214,235)
#F7E8F5
(247,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13491 color. Also use rgb(177,52,145) instead hex code.

Text Font Color

.myTextColor { color: #B13491; }

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

This text font color is #B13491.


Background Color

.myBgColor { background-color: #B13491; }

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

This div background color is #B13491.


Border color

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

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

This div border color is #B13491.


Opacity

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

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

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

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

This text has shadow with #B13491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13491 on black background.


Color preview on white background

This text has color #B13491 on white background.



Black color preview on #B13491 background

This text has black color on #B13491 background.


White color preview on #B13491 background

This text has white color on #B13491 background.