COLOR #B53E89

HEX: #B53E89
RGB: (181,62,137)

Color info

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

RGB color model

#B53E89 color RGB value is (181,62,137).

  • red value is 181;
  • green value is 62;
  • blue value is 137.
RGB:
(181,62,137)
(71%,24%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 62 of 255 = 24%
B 137 of 255 = 54%

181
62
137

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

Portions of RGB colors in percentages

R + G + B =
181 + 62 + 137 = 380 (100%)
R 181 of 380 ~ 47.63%
G 62 of 380 ~ 16.32%
B 137 of 380 ~ 36.05%

%47.63
%16.32
%36.05

CMYK color model

#B53E89 color CMYK value is (0,66,24,29).

  • cyan value is 0.00%
  • magenta value is 65.75%
  • yellow value is 24.31%
  • key color value is 29.02%
CMYK:
(0,66,24,29)
C0M66Y24K29 
(0%,66%,24%,29%)
(0.00/0.66/0.24/0.29)	

CMYK percentages

%0
%65.75
%24.31
%29.02

Codes

Color #B53E89 in popluar color models

B53E89
RGB18162137
HSL322°48.97%47.65%
HSB/HSV322°65.75%70.98%
CMYK0.00%65.75%24.31%
29.02%

Color #B53E89 in popluar number systems.

HEXB53E89
Decimal18162137
Binary1011010111111010001001
Octal26576211

Shades and tints

Shades of #B53E89

#B53E89
(181,62,137)
#A5397D
(165,57,125)
#953471
(149,52,113)
#852F65
(133,47,101)
#752A59
(117,42,89)
#65254D
(101,37,77)
#552041
(85,32,65)
#451B35
(69,27,53)
#351629
(53,22,41)
#25111D
(37,17,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #B53E89

#B53E89
(181,62,137)
#BB4F93
(187,79,147)
#C1609D
(193,96,157)
#C771A7
(199,113,167)
#CD82B1
(205,130,177)
#D393BB
(211,147,187)
#D9A4C5
(217,164,197)
#DFB5CF
(223,181,207)
#E5C6D9
(229,198,217)
#EBD7E3
(235,215,227)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53E89 color. Also use rgb(181,62,137) instead hex code.

Text Font Color

.myTextColor { color: #B53E89; }

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

This text font color is #B53E89.


Background Color

.myBgColor { background-color: #B53E89; }

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

This div background color is #B53E89.


Border color

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

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

This div border color is #B53E89.


Opacity

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

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

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

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

This text has shadow with #B53E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53E89 on black background.


Color preview on white background

This text has color #B53E89 on white background.



Black color preview on #B53E89 background

This text has black color on #B53E89 background.


White color preview on #B53E89 background

This text has white color on #B53E89 background.