COLOR #B482AD

HEX: #B482AD RGB: (180,130,173)

Color info

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

RGB color model

#B482AD color RGB value is (180,130,173).

RGB: (180,130,173) (71%, 51%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 173 of 255 = 68%

180
130
173

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

Portions of RGB colors in percentages

R + G + B = 180 + 130 + 173 = 483 (100%)
R 180 of 483 ~ 37.27%
G 130 of 483 ~ 26.92%
B 173 of 483 ~ 35.82'%

%37.27
%26.92
%35.82

CMYK color model

#B482AD color CMYK value is (0,28,4,29).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 3.89%
  • key color value is 29.41%

CMYK: (0,28,4,29)
C0M28Y4K29 (0%, 28%, 4%, 29%)
(0.00 / 0.28 / 0.04 / 0.29)

CMYK percentages

%0
%27.78
%3.89
%29.41

Codes

Color #B482AD in popluar color models

B4 82 AD
RGB 180 130 173
HSL 308° 25.00% 60.78%
HSB/HSV 308° 27.78% 70.59%
CMYK 0.00% 27.78% 3.89%
29.41%

Color #B482AD in popluar number systems.

HEX B4 82 AD
Decimal 180 130 173
Binary 10110100 10000010 10101101
Octal 264 202 255

Shades and tints

Shades of #B482AD

#B482AD
(180,130,173)
#A4779E
(164,119,158)
#946C8F
(148,108,143)
#846180
(132,97,128)
#745671
(116,86,113)
#644B62
(100,75,98)
#544053
(84,64,83)
#443544
(68,53,68)
#342A35
(52,42,53)
#241F26
(36,31,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B482AD

#B482AD
(180,130,173)
#BA8DB4
(186,141,180)
#C098BB
(192,152,187)
#C6A3C2
(198,163,194)
#CCAEC9
(204,174,201)
#D2B9D0
(210,185,208)
#D8C4D7
(216,196,215)
#DECFDE
(222,207,222)
#E4DAE5
(228,218,229)
#EAE5EC
(234,229,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B482AD color. Also use rgb(180,130,173) instead hex code.

Text Font Color

.myTextColor { color: #B482AD; }

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

This text font color is #B482AD.

Background Color

.myBgColor { background-color: #B482AD; }

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

This div background color is #B482AD.

Border color

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

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

This div border color is #B482AD.

Opacity

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

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

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

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

This text has shadow with #B482AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B482AD.

Preview

Color preview on black background

This text has color #B482AD on black background.


Color preview on white background

This text has color #B482AD on white background.


Black color preview on #B482AD background

This text has black color on #B482AD background.


White color preview on #B482AD background

This text has white color on #B482AD background.


Related colors

Complementary color

Complementary color for #hex is #4B7D52.


I love getcolorcode.com

Triadic colors

1 #ADB482 and #82ADB4 with #B482AD are triadic colors.

2 #AD82B4 and #82B4AD with #B482AD are triadic colors.