COLOR #B59EFB

HEX: #B59EFB
RGB: (181,158,251)

Color info

#B59EFB contains mainly blue color. Web safe color of #B59EFB is #CC99FF (or #C9F).

RGB color model

#B59EFB color RGB value is (181,158,251).

  • red value is 181;
  • green value is 158;
  • blue value is 251.
RGB:
(181,158,251)
(71%,62%,98%)

RGB channels and saturation

R 181 of 255 = 71%
G 158 of 255 = 62%
B 251 of 255 = 98%

181
158
251

R + G + B ~ 77%. #B59EFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 158 + 251 = 590 (100%)
R 181 of 590 ~ 30.68%
G 158 of 590 ~ 26.78%
B 251 of 590 ~ 42.54%

%30.68
%26.78
%42.54

CMYK color model

#B59EFB color CMYK value is (28,37,0,2).

  • cyan value is 27.89%
  • magenta value is 37.05%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(28,37,0,2)
C28M37Y0K2 
(28%,37%,0%,2%)
(0.28/0.37/0.00/0.02)	

CMYK percentages

%27.89
%37.05
%0
%1.57

Codes

Color #B59EFB in popluar color models

B59EFB
RGB181158251
HSL255°92.08%80.20%
HSB/HSV255°37.05%98.43%
CMYK27.89%37.05%0.00%
1.57%

Color #B59EFB in popluar number systems.

HEXB59EFB
Decimal181158251
Binary101101011001111011111011
Octal265236373

Shades and tints

Shades of #B59EFB

#B59EFB
(181,158,251)
#A590E5
(165,144,229)
#9582CF
(149,130,207)
#8574B9
(133,116,185)
#7566A3
(117,102,163)
#65588D
(101,88,141)
#554A77
(85,74,119)
#453C61
(69,60,97)
#352E4B
(53,46,75)
#252035
(37,32,53)
#15121F
(21,18,31)
#000000
(0,0,0)

Tints of #B59EFB

#B59EFB
(181,158,251)
#BBA6FB
(187,166,251)
#C1AEFB
(193,174,251)
#C7B6FB
(199,182,251)
#CDBEFB
(205,190,251)
#D3C6FB
(211,198,251)
#D9CEFB
(217,206,251)
#DFD6FB
(223,214,251)
#E5DEFB
(229,222,251)
#EBE6FB
(235,230,251)
#F1EEFB
(241,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59EFB color. Also use rgb(181,158,251) instead hex code.

Text Font Color

.myTextColor { color: #B59EFB; }

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

This text font color is #B59EFB.


Background Color

.myBgColor { background-color: #B59EFB; }

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

This div background color is #B59EFB.


Border color

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

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

This div border color is #B59EFB.


Opacity

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

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

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

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

This text has shadow with #B59EFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59EFB on black background.


Color preview on white background

This text has color #B59EFB on white background.



Black color preview on #B59EFB background

This text has black color on #B59EFB background.


White color preview on #B59EFB background

This text has white color on #B59EFB background.