COLOR #B484A5

HEX: #B484A5
RGB: (180,132,165)

Color info

#B484A5 contains red, green and blue colors in about the same proportion. Web safe color of #B484A5 is #CC9999 (or #C99).

RGB color model

#B484A5 color RGB value is (180,132,165).

  • red value is 180;
  • green value is 132;
  • blue value is 165.
RGB:
(180,132,165)
(71%,52%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 165 of 255 = 65%

180
132
165

R + G + B ~ 63%. #B484A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 132 + 165 = 477 (100%)
R 180 of 477 ~ 37.74%
G 132 of 477 ~ 27.67%
B 165 of 477 ~ 34.59%

%37.74
%27.67
%34.59

CMYK color model

#B484A5 color CMYK value is (0,27,8,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 8.33%
  • key color value is 29.41%
CMYK:
(0,27,8,29)
C0M27Y8K29 
(0%,27%,8%,29%)
(0.00/0.27/0.08/0.29)	

CMYK percentages

%0
%26.67
%8.33
%29.41

Codes

Color #B484A5 in popluar color models

B484A5
RGB180132165
HSL319°24.24%61.18%
HSB/HSV319°26.67%70.59%
CMYK0.00%26.67%8.33%
29.41%

Color #B484A5 in popluar number systems.

HEXB484A5
Decimal180132165
Binary101101001000010010100101
Octal264204245

Shades and tints

Shades of #B484A5

#B484A5
(180,132,165)
#A47896
(164,120,150)
#946C87
(148,108,135)
#846078
(132,96,120)
#745469
(116,84,105)
#64485A
(100,72,90)
#543C4B
(84,60,75)
#44303C
(68,48,60)
#34242D
(52,36,45)
#24181E
(36,24,30)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #B484A5

#B484A5
(180,132,165)
#BA8FAD
(186,143,173)
#C09AB5
(192,154,181)
#C6A5BD
(198,165,189)
#CCB0C5
(204,176,197)
#D2BBCD
(210,187,205)
#D8C6D5
(216,198,213)
#DED1DD
(222,209,221)
#E4DCE5
(228,220,229)
#EAE7ED
(234,231,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B484A5 color. Also use rgb(180,132,165) instead hex code.

Text Font Color

.myTextColor { color: #B484A5; }

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

This text font color is #B484A5.


Background Color

.myBgColor { background-color: #B484A5; }

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

This div background color is #B484A5.


Border color

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

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

This div border color is #B484A5.


Opacity

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

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

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

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

This text has shadow with #B484A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B484A5 on black background.


Color preview on white background

This text has color #B484A5 on white background.



Black color preview on #B484A5 background

This text has black color on #B484A5 background.


White color preview on #B484A5 background

This text has white color on #B484A5 background.