COLOR #B1428B

HEX: #B1428B
RGB: (177,66,139)

Color info

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

RGB color model

#B1428B color RGB value is (177,66,139).

  • red value is 177;
  • green value is 66;
  • blue value is 139.
RGB:
(177,66,139)
(69%,26%,55%)

RGB channels and saturation

R 177 of 255 = 69%
G 66 of 255 = 26%
B 139 of 255 = 55%

177
66
139

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

Portions of RGB colors in percentages

R + G + B =
177 + 66 + 139 = 382 (100%)
R 177 of 382 ~ 46.34%
G 66 of 382 ~ 17.28%
B 139 of 382 ~ 36.39%

%46.34
%17.28
%36.39

CMYK color model

#B1428B color CMYK value is (0,63,21,31).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK:
(0,63,21,31)
C0M63Y21K31 
(0%,63%,21%,31%)
(0.00/0.63/0.21/0.31)	

CMYK percentages

%0
%62.71
%21.47
%30.59

Codes

Color #B1428B in popluar color models

B1428B
RGB17766139
HSL321°45.68%47.65%
HSB/HSV321°62.71%69.41%
CMYK0.00%62.71%21.47%
30.59%

Color #B1428B in popluar number systems.

HEXB1428B
Decimal17766139
Binary10110001100001010001011
Octal261102213

Shades and tints

Shades of #B1428B

#B1428B
(177,66,139)
#A13C7F
(161,60,127)
#913673
(145,54,115)
#813067
(129,48,103)
#712A5B
(113,42,91)
#61244F
(97,36,79)
#511E43
(81,30,67)
#411837
(65,24,55)
#31122B
(49,18,43)
#210C1F
(33,12,31)
#110613
(17,6,19)
#000000
(0,0,0)

Tints of #B1428B

#B1428B
(177,66,139)
#B85395
(184,83,149)
#BF649F
(191,100,159)
#C675A9
(198,117,169)
#CD86B3
(205,134,179)
#D497BD
(212,151,189)
#DBA8C7
(219,168,199)
#E2B9D1
(226,185,209)
#E9CADB
(233,202,219)
#F0DBE5
(240,219,229)
#F7ECEF
(247,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1428B color. Also use rgb(177,66,139) instead hex code.

Text Font Color

.myTextColor { color: #B1428B; }

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

This text font color is #B1428B.


Background Color

.myBgColor { background-color: #B1428B; }

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

This div background color is #B1428B.


Border color

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

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

This div border color is #B1428B.


Opacity

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

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

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

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

This text has shadow with #B1428B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1428B on black background.


Color preview on white background

This text has color #B1428B on white background.



Black color preview on #B1428B background

This text has black color on #B1428B background.


White color preview on #B1428B background

This text has white color on #B1428B background.