COLOR #B193A1

HEX: #B193A1
RGB: (177,147,161)

Color info

#B193A1 contains red, green and blue colors in about the same proportion. Web safe color of #B193A1 is #999999 (or #999).

RGB color model

#B193A1 color RGB value is (177,147,161).

  • red value is 177;
  • green value is 147;
  • blue value is 161.
RGB:
(177,147,161)
(69%,58%,63%)

RGB channels and saturation

R 177 of 255 = 69%
G 147 of 255 = 58%
B 161 of 255 = 63%

177
147
161

R + G + B ~ 63%. #B193A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 147 + 161 = 485 (100%)
R 177 of 485 ~ 36.49%
G 147 of 485 ~ 30.31%
B 161 of 485 ~ 33.2%

%36.49
%30.31
%33.2

CMYK color model

#B193A1 color CMYK value is (0,17,9,31).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(0,17,9,31)
C0M17Y9K31 
(0%,17%,9%,31%)
(0.00/0.17/0.09/0.31)	

CMYK percentages

%0
%16.95
%9.04
%30.59

Codes

Color #B193A1 in popluar color models

B193A1
RGB177147161
HSL332°16.13%63.53%
HSB/HSV332°16.95%69.41%
CMYK0.00%16.95%9.04%
30.59%

Color #B193A1 in popluar number systems.

HEXB193A1
Decimal177147161
Binary101100011001001110100001
Octal261223241

Shades and tints

Shades of #B193A1

#B193A1
(177,147,161)
#A18693
(161,134,147)
#917985
(145,121,133)
#816C77
(129,108,119)
#715F69
(113,95,105)
#61525B
(97,82,91)
#51454D
(81,69,77)
#41383F
(65,56,63)
#312B31
(49,43,49)
#211E23
(33,30,35)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #B193A1

#B193A1
(177,147,161)
#B89CA9
(184,156,169)
#BFA5B1
(191,165,177)
#C6AEB9
(198,174,185)
#CDB7C1
(205,183,193)
#D4C0C9
(212,192,201)
#DBC9D1
(219,201,209)
#E2D2D9
(226,210,217)
#E9DBE1
(233,219,225)
#F0E4E9
(240,228,233)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B193A1 color. Also use rgb(177,147,161) instead hex code.

Text Font Color

.myTextColor { color: #B193A1; }

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

This text font color is #B193A1.


Background Color

.myBgColor { background-color: #B193A1; }

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

This div background color is #B193A1.


Border color

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

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

This div border color is #B193A1.


Opacity

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

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

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

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

This text has shadow with #B193A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B193A1 on black background.


Color preview on white background

This text has color #B193A1 on white background.



Black color preview on #B193A1 background

This text has black color on #B193A1 background.


White color preview on #B193A1 background

This text has white color on #B193A1 background.