COLOR #B559D9

HEX: #B559D9
RGB: (181,89,217)

Color info

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

RGB color model

#B559D9 color RGB value is (181,89,217).

  • red value is 181;
  • green value is 89;
  • blue value is 217.
RGB:
(181,89,217)
(71%,35%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 89 of 255 = 35%
B 217 of 255 = 85%

181
89
217

R + G + B ~ 64%. #B559D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 89 + 217 = 487 (100%)
R 181 of 487 ~ 37.17%
G 89 of 487 ~ 18.28%
B 217 of 487 ~ 44.56%

%37.17
%18.28
%44.56

CMYK color model

#B559D9 color CMYK value is (17,59,0,15).

  • cyan value is 16.59%
  • magenta value is 58.99%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,59,0,15)
C17M59Y0K15 
(17%,59%,0%,15%)
(0.17/0.59/0.00/0.15)	

CMYK percentages

%16.59
%58.99
%0
%14.9

Codes

Color #B559D9 in popluar color models

B559D9
RGB18189217
HSL283°62.75%60.00%
HSB/HSV283°58.99%85.10%
CMYK16.59%58.99%0.00%
14.90%

Color #B559D9 in popluar number systems.

HEXB559D9
Decimal18189217
Binary10110101101100111011001
Octal265131331

Shades and tints

Shades of #B559D9

#B559D9
(181,89,217)
#A551C6
(165,81,198)
#9549B3
(149,73,179)
#8541A0
(133,65,160)
#75398D
(117,57,141)
#65317A
(101,49,122)
#552967
(85,41,103)
#452154
(69,33,84)
#351941
(53,25,65)
#25112E
(37,17,46)
#15091B
(21,9,27)
#000000
(0,0,0)

Tints of #B559D9

#B559D9
(181,89,217)
#BB68DC
(187,104,220)
#C177DF
(193,119,223)
#C786E2
(199,134,226)
#CD95E5
(205,149,229)
#D3A4E8
(211,164,232)
#D9B3EB
(217,179,235)
#DFC2EE
(223,194,238)
#E5D1F1
(229,209,241)
#EBE0F4
(235,224,244)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B559D9 color. Also use rgb(181,89,217) instead hex code.

Text Font Color

.myTextColor { color: #B559D9; }

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

This text font color is #B559D9.


Background Color

.myBgColor { background-color: #B559D9; }

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

This div background color is #B559D9.


Border color

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

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

This div border color is #B559D9.


Opacity

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

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

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

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

This text has shadow with #B559D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B559D9 on black background.


Color preview on white background

This text has color #B559D9 on white background.



Black color preview on #B559D9 background

This text has black color on #B559D9 background.


White color preview on #B559D9 background

This text has white color on #B559D9 background.