COLOR #B1629D

HEX: #B1629D
RGB: (177,98,157)

Color info

#B1629D contains mainly red and blue colors. Web safe color of #B1629D is #996699 (or #969).

RGB color model

#B1629D color RGB value is (177,98,157).

  • red value is 177;
  • green value is 98;
  • blue value is 157.
RGB:
(177,98,157)
(69%,38%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 98 of 255 = 38%
B 157 of 255 = 62%

177
98
157

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

Portions of RGB colors in percentages

R + G + B =
177 + 98 + 157 = 432 (100%)
R 177 of 432 ~ 40.97%
G 98 of 432 ~ 22.69%
B 157 of 432 ~ 36.34%

%40.97
%22.69
%36.34

CMYK color model

#B1629D color CMYK value is (0,45,11,31).

  • cyan value is 0.00%
  • magenta value is 44.63%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(0,45,11,31)
C0M45Y11K31 
(0%,45%,11%,31%)
(0.00/0.45/0.11/0.31)	

CMYK percentages

%0
%44.63
%11.3
%30.59

Codes

Color #B1629D in popluar color models

B1629D
RGB17798157
HSL315°33.62%53.92%
HSB/HSV315°44.63%69.41%
CMYK0.00%44.63%11.30%
30.59%

Color #B1629D in popluar number systems.

HEXB1629D
Decimal17798157
Binary10110001110001010011101
Octal261142235

Shades and tints

Shades of #B1629D

#B1629D
(177,98,157)
#A15A8F
(161,90,143)
#915281
(145,82,129)
#814A73
(129,74,115)
#714265
(113,66,101)
#613A57
(97,58,87)
#513249
(81,50,73)
#412A3B
(65,42,59)
#31222D
(49,34,45)
#211A1F
(33,26,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B1629D

#B1629D
(177,98,157)
#B870A5
(184,112,165)
#BF7EAD
(191,126,173)
#C68CB5
(198,140,181)
#CD9ABD
(205,154,189)
#D4A8C5
(212,168,197)
#DBB6CD
(219,182,205)
#E2C4D5
(226,196,213)
#E9D2DD
(233,210,221)
#F0E0E5
(240,224,229)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1629D color. Also use rgb(177,98,157) instead hex code.

Text Font Color

.myTextColor { color: #B1629D; }

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

This text font color is #B1629D.


Background Color

.myBgColor { background-color: #B1629D; }

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

This div background color is #B1629D.


Border color

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

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

This div border color is #B1629D.


Opacity

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

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

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

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

This text has shadow with #B1629D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1629D on black background.


Color preview on white background

This text has color #B1629D on white background.



Black color preview on #B1629D background

This text has black color on #B1629D background.


White color preview on #B1629D background

This text has white color on #B1629D background.