COLOR #B056D8

HEX: #B056D8 RGB: (176,86,216)

Color info

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

RGB color model

#B056D8 color RGB value is (176,86,216).

RGB: (176,86,216) (69%, 34%, 85%)

RGB channels and saturation

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

176
86
216

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

Portions of RGB colors in percentages

R + G + B = 176 + 86 + 216 = 478 (100%)
R 176 of 478 ~ 36.82%
G 86 of 478 ~ 17.99%
B 216 of 478 ~ 45.19'%

%36.82
%17.99
%45.19

CMYK color model

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

  • cyan value is 18.52%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (19,60,0,15)
C19M60Y0K15 (19%, 60%, 0%, 15%)
(0.19 / 0.60 / 0.00 / 0.15)

CMYK percentages

%18.52
%60.19
%0
%15.29

Codes

Color #B056D8 in popluar color models

B0 56 D8
RGB 176 86 216
HSL 282° 62.50% 59.22%
HSB/HSV 282° 60.19% 84.71%
CMYK 18.52% 60.19% 0.00%
15.29%

Color #B056D8 in popluar number systems.

HEX B0 56 D8
Decimal 176 86 216
Binary 10110000 1010110 11011000
Octal 260 126 330

Shades and tints

Shades of #B056D8

#B056D8
(176,86,216)
#A04FC5
(160,79,197)
#9048B2
(144,72,178)
#80419F
(128,65,159)
#703A8C
(112,58,140)
#603379
(96,51,121)
#502C66
(80,44,102)
#402553
(64,37,83)
#301E40
(48,30,64)
#20172D
(32,23,45)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #B056D8

#B056D8
(176,86,216)
#B765DB
(183,101,219)
#BE74DE
(190,116,222)
#C583E1
(197,131,225)
#CC92E4
(204,146,228)
#D3A1E7
(211,161,231)
#DAB0EA
(218,176,234)
#E1BFED
(225,191,237)
#E8CEF0
(232,206,240)
#EFDDF3
(239,221,243)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B056D8; }

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

This text font color is #B056D8.

Background Color

.myBgColor { background-color: #B056D8; }

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

This div background color is #B056D8.

Border color

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

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

This div border color is #B056D8.

Opacity

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

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

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

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

This text has shadow with #B056D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B056D8.

Preview

Color preview on black background

This text has color #B056D8 on black background.


Color preview on white background

This text has color #B056D8 on white background.


Black color preview on #B056D8 background

This text has black color on #B056D8 background.


White color preview on #B056D8 background

This text has white color on #B056D8 background.


Related colors

Complementary color

Complementary color for #hex is #4FA927.


I love getcolorcode.com

Triadic colors

1 #D8B056 and #56D8B0 with #B056D8 are triadic colors.

2 #D856B0 and #56B0D8 with #B056D8 are triadic colors.