COLOR #B582AD

HEX: #B582AD RGB: (181,130,173)

Color info

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

RGB color model

#B582AD color RGB value is (181,130,173).

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

RGB channels and saturation

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

181
130
173

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

Portions of RGB colors in percentages

R + G + B = 181 + 130 + 173 = 484 (100%)
R 181 of 484 ~ 37.4%
G 130 of 484 ~ 26.86%
B 173 of 484 ~ 35.74'%

%37.4
%26.86
%35.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.18%
  • yellow value is 4.42%
  • key color value is 29.02%

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

CMYK percentages

%0
%28.18
%4.42
%29.02

Codes

Color #B582AD in popluar color models

B5 82 AD
RGB 181 130 173
HSL 309° 25.63% 60.98%
HSB/HSV 309° 28.18% 70.98%
CMYK 0.00% 28.18% 4.42%
29.02%

Color #B582AD in popluar number systems.

HEX B5 82 AD
Decimal 181 130 173
Binary 10110101 10000010 10101101
Octal 265 202 255

Shades and tints

Shades of #B582AD

#B582AD
(181,130,173)
#A5779E
(165,119,158)
#956C8F
(149,108,143)
#856180
(133,97,128)
#755671
(117,86,113)
#654B62
(101,75,98)
#554053
(85,64,83)
#453544
(69,53,68)
#352A35
(53,42,53)
#251F26
(37,31,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B582AD

#B582AD
(181,130,173)
#BB8DB4
(187,141,180)
#C198BB
(193,152,187)
#C7A3C2
(199,163,194)
#CDAEC9
(205,174,201)
#D3B9D0
(211,185,208)
#D9C4D7
(217,196,215)
#DFCFDE
(223,207,222)
#E5DAE5
(229,218,229)
#EBE5EC
(235,229,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B582AD; }

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

This text font color is #B582AD.

Background Color

.myBgColor { background-color: #B582AD; }

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

This div background color is #B582AD.

Border color

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

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

This div border color is #B582AD.

Opacity

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

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

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

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

This text has shadow with #B582AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B582AD.

Preview

Color preview on black background

This text has color #B582AD on black background.


Color preview on white background

This text has color #B582AD on white background.


Black color preview on #B582AD background

This text has black color on #B582AD background.


White color preview on #B582AD background

This text has white color on #B582AD background.


Related colors

Complementary color

Complementary color for #hex is #4A7D52.


I love getcolorcode.com

Triadic colors

1 #ADB582 and #82ADB5 with #B582AD are triadic colors.

2 #AD82B5 and #82B5AD with #B582AD are triadic colors.