COLOR #B56AD4

HEX: #B56AD4
RGB: (181,106,212)

Color info

#B56AD4 contains mainly red and blue colors. Web safe color of #B56AD4 is #CC66CC (or #C6C).

RGB color model

#B56AD4 color RGB value is (181,106,212).

  • red value is 181;
  • green value is 106;
  • blue value is 212.
RGB:
(181,106,212)
(71%,42%,83%)

RGB channels and saturation

R 181 of 255 = 71%
G 106 of 255 = 42%
B 212 of 255 = 83%

181
106
212

R + G + B ~ 65%. #B56AD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 106 + 212 = 499 (100%)
R 181 of 499 ~ 36.27%
G 106 of 499 ~ 21.24%
B 212 of 499 ~ 42.48%

%36.27
%21.24
%42.48

CMYK color model

#B56AD4 color CMYK value is (15,50,0,17).

  • cyan value is 14.62%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(15,50,0,17)
C15M50Y0K17 
(15%,50%,0%,17%)
(0.15/0.50/0.00/0.17)	

CMYK percentages

%14.62
%50
%0
%16.86

Codes

Color #B56AD4 in popluar color models

B56AD4
RGB181106212
HSL282°55.21%62.35%
HSB/HSV282°50.00%83.14%
CMYK14.62%50.00%0.00%
16.86%

Color #B56AD4 in popluar number systems.

HEXB56AD4
Decimal181106212
Binary10110101110101011010100
Octal265152324

Shades and tints

Shades of #B56AD4

#B56AD4
(181,106,212)
#A561C1
(165,97,193)
#9558AE
(149,88,174)
#854F9B
(133,79,155)
#754688
(117,70,136)
#653D75
(101,61,117)
#553462
(85,52,98)
#452B4F
(69,43,79)
#35223C
(53,34,60)
#251929
(37,25,41)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #B56AD4

#B56AD4
(181,106,212)
#BB77D7
(187,119,215)
#C184DA
(193,132,218)
#C791DD
(199,145,221)
#CD9EE0
(205,158,224)
#D3ABE3
(211,171,227)
#D9B8E6
(217,184,230)
#DFC5E9
(223,197,233)
#E5D2EC
(229,210,236)
#EBDFEF
(235,223,239)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56AD4 color. Also use rgb(181,106,212) instead hex code.

Text Font Color

.myTextColor { color: #B56AD4; }

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

This text font color is #B56AD4.


Background Color

.myBgColor { background-color: #B56AD4; }

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

This div background color is #B56AD4.


Border color

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

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

This div border color is #B56AD4.


Opacity

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

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

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

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

This text has shadow with #B56AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56AD4 on black background.


Color preview on white background

This text has color #B56AD4 on white background.



Black color preview on #B56AD4 background

This text has black color on #B56AD4 background.


White color preview on #B56AD4 background

This text has white color on #B56AD4 background.