COLOR #B585AA

HEX: #B585AA RGB: (181,133,170)

Color info

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

RGB color model

#B585AA color RGB value is (181,133,170).

RGB: (181,133,170) (71%, 52%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 170 of 255 = 67%

181
133
170

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

Portions of RGB colors in percentages

R + G + B = 181 + 133 + 170 = 484 (100%)
R 181 of 484 ~ 37.4%
G 133 of 484 ~ 27.48%
B 170 of 484 ~ 35.12'%

%37.4
%27.48
%35.12

CMYK color model

#B585AA color CMYK value is (0,27,6,29).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 6.08%
  • key color value is 29.02%

CMYK: (0,27,6,29)
C0M27Y6K29 (0%, 27%, 6%, 29%)
(0.00 / 0.27 / 0.06 / 0.29)

CMYK percentages

%0
%26.52
%6.08
%29.02

Codes

Color #B585AA in popluar color models

B5 85 AA
RGB 181 133 170
HSL 314° 24.49% 61.57%
HSB/HSV 314° 26.52% 70.98%
CMYK 0.00% 26.52% 6.08%
29.02%

Color #B585AA in popluar number systems.

HEX B5 85 AA
Decimal 181 133 170
Binary 10110101 10000101 10101010
Octal 265 205 252

Shades and tints

Shades of #B585AA

#B585AA
(181,133,170)
#A5799B
(165,121,155)
#956D8C
(149,109,140)
#85617D
(133,97,125)
#75556E
(117,85,110)
#65495F
(101,73,95)
#553D50
(85,61,80)
#453141
(69,49,65)
#352532
(53,37,50)
#251923
(37,25,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #B585AA

#B585AA
(181,133,170)
#BB90B1
(187,144,177)
#C19BB8
(193,155,184)
#C7A6BF
(199,166,191)
#CDB1C6
(205,177,198)
#D3BCCD
(211,188,205)
#D9C7D4
(217,199,212)
#DFD2DB
(223,210,219)
#E5DDE2
(229,221,226)
#EBE8E9
(235,232,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B585AA color. Also use rgb(181,133,170) instead hex code.

Text Font Color

.myTextColor { color: #B585AA; }

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

This text font color is #B585AA.

Background Color

.myBgColor { background-color: #B585AA; }

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

This div background color is #B585AA.

Border color

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

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

This div border color is #B585AA.

Opacity

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

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

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

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

This text has shadow with #B585AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B585AA.

Preview

Color preview on black background

This text has color #B585AA on black background.


Color preview on white background

This text has color #B585AA on white background.


Black color preview on #B585AA background

This text has black color on #B585AA background.


White color preview on #B585AA background

This text has white color on #B585AA background.


Related colors

Complementary color

Complementary color for #hex is #4A7A55.


I love getcolorcode.com

Triadic colors

1 #AAB585 and #85AAB5 with #B585AA are triadic colors.

2 #AA85B5 and #85B5AA with #B585AA are triadic colors.