COLOR #B56BB0

HEX: #B56BB0
RGB: (181,107,176)

Color info

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

RGB color model

#B56BB0 color RGB value is (181,107,176).

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

RGB channels and saturation

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

181
107
176

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

Portions of RGB colors in percentages

R + G + B =
181 + 107 + 176 = 464 (100%)
R 181 of 464 ~ 39.01%
G 107 of 464 ~ 23.06%
B 176 of 464 ~ 37.93%

%39.01
%23.06
%37.93

CMYK color model

#B56BB0 color CMYK value is (0,41,3,29).

  • cyan value is 0.00%
  • magenta value is 40.88%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK:
(0,41,3,29)
C0M41Y3K29 
(0%,41%,3%,29%)
(0.00/0.41/0.03/0.29)	

CMYK percentages

%0
%40.88
%2.76
%29.02

Codes

Color #B56BB0 in popluar color models

B56BB0
RGB181107176
HSL304°33.33%56.47%
HSB/HSV304°40.88%70.98%
CMYK0.00%40.88%2.76%
29.02%

Color #B56BB0 in popluar number systems.

HEXB56BB0
Decimal181107176
Binary10110101110101110110000
Octal265153260

Shades and tints

Shades of #B56BB0

#B56BB0
(181,107,176)
#A562A0
(165,98,160)
#955990
(149,89,144)
#855080
(133,80,128)
#754770
(117,71,112)
#653E60
(101,62,96)
#553550
(85,53,80)
#452C40
(69,44,64)
#352330
(53,35,48)
#251A20
(37,26,32)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #B56BB0

#B56BB0
(181,107,176)
#BB78B7
(187,120,183)
#C185BE
(193,133,190)
#C792C5
(199,146,197)
#CD9FCC
(205,159,204)
#D3ACD3
(211,172,211)
#D9B9DA
(217,185,218)
#DFC6E1
(223,198,225)
#E5D3E8
(229,211,232)
#EBE0EF
(235,224,239)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B56BB0; }

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

This text font color is #B56BB0.


Background Color

.myBgColor { background-color: #B56BB0; }

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

This div background color is #B56BB0.


Border color

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

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

This div border color is #B56BB0.


Opacity

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

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

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

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

This text has shadow with #B56BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56BB0 on black background.


Color preview on white background

This text has color #B56BB0 on white background.



Black color preview on #B56BB0 background

This text has black color on #B56BB0 background.


White color preview on #B56BB0 background

This text has white color on #B56BB0 background.