COLOR #B59FE0

HEX: #B59FE0
RGB: (181,159,224)

Color info

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

RGB color model

#B59FE0 color RGB value is (181,159,224).

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

RGB channels and saturation

R 181 of 255 = 71%
G 159 of 255 = 62%
B 224 of 255 = 88%

181
159
224

R + G + B ~ 74%. #B59FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 159 + 224 = 564 (100%)
R 181 of 564 ~ 32.09%
G 159 of 564 ~ 28.19%
B 224 of 564 ~ 39.72%

%32.09
%28.19
%39.72

CMYK color model

#B59FE0 color CMYK value is (19,29,0,12).

  • cyan value is 19.20%
  • magenta value is 29.02%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(19,29,0,12)
C19M29Y0K12 
(19%,29%,0%,12%)
(0.19/0.29/0.00/0.12)	

CMYK percentages

%19.2
%29.02
%0
%12.16

Codes

Color #B59FE0 in popluar color models

B59FE0
RGB181159224
HSL260°51.18%75.10%
HSB/HSV260°29.02%87.84%
CMYK19.20%29.02%0.00%
12.16%

Color #B59FE0 in popluar number systems.

HEXB59FE0
Decimal181159224
Binary101101011001111111100000
Octal265237340

Shades and tints

Shades of #B59FE0

#B59FE0
(181,159,224)
#A591CC
(165,145,204)
#9583B8
(149,131,184)
#8575A4
(133,117,164)
#756790
(117,103,144)
#65597C
(101,89,124)
#554B68
(85,75,104)
#453D54
(69,61,84)
#352F40
(53,47,64)
#25212C
(37,33,44)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B59FE0

#B59FE0
(181,159,224)
#BBA7E2
(187,167,226)
#C1AFE4
(193,175,228)
#C7B7E6
(199,183,230)
#CDBFE8
(205,191,232)
#D3C7EA
(211,199,234)
#D9CFEC
(217,207,236)
#DFD7EE
(223,215,238)
#E5DFF0
(229,223,240)
#EBE7F2
(235,231,242)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59FE0; }

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

This text font color is #B59FE0.


Background Color

.myBgColor { background-color: #B59FE0; }

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

This div background color is #B59FE0.


Border color

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

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

This div border color is #B59FE0.


Opacity

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

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

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

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

This text has shadow with #B59FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59FE0 on black background.


Color preview on white background

This text has color #B59FE0 on white background.



Black color preview on #B59FE0 background

This text has black color on #B59FE0 background.


White color preview on #B59FE0 background

This text has white color on #B59FE0 background.