COLOR #B586CE

HEX: #B586CE
RGB: (181,134,206)

Color info

#B586CE contains mainly red and blue colors. Web safe color of #B586CE is #CC99CC (or #C9C).

RGB color model

#B586CE color RGB value is (181,134,206).

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

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 206 of 255 = 81%

181
134
206

R + G + B ~ 68%. #B586CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 134 + 206 = 521 (100%)
R 181 of 521 ~ 34.74%
G 134 of 521 ~ 25.72%
B 206 of 521 ~ 39.54%

%34.74
%25.72
%39.54

CMYK color model

#B586CE color CMYK value is (12,35,0,19).

  • cyan value is 12.14%
  • magenta value is 34.95%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(12,35,0,19)
C12M35Y0K19 
(12%,35%,0%,19%)
(0.12/0.35/0.00/0.19)	

CMYK percentages

%12.14
%34.95
%0
%19.22

Codes

Color #B586CE in popluar color models

B586CE
RGB181134206
HSL279°42.35%66.67%
HSB/HSV279°34.95%80.78%
CMYK12.14%34.95%0.00%
19.22%

Color #B586CE in popluar number systems.

HEXB586CE
Decimal181134206
Binary101101011000011011001110
Octal265206316

Shades and tints

Shades of #B586CE

#B586CE
(181,134,206)
#A57ABC
(165,122,188)
#956EAA
(149,110,170)
#856298
(133,98,152)
#755686
(117,86,134)
#654A74
(101,74,116)
#553E62
(85,62,98)
#453250
(69,50,80)
#35263E
(53,38,62)
#251A2C
(37,26,44)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #B586CE

#B586CE
(181,134,206)
#BB91D2
(187,145,210)
#C19CD6
(193,156,214)
#C7A7DA
(199,167,218)
#CDB2DE
(205,178,222)
#D3BDE2
(211,189,226)
#D9C8E6
(217,200,230)
#DFD3EA
(223,211,234)
#E5DEEE
(229,222,238)
#EBE9F2
(235,233,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B586CE; }

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

This text font color is #B586CE.


Background Color

.myBgColor { background-color: #B586CE; }

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

This div background color is #B586CE.


Border color

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

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

This div border color is #B586CE.


Opacity

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

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

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

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

This text has shadow with #B586CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B586CE on black background.


Color preview on white background

This text has color #B586CE on white background.



Black color preview on #B586CE background

This text has black color on #B586CE background.


White color preview on #B586CE background

This text has white color on #B586CE background.