COLOR #B56BD4

HEX: #B56BD4
RGB: (181,107,212)

Color info

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

RGB color model

#B56BD4 color RGB value is (181,107,212).

  • red value is 181;
  • green value is 107;
  • blue value is 212.
RGB:
(181,107,212)
(71%,42%,83%)

RGB channels and saturation

R 181 of 255 = 71%
G 107 of 255 = 42%
B 212 of 255 = 83%

181
107
212

R + G + B ~ 65%. #B56BD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 107 + 212 = 500 (100%)
R 181 of 500 ~ 36.2%
G 107 of 500 ~ 21.4%
B 212 of 500 ~ 42.4%

%36.2
%21.4
%42.4

CMYK color model

#B56BD4 color CMYK value is (15,50,0,17).

  • cyan value is 14.62%
  • magenta value is 49.53%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(15,50,0,17)
C15M50Y0K17 
(15%,50%,0%,17%)
(0.15/0.50/0.00/0.17)	

CMYK percentages

%14.62
%49.53
%0
%16.86

Codes

Color #B56BD4 in popluar color models

B56BD4
RGB181107212
HSL282°54.97%62.55%
HSB/HSV282°49.53%83.14%
CMYK14.62%49.53%0.00%
16.86%

Color #B56BD4 in popluar number systems.

HEXB56BD4
Decimal181107212
Binary10110101110101111010100
Octal265153324

Shades and tints

Shades of #B56BD4

#B56BD4
(181,107,212)
#A562C1
(165,98,193)
#9559AE
(149,89,174)
#85509B
(133,80,155)
#754788
(117,71,136)
#653E75
(101,62,117)
#553562
(85,53,98)
#452C4F
(69,44,79)
#35233C
(53,35,60)
#251A29
(37,26,41)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #B56BD4

#B56BD4
(181,107,212)
#BB78D7
(187,120,215)
#C185DA
(193,133,218)
#C792DD
(199,146,221)
#CD9FE0
(205,159,224)
#D3ACE3
(211,172,227)
#D9B9E6
(217,185,230)
#DFC6E9
(223,198,233)
#E5D3EC
(229,211,236)
#EBE0EF
(235,224,239)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56BD4 color. Also use rgb(181,107,212) instead hex code.

Text Font Color

.myTextColor { color: #B56BD4; }

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

This text font color is #B56BD4.


Background Color

.myBgColor { background-color: #B56BD4; }

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

This div background color is #B56BD4.


Border color

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

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

This div border color is #B56BD4.


Opacity

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

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

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

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

This text has shadow with #B56BD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56BD4 on black background.


Color preview on white background

This text has color #B56BD4 on white background.



Black color preview on #B56BD4 background

This text has black color on #B56BD4 background.


White color preview on #B56BD4 background

This text has white color on #B56BD4 background.