COLOR #B56391

HEX: #B56391 RGB: (181,99,145)

Color info

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

RGB color model

#B56391 color RGB value is (181,99,145).

RGB: (181,99,145) (71%, 39%, 57%)

RGB channels and saturation

R 181 of 255 = 71%
G 99 of 255 = 39%
B 145 of 255 = 57%

181
99
145

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

Portions of RGB colors in percentages

R + G + B = 181 + 99 + 145 = 425 (100%)
R 181 of 425 ~ 42.59%
G 99 of 425 ~ 23.29%
B 145 of 425 ~ 34.12'%

%42.59
%23.29
%34.12

CMYK color model

#B56391 color CMYK value is (0,45,20,29).

  • cyan value is 0.00%
  • magenta value is 45.30%
  • yellow value is 19.89%
  • key color value is 29.02%

CMYK: (0,45,20,29)
C0M45Y20K29 (0%, 45%, 20%, 29%)
(0.00 / 0.45 / 0.20 / 0.29)

CMYK percentages

%0
%45.3
%19.89
%29.02

Codes

Color #B56391 in popluar color models

B5 63 91
RGB 181 99 145
HSL 326° 35.65% 54.90%
HSB/HSV 326° 45.30% 70.98%
CMYK 0.00% 45.30% 19.89%
29.02%

Color #B56391 in popluar number systems.

HEX B5 63 91
Decimal 181 99 145
Binary 10110101 1100011 10010001
Octal 265 143 221

Shades and tints

Shades of #B56391

#B56391
(181,99,145)
#A55A84
(165,90,132)
#955177
(149,81,119)
#85486A
(133,72,106)
#753F5D
(117,63,93)
#653650
(101,54,80)
#552D43
(85,45,67)
#452436
(69,36,54)
#351B29
(53,27,41)
#25121C
(37,18,28)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #B56391

#B56391
(181,99,145)
#BB719B
(187,113,155)
#C17FA5
(193,127,165)
#C78DAF
(199,141,175)
#CD9BB9
(205,155,185)
#D3A9C3
(211,169,195)
#D9B7CD
(217,183,205)
#DFC5D7
(223,197,215)
#E5D3E1
(229,211,225)
#EBE1EB
(235,225,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56391 color. Also use rgb(181,99,145) instead hex code.

Text Font Color

.myTextColor { color: #B56391; }

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

This text font color is #B56391.

Background Color

.myBgColor { background-color: #B56391; }

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

This div background color is #B56391.

Border color

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

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

This div border color is #B56391.

Opacity

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

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

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

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

This text has shadow with #B56391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B56391.

Preview

Color preview on black background

This text has color #B56391 on black background.


Color preview on white background

This text has color #B56391 on white background.


Black color preview on #B56391 background

This text has black color on #B56391 background.


White color preview on #B56391 background

This text has white color on #B56391 background.


Related colors

Complementary color

Complementary color for #hex is #4A9C6E.


I love getcolorcode.com

Triadic colors

1 #91B563 and #6391B5 with #B56391 are triadic colors.

2 #9163B5 and #63B591 with #B56391 are triadic colors.