COLOR #B586BD

HEX: #B586BD RGB: (181,134,189)

Color info

#B586BD contains red, green and blue colors in about the same proportion. Web safe color of #B586BD is #CC99CC (or #C9C).

RGB color model

#B586BD color RGB value is (181,134,189).

RGB: (181,134,189) (71%, 53%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 189 of 255 = 74%

181
134
189

R + G + B ~ 66%. #B586BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 134 + 189 = 504 (100%)
R 181 of 504 ~ 35.91%
G 134 of 504 ~ 26.59%
B 189 of 504 ~ 37.5'%

%35.91
%26.59
%37.5

CMYK color model

#B586BD color CMYK value is (4,29,0,26).

  • cyan value is 4.23%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (4,29,0,26)
C4M29Y0K26 (4%, 29%, 0%, 26%)
(0.04 / 0.29 / 0.00 / 0.26)

CMYK percentages

%4.23
%29.1
%0
%25.88

Codes

Color #B586BD in popluar color models

B5 86 BD
RGB 181 134 189
HSL 291° 29.41% 63.33%
HSB/HSV 291° 29.10% 74.12%
CMYK 4.23% 29.10% 0.00%
25.88%

Color #B586BD in popluar number systems.

HEX B5 86 BD
Decimal 181 134 189
Binary 10110101 10000110 10111101
Octal 265 206 275

Shades and tints

Shades of #B586BD

#B586BD
(181,134,189)
#A57AAC
(165,122,172)
#956E9B
(149,110,155)
#85628A
(133,98,138)
#755679
(117,86,121)
#654A68
(101,74,104)
#553E57
(85,62,87)
#453246
(69,50,70)
#352635
(53,38,53)
#251A24
(37,26,36)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #B586BD

#B586BD
(181,134,189)
#BB91C3
(187,145,195)
#C19CC9
(193,156,201)
#C7A7CF
(199,167,207)
#CDB2D5
(205,178,213)
#D3BDDB
(211,189,219)
#D9C8E1
(217,200,225)
#DFD3E7
(223,211,231)
#E5DEED
(229,222,237)
#EBE9F3
(235,233,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B586BD color. Also use rgb(181,134,189) instead hex code.

Text Font Color

.myTextColor { color: #B586BD; }

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

This text font color is #B586BD.

Background Color

.myBgColor { background-color: #B586BD; }

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

This div background color is #B586BD.

Border color

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

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

This div border color is #B586BD.

Opacity

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

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

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

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

This text has shadow with #B586BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B586BD.

Preview

Color preview on black background

This text has color #B586BD on black background.


Color preview on white background

This text has color #B586BD on white background.


Black color preview on #B586BD background

This text has black color on #B586BD background.


White color preview on #B586BD background

This text has white color on #B586BD background.


Related colors

Complementary color

Complementary color for #hex is #4A7942.


I love getcolorcode.com

Triadic colors

1 #BDB586 and #86BDB5 with #B586BD are triadic colors.

2 #BD86B5 and #86B5BD with #B586BD are triadic colors.