COLOR #B56CD2

HEX: #B56CD2 RGB: (181,108,210)

Color info

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

RGB color model

#B56CD2 color RGB value is (181,108,210).

RGB: (181,108,210) (71%, 42%, 82%)

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 210 of 255 = 82%

181
108
210

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

Portions of RGB colors in percentages

R + G + B = 181 + 108 + 210 = 499 (100%)
R 181 of 499 ~ 36.27%
G 108 of 499 ~ 21.64%
B 210 of 499 ~ 42.08'%

%36.27
%21.64
%42.08

CMYK color model

#B56CD2 color CMYK value is (14,49,0,18).

  • cyan value is 13.81%
  • magenta value is 48.57%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (14,49,0,18)
C14M49Y0K18 (14%, 49%, 0%, 18%)
(0.14 / 0.49 / 0.00 / 0.18)

CMYK percentages

%13.81
%48.57
%0
%17.65

Codes

Color #B56CD2 in popluar color models

B5 6C D2
RGB 181 108 210
HSL 283° 53.13% 62.35%
HSB/HSV 283° 48.57% 82.35%
CMYK 13.81% 48.57% 0.00%
17.65%

Color #B56CD2 in popluar number systems.

HEX B5 6C D2
Decimal 181 108 210
Binary 10110101 1101100 11010010
Octal 265 154 322

Shades and tints

Shades of #B56CD2

#B56CD2
(181,108,210)
#A563BF
(165,99,191)
#955AAC
(149,90,172)
#855199
(133,81,153)
#754886
(117,72,134)
#653F73
(101,63,115)
#553660
(85,54,96)
#452D4D
(69,45,77)
#35243A
(53,36,58)
#251B27
(37,27,39)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B56CD2

#B56CD2
(181,108,210)
#BB79D6
(187,121,214)
#C186DA
(193,134,218)
#C793DE
(199,147,222)
#CDA0E2
(205,160,226)
#D3ADE6
(211,173,230)
#D9BAEA
(217,186,234)
#DFC7EE
(223,199,238)
#E5D4F2
(229,212,242)
#EBE1F6
(235,225,246)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56CD2 color. Also use rgb(181,108,210) instead hex code.

Text Font Color

.myTextColor { color: #B56CD2; }

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

This text font color is #B56CD2.

Background Color

.myBgColor { background-color: #B56CD2; }

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

This div background color is #B56CD2.

Border color

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

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

This div border color is #B56CD2.

Opacity

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

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

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

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

This text has shadow with #B56CD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B56CD2.

Preview

Color preview on black background

This text has color #B56CD2 on black background.


Color preview on white background

This text has color #B56CD2 on white background.


Black color preview on #B56CD2 background

This text has black color on #B56CD2 background.


White color preview on #B56CD2 background

This text has white color on #B56CD2 background.


Related colors

Complementary color

Complementary color for #hex is #4A932D.


I love getcolorcode.com

Triadic colors

1 #D2B56C and #6CD2B5 with #B56CD2 are triadic colors.

2 #D26CB5 and #6CB5D2 with #B56CD2 are triadic colors.