COLOR #B585A7

HEX: #B585A7
RGB: (181,133,167)

Color info

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

RGB color model

#B585A7 color RGB value is (181,133,167).

  • red value is 181;
  • green value is 133;
  • blue value is 167.
RGB:
(181,133,167)
(71%,52%,65%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 167 of 255 = 65%

181
133
167

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

Portions of RGB colors in percentages

R + G + B =
181 + 133 + 167 = 481 (100%)
R 181 of 481 ~ 37.63%
G 133 of 481 ~ 27.65%
B 167 of 481 ~ 34.72%

%37.63
%27.65
%34.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 7.73%
  • key color value is 29.02%
CMYK:
(0,27,8,29)
C0M27Y8K29 
(0%,27%,8%,29%)
(0.00/0.27/0.08/0.29)	

CMYK percentages

%0
%26.52
%7.73
%29.02

Codes

Color #B585A7 in popluar color models

B585A7
RGB181133167
HSL318°24.49%61.57%
HSB/HSV318°26.52%70.98%
CMYK0.00%26.52%7.73%
29.02%

Color #B585A7 in popluar number systems.

HEXB585A7
Decimal181133167
Binary101101011000010110100111
Octal265205247

Shades and tints

Shades of #B585A7

#B585A7
(181,133,167)
#A57998
(165,121,152)
#956D89
(149,109,137)
#85617A
(133,97,122)
#75556B
(117,85,107)
#65495C
(101,73,92)
#553D4D
(85,61,77)
#45313E
(69,49,62)
#35252F
(53,37,47)
#251920
(37,25,32)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #B585A7

#B585A7
(181,133,167)
#BB90AF
(187,144,175)
#C19BB7
(193,155,183)
#C7A6BF
(199,166,191)
#CDB1C7
(205,177,199)
#D3BCCF
(211,188,207)
#D9C7D7
(217,199,215)
#DFD2DF
(223,210,223)
#E5DDE7
(229,221,231)
#EBE8EF
(235,232,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B585A7; }

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

This text font color is #B585A7.


Background Color

.myBgColor { background-color: #B585A7; }

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

This div background color is #B585A7.


Border color

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

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

This div border color is #B585A7.


Opacity

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

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

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

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

This text has shadow with #B585A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B585A7 on black background.


Color preview on white background

This text has color #B585A7 on white background.



Black color preview on #B585A7 background

This text has black color on #B585A7 background.


White color preview on #B585A7 background

This text has white color on #B585A7 background.