COLOR #B13389

HEX: #B13389
RGB: (177,51,137)

Color info

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

RGB color model

#B13389 color RGB value is (177,51,137).

  • red value is 177;
  • green value is 51;
  • blue value is 137.
RGB:
(177,51,137)
(69%,20%,54%)

RGB channels and saturation

R 177 of 255 = 69%
G 51 of 255 = 20%
B 137 of 255 = 54%

177
51
137

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

Portions of RGB colors in percentages

R + G + B =
177 + 51 + 137 = 365 (100%)
R 177 of 365 ~ 48.49%
G 51 of 365 ~ 13.97%
B 137 of 365 ~ 37.53%

%48.49
%13.97
%37.53

CMYK color model

#B13389 color CMYK value is (0,71,23,31).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(0,71,23,31)
C0M71Y23K31 
(0%,71%,23%,31%)
(0.00/0.71/0.23/0.31)	

CMYK percentages

%0
%71.19
%22.6
%30.59

Codes

Color #B13389 in popluar color models

B13389
RGB17751137
HSL319°55.26%44.71%
HSB/HSV319°71.19%69.41%
CMYK0.00%71.19%22.60%
30.59%

Color #B13389 in popluar number systems.

HEXB13389
Decimal17751137
Binary1011000111001110001001
Octal26163211

Shades and tints

Shades of #B13389

#B13389
(177,51,137)
#A12F7D
(161,47,125)
#912B71
(145,43,113)
#812765
(129,39,101)
#712359
(113,35,89)
#611F4D
(97,31,77)
#511B41
(81,27,65)
#411735
(65,23,53)
#311329
(49,19,41)
#210F1D
(33,15,29)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #B13389

#B13389
(177,51,137)
#B84593
(184,69,147)
#BF579D
(191,87,157)
#C669A7
(198,105,167)
#CD7BB1
(205,123,177)
#D48DBB
(212,141,187)
#DB9FC5
(219,159,197)
#E2B1CF
(226,177,207)
#E9C3D9
(233,195,217)
#F0D5E3
(240,213,227)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13389 color. Also use rgb(177,51,137) instead hex code.

Text Font Color

.myTextColor { color: #B13389; }

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

This text font color is #B13389.


Background Color

.myBgColor { background-color: #B13389; }

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

This div background color is #B13389.


Border color

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

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

This div border color is #B13389.


Opacity

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

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

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

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

This text has shadow with #B13389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13389 on black background.


Color preview on white background

This text has color #B13389 on white background.



Black color preview on #B13389 background

This text has black color on #B13389 background.


White color preview on #B13389 background

This text has white color on #B13389 background.