COLOR #B13F8C

HEX: #B13F8C
RGB: (177,63,140)

Color info

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

RGB color model

#B13F8C color RGB value is (177,63,140).

  • red value is 177;
  • green value is 63;
  • blue value is 140.
RGB:
(177,63,140)
(69%,25%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 63 of 255 = 25%
B 140 of 255 = 55%

177
63
140

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

Portions of RGB colors in percentages

R + G + B =
177 + 63 + 140 = 380 (100%)
R 177 of 380 ~ 46.58%
G 63 of 380 ~ 16.58%
B 140 of 380 ~ 36.84%

%46.58
%16.58
%36.84

CMYK color model

#B13F8C color CMYK value is (0,64,21,31).

  • cyan value is 0.00%
  • magenta value is 64.41%
  • yellow value is 20.90%
  • key color value is 30.59%
CMYK:
(0,64,21,31)
C0M64Y21K31 
(0%,64%,21%,31%)
(0.00/0.64/0.21/0.31)	

CMYK percentages

%0
%64.41
%20.9
%30.59

Codes

Color #B13F8C in popluar color models

B13F8C
RGB17763140
HSL319°47.50%47.06%
HSB/HSV319°64.41%69.41%
CMYK0.00%64.41%20.90%
30.59%

Color #B13F8C in popluar number systems.

HEXB13F8C
Decimal17763140
Binary1011000111111110001100
Octal26177214

Shades and tints

Shades of #B13F8C

#B13F8C
(177,63,140)
#A13A80
(161,58,128)
#913574
(145,53,116)
#813068
(129,48,104)
#712B5C
(113,43,92)
#612650
(97,38,80)
#512144
(81,33,68)
#411C38
(65,28,56)
#31172C
(49,23,44)
#211220
(33,18,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #B13F8C

#B13F8C
(177,63,140)
#B85096
(184,80,150)
#BF61A0
(191,97,160)
#C672AA
(198,114,170)
#CD83B4
(205,131,180)
#D494BE
(212,148,190)
#DBA5C8
(219,165,200)
#E2B6D2
(226,182,210)
#E9C7DC
(233,199,220)
#F0D8E6
(240,216,230)
#F7E9F0
(247,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13F8C color. Also use rgb(177,63,140) instead hex code.

Text Font Color

.myTextColor { color: #B13F8C; }

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

This text font color is #B13F8C.


Background Color

.myBgColor { background-color: #B13F8C; }

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

This div background color is #B13F8C.


Border color

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

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

This div border color is #B13F8C.


Opacity

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

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

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

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

This text has shadow with #B13F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13F8C on black background.


Color preview on white background

This text has color #B13F8C on white background.



Black color preview on #B13F8C background

This text has black color on #B13F8C background.


White color preview on #B13F8C background

This text has white color on #B13F8C background.