COLOR #B59FDA

HEX: #B59FDA
RGB: (181,159,218)

Color info

#B59FDA contains red, green and blue colors in about the same proportion. Web safe color of #B59FDA is #CC99CC (or #C9C).

RGB color model

#B59FDA color RGB value is (181,159,218).

  • red value is 181;
  • green value is 159;
  • blue value is 218.
RGB:
(181,159,218)
(71%,62%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 218 of 255 = 85%

181
159
218

R + G + B ~ 73%. #B59FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 218 = 558 (100%)
R 181 of 558 ~ 32.44%
G 159 of 558 ~ 28.49%
B 218 of 558 ~ 39.07%

%32.44
%28.49
%39.07

CMYK color model

#B59FDA color CMYK value is (17,27,0,15).

  • cyan value is 16.97%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,27,0,15)
C17M27Y0K15 
(17%,27%,0%,15%)
(0.17/0.27/0.00/0.15)	

CMYK percentages

%16.97
%27.06
%0
%14.51

Codes

Color #B59FDA in popluar color models

B59FDA
RGB181159218
HSL262°44.36%73.92%
HSB/HSV262°27.06%85.49%
CMYK16.97%27.06%0.00%
14.51%

Color #B59FDA in popluar number systems.

HEXB59FDA
Decimal181159218
Binary101101011001111111011010
Octal265237332

Shades and tints

Shades of #B59FDA

#B59FDA
(181,159,218)
#A591C7
(165,145,199)
#9583B4
(149,131,180)
#8575A1
(133,117,161)
#75678E
(117,103,142)
#65597B
(101,89,123)
#554B68
(85,75,104)
#453D55
(69,61,85)
#352F42
(53,47,66)
#25212F
(37,33,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #B59FDA

#B59FDA
(181,159,218)
#BBA7DD
(187,167,221)
#C1AFE0
(193,175,224)
#C7B7E3
(199,183,227)
#CDBFE6
(205,191,230)
#D3C7E9
(211,199,233)
#D9CFEC
(217,207,236)
#DFD7EF
(223,215,239)
#E5DFF2
(229,223,242)
#EBE7F5
(235,231,245)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59FDA color. Also use rgb(181,159,218) instead hex code.

Text Font Color

.myTextColor { color: #B59FDA; }

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

This text font color is #B59FDA.


Background Color

.myBgColor { background-color: #B59FDA; }

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

This div background color is #B59FDA.


Border color

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

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

This div border color is #B59FDA.


Opacity

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

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

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

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

This text has shadow with #B59FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FDA on black background.


Color preview on white background

This text has color #B59FDA on white background.



Black color preview on #B59FDA background

This text has black color on #B59FDA background.


White color preview on #B59FDA background

This text has white color on #B59FDA background.