COLOR #B1619D

HEX: #B1619D
RGB: (177,97,157)

Color info

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

RGB color model

#B1619D color RGB value is (177,97,157).

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

RGB channels and saturation

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

177
97
157

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

Portions of RGB colors in percentages

R + G + B =
177 + 97 + 157 = 431 (100%)
R 177 of 431 ~ 41.07%
G 97 of 431 ~ 22.51%
B 157 of 431 ~ 36.43%

%41.07
%22.51
%36.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.20%
  • 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
%45.2
%11.3
%30.59

Codes

Color #B1619D in popluar color models

B1619D
RGB17797157
HSL315°33.90%53.73%
HSB/HSV315°45.20%69.41%
CMYK0.00%45.20%11.30%
30.59%

Color #B1619D in popluar number systems.

HEXB1619D
Decimal17797157
Binary10110001110000110011101
Octal261141235

Shades and tints

Shades of #B1619D

#B1619D
(177,97,157)
#A1598F
(161,89,143)
#915181
(145,81,129)
#814973
(129,73,115)
#714165
(113,65,101)
#613957
(97,57,87)
#513149
(81,49,73)
#41293B
(65,41,59)
#31212D
(49,33,45)
#21191F
(33,25,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B1619D

#B1619D
(177,97,157)
#B86FA5
(184,111,165)
#BF7DAD
(191,125,173)
#C68BB5
(198,139,181)
#CD99BD
(205,153,189)
#D4A7C5
(212,167,197)
#DBB5CD
(219,181,205)
#E2C3D5
(226,195,213)
#E9D1DD
(233,209,221)
#F0DFE5
(240,223,229)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1619D; }

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

This text font color is #B1619D.


Background Color

.myBgColor { background-color: #B1619D; }

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

This div background color is #B1619D.


Border color

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

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

This div border color is #B1619D.


Opacity

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

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

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

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

This text has shadow with #B1619D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1619D on black background.


Color preview on white background

This text has color #B1619D on white background.



Black color preview on #B1619D background

This text has black color on #B1619D background.


White color preview on #B1619D background

This text has white color on #B1619D background.