COLOR #B56598

HEX: #B56598
RGB: (181,101,152)

Color info

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

RGB color model

#B56598 color RGB value is (181,101,152).

  • red value is 181;
  • green value is 101;
  • blue value is 152.
RGB:
(181,101,152)
(71%,40%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 101 of 255 = 40%
B 152 of 255 = 60%

181
101
152

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

Portions of RGB colors in percentages

R + G + B =
181 + 101 + 152 = 434 (100%)
R 181 of 434 ~ 41.71%
G 101 of 434 ~ 23.27%
B 152 of 434 ~ 35.02%

%41.71
%23.27
%35.02

CMYK color model

#B56598 color CMYK value is (0,44,16,29).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 16.02%
  • key color value is 29.02%
CMYK:
(0,44,16,29)
C0M44Y16K29 
(0%,44%,16%,29%)
(0.00/0.44/0.16/0.29)	

CMYK percentages

%0
%44.2
%16.02
%29.02

Codes

Color #B56598 in popluar color models

B56598
RGB181101152
HSL322°35.09%55.29%
HSB/HSV322°44.20%70.98%
CMYK0.00%44.20%16.02%
29.02%

Color #B56598 in popluar number systems.

HEXB56598
Decimal181101152
Binary10110101110010110011000
Octal265145230

Shades and tints

Shades of #B56598

#B56598
(181,101,152)
#A55C8B
(165,92,139)
#95537E
(149,83,126)
#854A71
(133,74,113)
#754164
(117,65,100)
#653857
(101,56,87)
#552F4A
(85,47,74)
#45263D
(69,38,61)
#351D30
(53,29,48)
#251423
(37,20,35)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #B56598

#B56598
(181,101,152)
#BB73A1
(187,115,161)
#C181AA
(193,129,170)
#C78FB3
(199,143,179)
#CD9DBC
(205,157,188)
#D3ABC5
(211,171,197)
#D9B9CE
(217,185,206)
#DFC7D7
(223,199,215)
#E5D5E0
(229,213,224)
#EBE3E9
(235,227,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56598 color. Also use rgb(181,101,152) instead hex code.

Text Font Color

.myTextColor { color: #B56598; }

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

This text font color is #B56598.


Background Color

.myBgColor { background-color: #B56598; }

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

This div background color is #B56598.


Border color

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

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

This div border color is #B56598.


Opacity

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

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

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

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

This text has shadow with #B56598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56598 on black background.


Color preview on white background

This text has color #B56598 on white background.



Black color preview on #B56598 background

This text has black color on #B56598 background.


White color preview on #B56598 background

This text has white color on #B56598 background.