COLOR #B56DD0

HEX: #B56DD0
RGB: (181,109,208)

Color info

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

RGB color model

#B56DD0 color RGB value is (181,109,208).

  • red value is 181;
  • green value is 109;
  • blue value is 208.
RGB:
(181,109,208)
(71%,43%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 109 of 255 = 43%
B 208 of 255 = 82%

181
109
208

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

Portions of RGB colors in percentages

R + G + B =
181 + 109 + 208 = 498 (100%)
R 181 of 498 ~ 36.35%
G 109 of 498 ~ 21.89%
B 208 of 498 ~ 41.77%

%36.35
%21.89
%41.77

CMYK color model

#B56DD0 color CMYK value is (13,48,0,18).

  • cyan value is 12.98%
  • magenta value is 47.60%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(13,48,0,18)
C13M48Y0K18 
(13%,48%,0%,18%)
(0.13/0.48/0.00/0.18)	

CMYK percentages

%12.98
%47.6
%0
%18.43

Codes

Color #B56DD0 in popluar color models

B56DD0
RGB181109208
HSL284°51.30%62.16%
HSB/HSV284°47.60%81.57%
CMYK12.98%47.60%0.00%
18.43%

Color #B56DD0 in popluar number systems.

HEXB56DD0
Decimal181109208
Binary10110101110110111010000
Octal265155320

Shades and tints

Shades of #B56DD0

#B56DD0
(181,109,208)
#A564BE
(165,100,190)
#955BAC
(149,91,172)
#85529A
(133,82,154)
#754988
(117,73,136)
#654076
(101,64,118)
#553764
(85,55,100)
#452E52
(69,46,82)
#352540
(53,37,64)
#251C2E
(37,28,46)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #B56DD0

#B56DD0
(181,109,208)
#BB7AD4
(187,122,212)
#C187D8
(193,135,216)
#C794DC
(199,148,220)
#CDA1E0
(205,161,224)
#D3AEE4
(211,174,228)
#D9BBE8
(217,187,232)
#DFC8EC
(223,200,236)
#E5D5F0
(229,213,240)
#EBE2F4
(235,226,244)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56DD0 color. Also use rgb(181,109,208) instead hex code.

Text Font Color

.myTextColor { color: #B56DD0; }

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

This text font color is #B56DD0.


Background Color

.myBgColor { background-color: #B56DD0; }

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

This div background color is #B56DD0.


Border color

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

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

This div border color is #B56DD0.


Opacity

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

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

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

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

This text has shadow with #B56DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B56DD0 on black background.


Color preview on white background

This text has color #B56DD0 on white background.



Black color preview on #B56DD0 background

This text has black color on #B56DD0 background.


White color preview on #B56DD0 background

This text has white color on #B56DD0 background.