COLOR #B480A5

HEX: #B480A5
RGB: (180,128,165)

Color info

#B480A5 contains red, green and blue colors in about the same proportion. Web safe color of #B480A5 is #CC6699 (or #C69).

RGB color model

#B480A5 color RGB value is (180,128,165).

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

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 165 of 255 = 65%

180
128
165

R + G + B ~ 62%. #B480A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 128 + 165 = 473 (100%)
R 180 of 473 ~ 38.05%
G 128 of 473 ~ 27.06%
B 165 of 473 ~ 34.88%

%38.05
%27.06
%34.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 8.33%
  • key color value is 29.41%
CMYK:
(0,29,8,29)
C0M29Y8K29 
(0%,29%,8%,29%)
(0.00/0.29/0.08/0.29)	

CMYK percentages

%0
%28.89
%8.33
%29.41

Codes

Color #B480A5 in popluar color models

B480A5
RGB180128165
HSL317°25.74%60.39%
HSB/HSV317°28.89%70.59%
CMYK0.00%28.89%8.33%
29.41%

Color #B480A5 in popluar number systems.

HEXB480A5
Decimal180128165
Binary101101001000000010100101
Octal264200245

Shades and tints

Shades of #B480A5

#B480A5
(180,128,165)
#A47596
(164,117,150)
#946A87
(148,106,135)
#845F78
(132,95,120)
#745469
(116,84,105)
#64495A
(100,73,90)
#543E4B
(84,62,75)
#44333C
(68,51,60)
#34282D
(52,40,45)
#241D1E
(36,29,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #B480A5

#B480A5
(180,128,165)
#BA8BAD
(186,139,173)
#C096B5
(192,150,181)
#C6A1BD
(198,161,189)
#CCACC5
(204,172,197)
#D2B7CD
(210,183,205)
#D8C2D5
(216,194,213)
#DECDDD
(222,205,221)
#E4D8E5
(228,216,229)
#EAE3ED
(234,227,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B480A5; }

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

This text font color is #B480A5.


Background Color

.myBgColor { background-color: #B480A5; }

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

This div background color is #B480A5.


Border color

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

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

This div border color is #B480A5.


Opacity

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

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

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

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

This text has shadow with #B480A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B480A5 on black background.


Color preview on white background

This text has color #B480A5 on white background.



Black color preview on #B480A5 background

This text has black color on #B480A5 background.


White color preview on #B480A5 background

This text has white color on #B480A5 background.