COLOR #B59FDB

HEX: #B59FDB RGB: (181,159,219)

Color info

#B59FDB contains mainly red and blue colors. Web safe color of #B59FDB is #CC99CC (or #C9C).

RGB color model

#B59FDB color RGB value is (181,159,219).

RGB: (181,159,219) (71%, 62%, 86%)

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 219 of 255 = 86%

181
159
219

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

Portions of RGB colors in percentages

R + G + B = 181 + 159 + 219 = 559 (100%)
R 181 of 559 ~ 32.38%
G 159 of 559 ~ 28.44%
B 219 of 559 ~ 39.18'%

%32.38
%28.44
%39.18

CMYK color model

#B59FDB color CMYK value is (17,27,0,14).

  • cyan value is 17.35%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (17,27,0,14)
C17M27Y0K14 (17%, 27%, 0%, 14%)
(0.17 / 0.27 / 0.00 / 0.14)

CMYK percentages

%17.35
%27.4
%0
%14.12

Codes

Color #B59FDB in popluar color models

B5 9F DB
RGB 181 159 219
HSL 262° 45.45% 74.12%
HSB/HSV 262° 27.40% 85.88%
CMYK 17.35% 27.40% 0.00%
14.12%

Color #B59FDB in popluar number systems.

HEX B5 9F DB
Decimal 181 159 219
Binary 10110101 10011111 11011011
Octal 265 237 333

Shades and tints

Shades of #B59FDB

#B59FDB
(181,159,219)
#A591C8
(165,145,200)
#9583B5
(149,131,181)
#8575A2
(133,117,162)
#75678F
(117,103,143)
#65597C
(101,89,124)
#554B69
(85,75,105)
#453D56
(69,61,86)
#352F43
(53,47,67)
#252130
(37,33,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #B59FDB

#B59FDB
(181,159,219)
#BBA7DE
(187,167,222)
#C1AFE1
(193,175,225)
#C7B7E4
(199,183,228)
#CDBFE7
(205,191,231)
#D3C7EA
(211,199,234)
#D9CFED
(217,207,237)
#DFD7F0
(223,215,240)
#E5DFF3
(229,223,243)
#EBE7F6
(235,231,246)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FDB; }

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

This text font color is #B59FDB.

Background Color

.myBgColor { background-color: #B59FDB; }

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

This div background color is #B59FDB.

Border color

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

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

This div border color is #B59FDB.

Opacity

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

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

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

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

This text has shadow with #B59FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59FDB.

Preview

Color preview on black background

This text has color #B59FDB on black background.


Color preview on white background

This text has color #B59FDB on white background.


Black color preview on #B59FDB background

This text has black color on #B59FDB background.


White color preview on #B59FDB background

This text has white color on #B59FDB background.


Related colors

Complementary color

Complementary color for #hex is #4A6024.


I love getcolorcode.com

Triadic colors

1 #DBB59F and #9FDBB5 with #B59FDB are triadic colors.

2 #DB9FB5 and #9FB5DB with #B59FDB are triadic colors.