COLOR #B52C87

HEX: #B52C87
RGB: (181,44,135)

Color info

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

RGB color model

#B52C87 color RGB value is (181,44,135).

  • red value is 181;
  • green value is 44;
  • blue value is 135.
RGB:
(181,44,135)
(71%,17%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 44 of 255 = 17%
B 135 of 255 = 53%

181
44
135

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

Portions of RGB colors in percentages

R + G + B =
181 + 44 + 135 = 360 (100%)
R 181 of 360 ~ 50.28%
G 44 of 360 ~ 12.22%
B 135 of 360 ~ 37.5%

%50.28
%12.22
%37.5

CMYK color model

#B52C87 color CMYK value is (0,76,25,29).

  • cyan value is 0.00%
  • magenta value is 75.69%
  • yellow value is 25.41%
  • key color value is 29.02%
CMYK:
(0,76,25,29)
C0M76Y25K29 
(0%,76%,25%,29%)
(0.00/0.76/0.25/0.29)	

CMYK percentages

%0
%75.69
%25.41
%29.02

Codes

Color #B52C87 in popluar color models

B52C87
RGB18144135
HSL320°60.89%44.12%
HSB/HSV320°75.69%70.98%
CMYK0.00%75.69%25.41%
29.02%

Color #B52C87 in popluar number systems.

HEXB52C87
Decimal18144135
Binary1011010110110010000111
Octal26554207

Shades and tints

Shades of #B52C87

#B52C87
(181,44,135)
#A5287B
(165,40,123)
#95246F
(149,36,111)
#852063
(133,32,99)
#751C57
(117,28,87)
#65184B
(101,24,75)
#55143F
(85,20,63)
#451033
(69,16,51)
#350C27
(53,12,39)
#25081B
(37,8,27)
#15040F
(21,4,15)
#000000
(0,0,0)

Tints of #B52C87

#B52C87
(181,44,135)
#BB3F91
(187,63,145)
#C1529B
(193,82,155)
#C765A5
(199,101,165)
#CD78AF
(205,120,175)
#D38BB9
(211,139,185)
#D99EC3
(217,158,195)
#DFB1CD
(223,177,205)
#E5C4D7
(229,196,215)
#EBD7E1
(235,215,225)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B52C87 color. Also use rgb(181,44,135) instead hex code.

Text Font Color

.myTextColor { color: #B52C87; }

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

This text font color is #B52C87.


Background Color

.myBgColor { background-color: #B52C87; }

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

This div background color is #B52C87.


Border color

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

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

This div border color is #B52C87.


Opacity

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

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

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

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

This text has shadow with #B52C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52C87 on black background.


Color preview on white background

This text has color #B52C87 on white background.



Black color preview on #B52C87 background

This text has black color on #B52C87 background.


White color preview on #B52C87 background

This text has white color on #B52C87 background.