COLOR #B45BAA

HEX: #B45BAA
RGB: (180,91,170)

Color info

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

RGB color model

#B45BAA color RGB value is (180,91,170).

  • red value is 180;
  • green value is 91;
  • blue value is 170.
RGB:
(180,91,170)
(71%,36%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 91 of 255 = 36%
B 170 of 255 = 67%

180
91
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 91 + 170 = 441 (100%)
R 180 of 441 ~ 40.82%
G 91 of 441 ~ 20.63%
B 170 of 441 ~ 38.55%

%40.82
%20.63
%38.55

CMYK color model

#B45BAA color CMYK value is (0,49,6,29).

  • cyan value is 0.00%
  • magenta value is 49.44%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,49,6,29)
C0M49Y6K29 
(0%,49%,6%,29%)
(0.00/0.49/0.06/0.29)	

CMYK percentages

%0
%49.44
%5.56
%29.41

Codes

Color #B45BAA in popluar color models

B45BAA
RGB18091170
HSL307°37.24%53.14%
HSB/HSV307°49.44%70.59%
CMYK0.00%49.44%5.56%
29.41%

Color #B45BAA in popluar number systems.

HEXB45BAA
Decimal18091170
Binary10110100101101110101010
Octal264133252

Shades and tints

Shades of #B45BAA

#B45BAA
(180,91,170)
#A4539B
(164,83,155)
#944B8C
(148,75,140)
#84437D
(132,67,125)
#743B6E
(116,59,110)
#64335F
(100,51,95)
#542B50
(84,43,80)
#442341
(68,35,65)
#341B32
(52,27,50)
#241323
(36,19,35)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #B45BAA

#B45BAA
(180,91,170)
#BA69B1
(186,105,177)
#C077B8
(192,119,184)
#C685BF
(198,133,191)
#CC93C6
(204,147,198)
#D2A1CD
(210,161,205)
#D8AFD4
(216,175,212)
#DEBDDB
(222,189,219)
#E4CBE2
(228,203,226)
#EAD9E9
(234,217,233)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45BAA color. Also use rgb(180,91,170) instead hex code.

Text Font Color

.myTextColor { color: #B45BAA; }

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

This text font color is #B45BAA.


Background Color

.myBgColor { background-color: #B45BAA; }

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

This div background color is #B45BAA.


Border color

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

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

This div border color is #B45BAA.


Opacity

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

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

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

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

This text has shadow with #B45BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45BAA on black background.


Color preview on white background

This text has color #B45BAA on white background.



Black color preview on #B45BAA background

This text has black color on #B45BAA background.


White color preview on #B45BAA background

This text has white color on #B45BAA background.