COLOR #B585A4

HEX: #B585A4 RGB: (181,133,164)

Color info

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

RGB color model

#B585A4 color RGB value is (181,133,164).

RGB: (181,133,164) (71%, 52%, 64%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 164 of 255 = 64%

181
133
164

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

Portions of RGB colors in percentages

R + G + B = 181 + 133 + 164 = 478 (100%)
R 181 of 478 ~ 37.87%
G 133 of 478 ~ 27.82%
B 164 of 478 ~ 34.31'%

%37.87
%27.82
%34.31

CMYK color model

#B585A4 color CMYK value is (0,27,9,29).

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

CMYK: (0,27,9,29)
C0M27Y9K29 (0%, 27%, 9%, 29%)
(0.00 / 0.27 / 0.09 / 0.29)

CMYK percentages

%0
%26.52
%9.39
%29.02

Codes

Color #B585A4 in popluar color models

B5 85 A4
RGB 181 133 164
HSL 321° 24.49% 61.57%
HSB/HSV 321° 26.52% 70.98%
CMYK 0.00% 26.52% 9.39%
29.02%

Color #B585A4 in popluar number systems.

HEX B5 85 A4
Decimal 181 133 164
Binary 10110101 10000101 10100100
Octal 265 205 244

Shades and tints

Shades of #B585A4

#B585A4
(181,133,164)
#A57996
(165,121,150)
#956D88
(149,109,136)
#85617A
(133,97,122)
#75556C
(117,85,108)
#65495E
(101,73,94)
#553D50
(85,61,80)
#453142
(69,49,66)
#352534
(53,37,52)
#251926
(37,25,38)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #B585A4

#B585A4
(181,133,164)
#BB90AC
(187,144,172)
#C19BB4
(193,155,180)
#C7A6BC
(199,166,188)
#CDB1C4
(205,177,196)
#D3BCCC
(211,188,204)
#D9C7D4
(217,199,212)
#DFD2DC
(223,210,220)
#E5DDE4
(229,221,228)
#EBE8EC
(235,232,236)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B585A4; }

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

This text font color is #B585A4.

Background Color

.myBgColor { background-color: #B585A4; }

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

This div background color is #B585A4.

Border color

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

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

This div border color is #B585A4.

Opacity

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

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

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

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

This text has shadow with #B585A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B585A4.

Preview

Color preview on black background

This text has color #B585A4 on black background.


Color preview on white background

This text has color #B585A4 on white background.


Black color preview on #B585A4 background

This text has black color on #B585A4 background.


White color preview on #B585A4 background

This text has white color on #B585A4 background.


Related colors

Complementary color

Complementary color for #hex is #4A7A5B.


I love getcolorcode.com

Triadic colors

1 #A4B585 and #85A4B5 with #B585A4 are triadic colors.

2 #A485B5 and #85B5A4 with #B585A4 are triadic colors.