COLOR #B056D9

HEX: #B056D9
RGB: (176,86,217)

Color info

#B056D9 contains mainly red and blue colors. Web safe color of #B056D9 is #9966CC (or #96C).

RGB color model

#B056D9 color RGB value is (176,86,217).

  • red value is 176;
  • green value is 86;
  • blue value is 217.
RGB:
(176,86,217)
(69%,34%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 86 of 255 = 34%
B 217 of 255 = 85%

176
86
217

R + G + B ~ 63%. #B056D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 86 + 217 = 479 (100%)
R 176 of 479 ~ 36.74%
G 86 of 479 ~ 17.95%
B 217 of 479 ~ 45.3%

%36.74
%17.95
%45.3

CMYK color model

#B056D9 color CMYK value is (19,60,0,15).

  • cyan value is 18.89%
  • magenta value is 60.37%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,60,0,15)
C19M60Y0K15 
(19%,60%,0%,15%)
(0.19/0.60/0.00/0.15)	

CMYK percentages

%18.89
%60.37
%0
%14.9

Codes

Color #B056D9 in popluar color models

B056D9
RGB17686217
HSL281°63.29%59.41%
HSB/HSV281°60.37%85.10%
CMYK18.89%60.37%0.00%
14.90%

Color #B056D9 in popluar number systems.

HEXB056D9
Decimal17686217
Binary10110000101011011011001
Octal260126331

Shades and tints

Shades of #B056D9

#B056D9
(176,86,217)
#A04FC6
(160,79,198)
#9048B3
(144,72,179)
#8041A0
(128,65,160)
#703A8D
(112,58,141)
#60337A
(96,51,122)
#502C67
(80,44,103)
#402554
(64,37,84)
#301E41
(48,30,65)
#20172E
(32,23,46)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #B056D9

#B056D9
(176,86,217)
#B765DC
(183,101,220)
#BE74DF
(190,116,223)
#C583E2
(197,131,226)
#CC92E5
(204,146,229)
#D3A1E8
(211,161,232)
#DAB0EB
(218,176,235)
#E1BFEE
(225,191,238)
#E8CEF1
(232,206,241)
#EFDDF4
(239,221,244)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B056D9 color. Also use rgb(176,86,217) instead hex code.

Text Font Color

.myTextColor { color: #B056D9; }

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

This text font color is #B056D9.


Background Color

.myBgColor { background-color: #B056D9; }

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

This div background color is #B056D9.


Border color

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

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

This div border color is #B056D9.


Opacity

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

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

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

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

This text has shadow with #B056D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B056D9 on black background.


Color preview on white background

This text has color #B056D9 on white background.



Black color preview on #B056D9 background

This text has black color on #B056D9 background.


White color preview on #B056D9 background

This text has white color on #B056D9 background.