COLOR #B56CDA

HEX: #B56CDA RGB: (181,108,218)

Color info

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

RGB color model

#B56CDA color RGB value is (181,108,218).

RGB: (181,108,218) (71%, 42%, 85%)

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 218 of 255 = 85%

181
108
218

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

Portions of RGB colors in percentages

R + G + B = 181 + 108 + 218 = 507 (100%)
R 181 of 507 ~ 35.7%
G 108 of 507 ~ 21.3%
B 218 of 507 ~ 43'%

%35.7
%21.3
%43

CMYK color model

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

  • cyan value is 16.97%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (17,50,0,15)
C17M50Y0K15 (17%, 50%, 0%, 15%)
(0.17 / 0.50 / 0.00 / 0.15)

CMYK percentages

%16.97
%50.46
%0
%14.51

Codes

Color #B56CDA in popluar color models

B5 6C DA
RGB 181 108 218
HSL 280° 59.78% 63.92%
HSB/HSV 280° 50.46% 85.49%
CMYK 16.97% 50.46% 0.00%
14.51%

Color #B56CDA in popluar number systems.

HEX B5 6C DA
Decimal 181 108 218
Binary 10110101 1101100 11011010
Octal 265 154 332

Shades and tints

Shades of #B56CDA

#B56CDA
(181,108,218)
#A563C7
(165,99,199)
#955AB4
(149,90,180)
#8551A1
(133,81,161)
#75488E
(117,72,142)
#653F7B
(101,63,123)
#553668
(85,54,104)
#452D55
(69,45,85)
#352442
(53,36,66)
#251B2F
(37,27,47)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #B56CDA

#B56CDA
(181,108,218)
#BB79DD
(187,121,221)
#C186E0
(193,134,224)
#C793E3
(199,147,227)
#CDA0E6
(205,160,230)
#D3ADE9
(211,173,233)
#D9BAEC
(217,186,236)
#DFC7EF
(223,199,239)
#E5D4F2
(229,212,242)
#EBE1F5
(235,225,245)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56CDA; }

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

This text font color is #B56CDA.

Background Color

.myBgColor { background-color: #B56CDA; }

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

This div background color is #B56CDA.

Border color

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

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

This div border color is #B56CDA.

Opacity

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

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

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

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

This text has shadow with #B56CDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B56CDA.

Preview

Color preview on black background

This text has color #B56CDA on black background.


Color preview on white background

This text has color #B56CDA on white background.


Black color preview on #B56CDA background

This text has black color on #B56CDA background.


White color preview on #B56CDA background

This text has white color on #B56CDA background.


Related colors

Complementary color

Complementary color for #hex is #4A9325.


I love getcolorcode.com

Triadic colors

1 #DAB56C and #6CDAB5 with #B56CDA are triadic colors.

2 #DA6CB5 and #6CB5DA with #B56CDA are triadic colors.