COLOR #B56BAE

HEX: #B56BAE RGB: (181,107,174)

Color info

#B56BAE contains mainly red and blue colors. Web safe color of #B56BAE is #CC6699 (or #C69).

RGB color model

#B56BAE color RGB value is (181,107,174).

RGB: (181,107,174) (71%, 42%, 68%)

RGB channels and saturation

R 181 of 255 = 71%
G 107 of 255 = 42%
B 174 of 255 = 68%

181
107
174

R + G + B ~ 60%. #B56BAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 181 + 107 + 174 = 462 (100%)
R 181 of 462 ~ 39.18%
G 107 of 462 ~ 23.16%
B 174 of 462 ~ 37.66'%

%39.18
%23.16
%37.66

CMYK color model

#B56BAE color CMYK value is (0,41,4,29).

  • cyan value is 0.00%
  • magenta value is 40.88%
  • yellow value is 3.87%
  • key color value is 29.02%

CMYK: (0,41,4,29)
C0M41Y4K29 (0%, 41%, 4%, 29%)
(0.00 / 0.41 / 0.04 / 0.29)

CMYK percentages

%0
%40.88
%3.87
%29.02

Codes

Color #B56BAE in popluar color models

B5 6B AE
RGB 181 107 174
HSL 306° 33.33% 56.47%
HSB/HSV 306° 40.88% 70.98%
CMYK 0.00% 40.88% 3.87%
29.02%

Color #B56BAE in popluar number systems.

HEX B5 6B AE
Decimal 181 107 174
Binary 10110101 1101011 10101110
Octal 265 153 256

Shades and tints

Shades of #B56BAE

#B56BAE
(181,107,174)
#A5629F
(165,98,159)
#955990
(149,89,144)
#855081
(133,80,129)
#754772
(117,71,114)
#653E63
(101,62,99)
#553554
(85,53,84)
#452C45
(69,44,69)
#352336
(53,35,54)
#251A27
(37,26,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B56BAE

#B56BAE
(181,107,174)
#BB78B5
(187,120,181)
#C185BC
(193,133,188)
#C792C3
(199,146,195)
#CD9FCA
(205,159,202)
#D3ACD1
(211,172,209)
#D9B9D8
(217,185,216)
#DFC6DF
(223,198,223)
#E5D3E6
(229,211,230)
#EBE0ED
(235,224,237)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56BAE; }

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

This text font color is #B56BAE.

Background Color

.myBgColor { background-color: #B56BAE; }

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

This div background color is #B56BAE.

Border color

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

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

This div border color is #B56BAE.

Opacity

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

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

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

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

This text has shadow with #B56BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B56BAE.

Preview

Color preview on black background

This text has color #B56BAE on black background.


Color preview on white background

This text has color #B56BAE on white background.


Black color preview on #B56BAE background

This text has black color on #B56BAE background.


White color preview on #B56BAE background

This text has white color on #B56BAE background.


Related colors

Complementary color

Complementary color for #hex is #4A9451.


I love getcolorcode.com

Triadic colors

1 #AEB56B and #6BAEB5 with #B56BAE are triadic colors.

2 #AE6BB5 and #6BB5AE with #B56BAE are triadic colors.