COLOR #B53D82

HEX: #B53D82
RGB: (181,61,130)

Color info

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

RGB color model

#B53D82 color RGB value is (181,61,130).

  • red value is 181;
  • green value is 61;
  • blue value is 130.
RGB:
(181,61,130)
(71%,24%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 61 of 255 = 24%
B 130 of 255 = 51%

181
61
130

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

Portions of RGB colors in percentages

R + G + B =
181 + 61 + 130 = 372 (100%)
R 181 of 372 ~ 48.66%
G 61 of 372 ~ 16.4%
B 130 of 372 ~ 34.95%

%48.66
%16.4
%34.95

CMYK color model

#B53D82 color CMYK value is (0,66,28,29).

  • cyan value is 0.00%
  • magenta value is 66.30%
  • yellow value is 28.18%
  • key color value is 29.02%
CMYK:
(0,66,28,29)
C0M66Y28K29 
(0%,66%,28%,29%)
(0.00/0.66/0.28/0.29)	

CMYK percentages

%0
%66.3
%28.18
%29.02

Codes

Color #B53D82 in popluar color models

B53D82
RGB18161130
HSL326°49.59%47.45%
HSB/HSV326°66.30%70.98%
CMYK0.00%66.30%28.18%
29.02%

Color #B53D82 in popluar number systems.

HEXB53D82
Decimal18161130
Binary1011010111110110000010
Octal26575202

Shades and tints

Shades of #B53D82

#B53D82
(181,61,130)
#A53877
(165,56,119)
#95336C
(149,51,108)
#852E61
(133,46,97)
#752956
(117,41,86)
#65244B
(101,36,75)
#551F40
(85,31,64)
#451A35
(69,26,53)
#35152A
(53,21,42)
#25101F
(37,16,31)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #B53D82

#B53D82
(181,61,130)
#BB4E8D
(187,78,141)
#C15F98
(193,95,152)
#C770A3
(199,112,163)
#CD81AE
(205,129,174)
#D392B9
(211,146,185)
#D9A3C4
(217,163,196)
#DFB4CF
(223,180,207)
#E5C5DA
(229,197,218)
#EBD6E5
(235,214,229)
#F1E7F0
(241,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53D82 color. Also use rgb(181,61,130) instead hex code.

Text Font Color

.myTextColor { color: #B53D82; }

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

This text font color is #B53D82.


Background Color

.myBgColor { background-color: #B53D82; }

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

This div background color is #B53D82.


Border color

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

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

This div border color is #B53D82.


Opacity

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

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

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

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

This text has shadow with #B53D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53D82 on black background.


Color preview on white background

This text has color #B53D82 on white background.



Black color preview on #B53D82 background

This text has black color on #B53D82 background.


White color preview on #B53D82 background

This text has white color on #B53D82 background.