COLOR #B56ED9

HEX: #B56ED9
RGB: (181,110,217)

Color info

#B56ED9 contains mainly red and blue colors. Web safe color of #B56ED9 is #CC66CC (or #C6C).

RGB color model

#B56ED9 color RGB value is (181,110,217).

  • red value is 181;
  • green value is 110;
  • blue value is 217.
RGB:
(181,110,217)
(71%,43%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 110 of 255 = 43%
B 217 of 255 = 85%

181
110
217

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

Portions of RGB colors in percentages

R + G + B =
181 + 110 + 217 = 508 (100%)
R 181 of 508 ~ 35.63%
G 110 of 508 ~ 21.65%
B 217 of 508 ~ 42.72%

%35.63
%21.65
%42.72

CMYK color model

#B56ED9 color CMYK value is (17,49,0,15).

  • cyan value is 16.59%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,49,0,15)
C17M49Y0K15 
(17%,49%,0%,15%)
(0.17/0.49/0.00/0.15)	

CMYK percentages

%16.59
%49.31
%0
%14.9

Codes

Color #B56ED9 in popluar color models

B56ED9
RGB181110217
HSL280°58.47%64.12%
HSB/HSV280°49.31%85.10%
CMYK16.59%49.31%0.00%
14.90%

Color #B56ED9 in popluar number systems.

HEXB56ED9
Decimal181110217
Binary10110101110111011011001
Octal265156331

Shades and tints

Shades of #B56ED9

#B56ED9
(181,110,217)
#A564C6
(165,100,198)
#955AB3
(149,90,179)
#8550A0
(133,80,160)
#75468D
(117,70,141)
#653C7A
(101,60,122)
#553267
(85,50,103)
#452854
(69,40,84)
#351E41
(53,30,65)
#25142E
(37,20,46)
#150A1B
(21,10,27)
#000000
(0,0,0)

Tints of #B56ED9

#B56ED9
(181,110,217)
#BB7BDC
(187,123,220)
#C188DF
(193,136,223)
#C795E2
(199,149,226)
#CDA2E5
(205,162,229)
#D3AFE8
(211,175,232)
#D9BCEB
(217,188,235)
#DFC9EE
(223,201,238)
#E5D6F1
(229,214,241)
#EBE3F4
(235,227,244)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56ED9 color. Also use rgb(181,110,217) instead hex code.

Text Font Color

.myTextColor { color: #B56ED9; }

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

This text font color is #B56ED9.


Background Color

.myBgColor { background-color: #B56ED9; }

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

This div background color is #B56ED9.


Border color

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

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

This div border color is #B56ED9.


Opacity

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

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

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

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

This text has shadow with #B56ED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56ED9 on black background.


Color preview on white background

This text has color #B56ED9 on white background.



Black color preview on #B56ED9 background

This text has black color on #B56ED9 background.


White color preview on #B56ED9 background

This text has white color on #B56ED9 background.