COLOR #B58CE1

HEX: #B58CE1
RGB: (181,140,225)

Color info

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

RGB color model

#B58CE1 color RGB value is (181,140,225).

  • red value is 181;
  • green value is 140;
  • blue value is 225.
RGB:
(181,140,225)
(71%,55%,88%)

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 225 of 255 = 88%

181
140
225

R + G + B ~ 71%. #B58CE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 225 = 546 (100%)
R 181 of 546 ~ 33.15%
G 140 of 546 ~ 25.64%
B 225 of 546 ~ 41.21%

%33.15
%25.64
%41.21

CMYK color model

#B58CE1 color CMYK value is (20,38,0,12).

  • cyan value is 19.56%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(20,38,0,12)
C20M38Y0K12 
(20%,38%,0%,12%)
(0.20/0.38/0.00/0.12)	

CMYK percentages

%19.56
%37.78
%0
%11.76

Codes

Color #B58CE1 in popluar color models

B58CE1
RGB181140225
HSL269°58.62%71.57%
HSB/HSV269°37.78%88.24%
CMYK19.56%37.78%0.00%
11.76%

Color #B58CE1 in popluar number systems.

HEXB58CE1
Decimal181140225
Binary101101011000110011100001
Octal265214341

Shades and tints

Shades of #B58CE1

#B58CE1
(181,140,225)
#A580CD
(165,128,205)
#9574B9
(149,116,185)
#8568A5
(133,104,165)
#755C91
(117,92,145)
#65507D
(101,80,125)
#554469
(85,68,105)
#453855
(69,56,85)
#352C41
(53,44,65)
#25202D
(37,32,45)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #B58CE1

#B58CE1
(181,140,225)
#BB96E3
(187,150,227)
#C1A0E5
(193,160,229)
#C7AAE7
(199,170,231)
#CDB4E9
(205,180,233)
#D3BEEB
(211,190,235)
#D9C8ED
(217,200,237)
#DFD2EF
(223,210,239)
#E5DCF1
(229,220,241)
#EBE6F3
(235,230,243)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58CE1 color. Also use rgb(181,140,225) instead hex code.

Text Font Color

.myTextColor { color: #B58CE1; }

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

This text font color is #B58CE1.


Background Color

.myBgColor { background-color: #B58CE1; }

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

This div background color is #B58CE1.


Border color

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

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

This div border color is #B58CE1.


Opacity

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

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

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

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

This text has shadow with #B58CE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CE1 on black background.


Color preview on white background

This text has color #B58CE1 on white background.



Black color preview on #B58CE1 background

This text has black color on #B58CE1 background.


White color preview on #B58CE1 background

This text has white color on #B58CE1 background.