COLOR #B1047F

HEX: #B1047F
RGB: (177,4,127)

Color info

#B1047F contains mainly red and blue colors. Web safe color of #B1047F is #990066 (or #906).

RGB color model

#B1047F color RGB value is (177,4,127).

  • red value is 177;
  • green value is 4;
  • blue value is 127.
RGB:
(177,4,127)
(69%,2%,50%)

RGB channels and saturation

R 177 of 255 = 69%
G 4 of 255 = 2%
B 127 of 255 = 50%

177
4
127

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

Portions of RGB colors in percentages

R + G + B =
177 + 4 + 127 = 308 (100%)
R 177 of 308 ~ 57.47%
G 4 of 308 ~ 1.3%
B 127 of 308 ~ 41.23%

%57.47
%41.23

CMYK color model

#B1047F color CMYK value is (0,98,28,31).

  • cyan value is 0.00%
  • magenta value is 97.74%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(0,98,28,31)
C0M98Y28K31 
(0%,98%,28%,31%)
(0.00/0.98/0.28/0.31)	

CMYK percentages

%0
%97.74
%28.25
%30.59

Codes

Color #B1047F in popluar color models

B1047F
RGB1774127
HSL317°95.58%35.49%
HSB/HSV317°97.74%69.41%
CMYK0.00%97.74%28.25%
30.59%

Color #B1047F in popluar number systems.

HEXB1047F
Decimal1774127
Binary101100011001111111
Octal2614177

Shades and tints

Shades of #B1047F

#B1047F
(177,4,127)
#A10474
(161,4,116)
#910469
(145,4,105)
#81045E
(129,4,94)
#710453
(113,4,83)
#610448
(97,4,72)
#51043D
(81,4,61)
#410432
(65,4,50)
#310427
(49,4,39)
#21041C
(33,4,28)
#110411
(17,4,17)
#000000
(0,0,0)

Tints of #B1047F

#B1047F
(177,4,127)
#B81A8A
(184,26,138)
#BF3095
(191,48,149)
#C646A0
(198,70,160)
#CD5CAB
(205,92,171)
#D472B6
(212,114,182)
#DB88C1
(219,136,193)
#E29ECC
(226,158,204)
#E9B4D7
(233,180,215)
#F0CAE2
(240,202,226)
#F7E0ED
(247,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1047F color. Also use rgb(177,4,127) instead hex code.

Text Font Color

.myTextColor { color: #B1047F; }

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

This text font color is #B1047F.


Background Color

.myBgColor { background-color: #B1047F; }

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

This div background color is #B1047F.


Border color

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

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

This div border color is #B1047F.


Opacity

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

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

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

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

This text has shadow with #B1047F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1047F on black background.


Color preview on white background

This text has color #B1047F on white background.



Black color preview on #B1047F background

This text has black color on #B1047F background.


White color preview on #B1047F background

This text has white color on #B1047F background.