COLOR #B1639A

HEX: #B1639A
RGB: (177,99,154)

Color info

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

RGB color model

#B1639A color RGB value is (177,99,154).

  • red value is 177;
  • green value is 99;
  • blue value is 154.
RGB:
(177,99,154)
(69%,39%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 99 of 255 = 39%
B 154 of 255 = 60%

177
99
154

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

Portions of RGB colors in percentages

R + G + B =
177 + 99 + 154 = 430 (100%)
R 177 of 430 ~ 41.16%
G 99 of 430 ~ 23.02%
B 154 of 430 ~ 35.81%

%41.16
%23.02
%35.81

CMYK color model

#B1639A color CMYK value is (0,44,13,31).

  • cyan value is 0.00%
  • magenta value is 44.07%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(0,44,13,31)
C0M44Y13K31 
(0%,44%,13%,31%)
(0.00/0.44/0.13/0.31)	

CMYK percentages

%0
%44.07
%12.99
%30.59

Codes

Color #B1639A in popluar color models

B1639A
RGB17799154
HSL318°33.33%54.12%
HSB/HSV318°44.07%69.41%
CMYK0.00%44.07%12.99%
30.59%

Color #B1639A in popluar number systems.

HEXB1639A
Decimal17799154
Binary10110001110001110011010
Octal261143232

Shades and tints

Shades of #B1639A

#B1639A
(177,99,154)
#A15A8C
(161,90,140)
#91517E
(145,81,126)
#814870
(129,72,112)
#713F62
(113,63,98)
#613654
(97,54,84)
#512D46
(81,45,70)
#412438
(65,36,56)
#311B2A
(49,27,42)
#21121C
(33,18,28)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #B1639A

#B1639A
(177,99,154)
#B871A3
(184,113,163)
#BF7FAC
(191,127,172)
#C68DB5
(198,141,181)
#CD9BBE
(205,155,190)
#D4A9C7
(212,169,199)
#DBB7D0
(219,183,208)
#E2C5D9
(226,197,217)
#E9D3E2
(233,211,226)
#F0E1EB
(240,225,235)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1639A color. Also use rgb(177,99,154) instead hex code.

Text Font Color

.myTextColor { color: #B1639A; }

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

This text font color is #B1639A.


Background Color

.myBgColor { background-color: #B1639A; }

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

This div background color is #B1639A.


Border color

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

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

This div border color is #B1639A.


Opacity

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

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

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

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

This text has shadow with #B1639A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1639A on black background.


Color preview on white background

This text has color #B1639A on white background.



Black color preview on #B1639A background

This text has black color on #B1639A background.


White color preview on #B1639A background

This text has white color on #B1639A background.