COLOR #B56CB0

HEX: #B56CB0
RGB: (181,108,176)

Color info

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

RGB color model

#B56CB0 color RGB value is (181,108,176).

  • red value is 181;
  • green value is 108;
  • blue value is 176.
RGB:
(181,108,176)
(71%,42%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 108 of 255 = 42%
B 176 of 255 = 69%

181
108
176

R + G + B ~ 61%. #B56CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 108 + 176 = 465 (100%)
R 181 of 465 ~ 38.92%
G 108 of 465 ~ 23.23%
B 176 of 465 ~ 37.85%

%38.92
%23.23
%37.85

CMYK color model

#B56CB0 color CMYK value is (0,40,3,29).

  • cyan value is 0.00%
  • magenta value is 40.33%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK:
(0,40,3,29)
C0M40Y3K29 
(0%,40%,3%,29%)
(0.00/0.40/0.03/0.29)	

CMYK percentages

%0
%40.33
%2.76
%29.02

Codes

Color #B56CB0 in popluar color models

B56CB0
RGB181108176
HSL304°33.03%56.67%
HSB/HSV304°40.33%70.98%
CMYK0.00%40.33%2.76%
29.02%

Color #B56CB0 in popluar number systems.

HEXB56CB0
Decimal181108176
Binary10110101110110010110000
Octal265154260

Shades and tints

Shades of #B56CB0

#B56CB0
(181,108,176)
#A563A0
(165,99,160)
#955A90
(149,90,144)
#855180
(133,81,128)
#754870
(117,72,112)
#653F60
(101,63,96)
#553650
(85,54,80)
#452D40
(69,45,64)
#352430
(53,36,48)
#251B20
(37,27,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #B56CB0

#B56CB0
(181,108,176)
#BB79B7
(187,121,183)
#C186BE
(193,134,190)
#C793C5
(199,147,197)
#CDA0CC
(205,160,204)
#D3ADD3
(211,173,211)
#D9BADA
(217,186,218)
#DFC7E1
(223,199,225)
#E5D4E8
(229,212,232)
#EBE1EF
(235,225,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56CB0; }

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

This text font color is #B56CB0.


Background Color

.myBgColor { background-color: #B56CB0; }

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

This div background color is #B56CB0.


Border color

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

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

This div border color is #B56CB0.


Opacity

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

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

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

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

This text has shadow with #B56CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56CB0 on black background.


Color preview on white background

This text has color #B56CB0 on white background.



Black color preview on #B56CB0 background

This text has black color on #B56CB0 background.


White color preview on #B56CB0 background

This text has white color on #B56CB0 background.