COLOR #B45983

HEX: #B45983
RGB: (180,89,131)

Color info

#B45983 contains mainly red and blue colors. Web safe color of #B45983 is #CC6699 (or #C69).

RGB color model

#B45983 color RGB value is (180,89,131).

  • red value is 180;
  • green value is 89;
  • blue value is 131.
RGB:
(180,89,131)
(71%,35%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 89 of 255 = 35%
B 131 of 255 = 51%

180
89
131

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

Portions of RGB colors in percentages

R + G + B =
180 + 89 + 131 = 400 (100%)
R 180 of 400 ~ 45%
G 89 of 400 ~ 22.25%
B 131 of 400 ~ 32.75%

%45
%22.25
%32.75

CMYK color model

#B45983 color CMYK value is (0,51,27,29).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(0,51,27,29)
C0M51Y27K29 
(0%,51%,27%,29%)
(0.00/0.51/0.27/0.29)	

CMYK percentages

%0
%50.56
%27.22
%29.41

Codes

Color #B45983 in popluar color models

B45983
RGB18089131
HSL332°37.76%52.75%
HSB/HSV332°50.56%70.59%
CMYK0.00%50.56%27.22%
29.41%

Color #B45983 in popluar number systems.

HEXB45983
Decimal18089131
Binary10110100101100110000011
Octal264131203

Shades and tints

Shades of #B45983

#B45983
(180,89,131)
#A45178
(164,81,120)
#94496D
(148,73,109)
#844162
(132,65,98)
#743957
(116,57,87)
#64314C
(100,49,76)
#542941
(84,41,65)
#442136
(68,33,54)
#34192B
(52,25,43)
#241120
(36,17,32)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #B45983

#B45983
(180,89,131)
#BA688E
(186,104,142)
#C07799
(192,119,153)
#C686A4
(198,134,164)
#CC95AF
(204,149,175)
#D2A4BA
(210,164,186)
#D8B3C5
(216,179,197)
#DEC2D0
(222,194,208)
#E4D1DB
(228,209,219)
#EAE0E6
(234,224,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45983 color. Also use rgb(180,89,131) instead hex code.

Text Font Color

.myTextColor { color: #B45983; }

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

This text font color is #B45983.


Background Color

.myBgColor { background-color: #B45983; }

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

This div background color is #B45983.


Border color

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

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

This div border color is #B45983.


Opacity

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

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

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

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

This text has shadow with #B45983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45983 on black background.


Color preview on white background

This text has color #B45983 on white background.



Black color preview on #B45983 background

This text has black color on #B45983 background.


White color preview on #B45983 background

This text has white color on #B45983 background.