COLOR #B45D9E

HEX: #B45D9E
RGB: (180,93,158)

Color info

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

RGB color model

#B45D9E color RGB value is (180,93,158).

  • red value is 180;
  • green value is 93;
  • blue value is 158.
RGB:
(180,93,158)
(71%,36%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 93 of 255 = 36%
B 158 of 255 = 62%

180
93
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 93 + 158 = 431 (100%)
R 180 of 431 ~ 41.76%
G 93 of 431 ~ 21.58%
B 158 of 431 ~ 36.66%

%41.76
%21.58
%36.66

CMYK color model

#B45D9E color CMYK value is (0,48,12,29).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,48,12,29)
C0M48Y12K29 
(0%,48%,12%,29%)
(0.00/0.48/0.12/0.29)	

CMYK percentages

%0
%48.33
%12.22
%29.41

Codes

Color #B45D9E in popluar color models

B45D9E
RGB18093158
HSL315°36.71%53.53%
HSB/HSV315°48.33%70.59%
CMYK0.00%48.33%12.22%
29.41%

Color #B45D9E in popluar number systems.

HEXB45D9E
Decimal18093158
Binary10110100101110110011110
Octal264135236

Shades and tints

Shades of #B45D9E

#B45D9E
(180,93,158)
#A45590
(164,85,144)
#944D82
(148,77,130)
#844574
(132,69,116)
#743D66
(116,61,102)
#643558
(100,53,88)
#542D4A
(84,45,74)
#44253C
(68,37,60)
#341D2E
(52,29,46)
#241520
(36,21,32)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #B45D9E

#B45D9E
(180,93,158)
#BA6BA6
(186,107,166)
#C079AE
(192,121,174)
#C687B6
(198,135,182)
#CC95BE
(204,149,190)
#D2A3C6
(210,163,198)
#D8B1CE
(216,177,206)
#DEBFD6
(222,191,214)
#E4CDDE
(228,205,222)
#EADBE6
(234,219,230)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45D9E color. Also use rgb(180,93,158) instead hex code.

Text Font Color

.myTextColor { color: #B45D9E; }

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

This text font color is #B45D9E.


Background Color

.myBgColor { background-color: #B45D9E; }

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

This div background color is #B45D9E.


Border color

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

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

This div border color is #B45D9E.


Opacity

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

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

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

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

This text has shadow with #B45D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45D9E on black background.


Color preview on white background

This text has color #B45D9E on white background.



Black color preview on #B45D9E background

This text has black color on #B45D9E background.


White color preview on #B45D9E background

This text has white color on #B45D9E background.