COLOR #B137AE

HEX: #B137AE
RGB: (177,55,174)

Color info

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

RGB color model

#B137AE color RGB value is (177,55,174).

  • red value is 177;
  • green value is 55;
  • blue value is 174.
RGB:
(177,55,174)
(69%,22%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 55 of 255 = 22%
B 174 of 255 = 68%

177
55
174

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

Portions of RGB colors in percentages

R + G + B =
177 + 55 + 174 = 406 (100%)
R 177 of 406 ~ 43.6%
G 55 of 406 ~ 13.55%
B 174 of 406 ~ 42.86%

%43.6
%13.55
%42.86

CMYK color model

#B137AE color CMYK value is (0,69,2,31).

  • cyan value is 0.00%
  • magenta value is 68.93%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(0,69,2,31)
C0M69Y2K31 
(0%,69%,2%,31%)
(0.00/0.69/0.02/0.31)	

CMYK percentages

%0
%68.93
%1.69
%30.59

Codes

Color #B137AE in popluar color models

B137AE
RGB17755174
HSL301°52.59%45.49%
HSB/HSV301°68.93%69.41%
CMYK0.00%68.93%1.69%
30.59%

Color #B137AE in popluar number systems.

HEXB137AE
Decimal17755174
Binary1011000111011110101110
Octal26167256

Shades and tints

Shades of #B137AE

#B137AE
(177,55,174)
#A1329F
(161,50,159)
#912D90
(145,45,144)
#812881
(129,40,129)
#712372
(113,35,114)
#611E63
(97,30,99)
#511954
(81,25,84)
#411445
(65,20,69)
#310F36
(49,15,54)
#210A27
(33,10,39)
#110518
(17,5,24)
#000000
(0,0,0)

Tints of #B137AE

#B137AE
(177,55,174)
#B849B5
(184,73,181)
#BF5BBC
(191,91,188)
#C66DC3
(198,109,195)
#CD7FCA
(205,127,202)
#D491D1
(212,145,209)
#DBA3D8
(219,163,216)
#E2B5DF
(226,181,223)
#E9C7E6
(233,199,230)
#F0D9ED
(240,217,237)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B137AE color. Also use rgb(177,55,174) instead hex code.

Text Font Color

.myTextColor { color: #B137AE; }

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

This text font color is #B137AE.


Background Color

.myBgColor { background-color: #B137AE; }

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

This div background color is #B137AE.


Border color

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

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

This div border color is #B137AE.


Opacity

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

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

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

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

This text has shadow with #B137AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B137AE on black background.


Color preview on white background

This text has color #B137AE on white background.



Black color preview on #B137AE background

This text has black color on #B137AE background.


White color preview on #B137AE background

This text has white color on #B137AE background.