COLOR #B937A7

HEX: #B937A7
RGB: (185,55,167)

Color info

#B937A7 contains mainly red and blue colors. Web safe color of #B937A7 is #CC3399 (or #C39).

RGB color model

#B937A7 color RGB value is (185,55,167).

  • red value is 185;
  • green value is 55;
  • blue value is 167.
RGB:
(185,55,167)
(73%,22%,65%)

RGB channels and saturation

R 185 of 255 = 73%
G 55 of 255 = 22%
B 167 of 255 = 65%

185
55
167

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

Portions of RGB colors in percentages

R + G + B =
185 + 55 + 167 = 407 (100%)
R 185 of 407 ~ 45.45%
G 55 of 407 ~ 13.51%
B 167 of 407 ~ 41.03%

%45.45
%13.51
%41.03

CMYK color model

#B937A7 color CMYK value is (0,70,10,27).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 9.73%
  • key color value is 27.45%
CMYK:
(0,70,10,27)
C0M70Y10K27 
(0%,70%,10%,27%)
(0.00/0.70/0.10/0.27)	

CMYK percentages

%0
%70.27
%9.73
%27.45

Codes

Color #B937A7 in popluar color models

B937A7
RGB18555167
HSL308°54.17%47.06%
HSB/HSV308°70.27%72.55%
CMYK0.00%70.27%9.73%
27.45%

Color #B937A7 in popluar number systems.

HEXB937A7
Decimal18555167
Binary1011100111011110100111
Octal27167247

Shades and tints

Shades of #B937A7

#B937A7
(185,55,167)
#A93298
(169,50,152)
#992D89
(153,45,137)
#89287A
(137,40,122)
#79236B
(121,35,107)
#691E5C
(105,30,92)
#59194D
(89,25,77)
#49143E
(73,20,62)
#390F2F
(57,15,47)
#290A20
(41,10,32)
#190511
(25,5,17)
#000000
(0,0,0)

Tints of #B937A7

#B937A7
(185,55,167)
#BF49AF
(191,73,175)
#C55BB7
(197,91,183)
#CB6DBF
(203,109,191)
#D17FC7
(209,127,199)
#D791CF
(215,145,207)
#DDA3D7
(221,163,215)
#E3B5DF
(227,181,223)
#E9C7E7
(233,199,231)
#EFD9EF
(239,217,239)
#F5EBF7
(245,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B937A7 color. Also use rgb(185,55,167) instead hex code.

Text Font Color

.myTextColor { color: #B937A7; }

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

This text font color is #B937A7.


Background Color

.myBgColor { background-color: #B937A7; }

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

This div background color is #B937A7.


Border color

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

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

This div border color is #B937A7.


Opacity

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

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

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

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

This text has shadow with #B937A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B937A7 on black background.


Color preview on white background

This text has color #B937A7 on white background.



Black color preview on #B937A7 background

This text has black color on #B937A7 background.


White color preview on #B937A7 background

This text has white color on #B937A7 background.