COLOR #B586BA

HEX: #B586BA
RGB: (181,134,186)

Color info

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

RGB color model

#B586BA color RGB value is (181,134,186).

  • red value is 181;
  • green value is 134;
  • blue value is 186.
RGB:
(181,134,186)
(71%,53%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 186 of 255 = 73%

181
134
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 134 + 186 = 501 (100%)
R 181 of 501 ~ 36.13%
G 134 of 501 ~ 26.75%
B 186 of 501 ~ 37.13%

%36.13
%26.75
%37.13

CMYK color model

#B586BA color CMYK value is (3,28,0,27).

  • cyan value is 2.69%
  • magenta value is 27.96%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,28,0,27)
C3M28Y0K27 
(3%,28%,0%,27%)
(0.03/0.28/0.00/0.27)	

CMYK percentages

%2.69
%27.96
%0
%27.06

Codes

Color #B586BA in popluar color models

B586BA
RGB181134186
HSL294°27.37%62.75%
HSB/HSV294°27.96%72.94%
CMYK2.69%27.96%0.00%
27.06%

Color #B586BA in popluar number systems.

HEXB586BA
Decimal181134186
Binary101101011000011010111010
Octal265206272

Shades and tints

Shades of #B586BA

#B586BA
(181,134,186)
#A57AAA
(165,122,170)
#956E9A
(149,110,154)
#85628A
(133,98,138)
#75567A
(117,86,122)
#654A6A
(101,74,106)
#553E5A
(85,62,90)
#45324A
(69,50,74)
#35263A
(53,38,58)
#251A2A
(37,26,42)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #B586BA

#B586BA
(181,134,186)
#BB91C0
(187,145,192)
#C19CC6
(193,156,198)
#C7A7CC
(199,167,204)
#CDB2D2
(205,178,210)
#D3BDD8
(211,189,216)
#D9C8DE
(217,200,222)
#DFD3E4
(223,211,228)
#E5DEEA
(229,222,234)
#EBE9F0
(235,233,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B586BA; }

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

This text font color is #B586BA.


Background Color

.myBgColor { background-color: #B586BA; }

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

This div background color is #B586BA.


Border color

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

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

This div border color is #B586BA.


Opacity

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

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

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

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

This text has shadow with #B586BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B586BA on black background.


Color preview on white background

This text has color #B586BA on white background.



Black color preview on #B586BA background

This text has black color on #B586BA background.


White color preview on #B586BA background

This text has white color on #B586BA background.