COLOR #B58CDF

HEX: #B58CDF
RGB: (181,140,223)

Color info

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

RGB color model

#B58CDF color RGB value is (181,140,223).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 223 of 255 = 87%

181
140
223

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 223 = 544 (100%)
R 181 of 544 ~ 33.27%
G 140 of 544 ~ 25.74%
B 223 of 544 ~ 40.99%

%33.27
%25.74
%40.99

CMYK color model

#B58CDF color CMYK value is (19,37,0,13).

  • cyan value is 18.83%
  • magenta value is 37.22%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,37,0,13)
C19M37Y0K13 
(19%,37%,0%,13%)
(0.19/0.37/0.00/0.13)	

CMYK percentages

%18.83
%37.22
%0
%12.55

Codes

Color #B58CDF in popluar color models

B58CDF
RGB181140223
HSL270°56.46%71.18%
HSB/HSV270°37.22%87.45%
CMYK18.83%37.22%0.00%
12.55%

Color #B58CDF in popluar number systems.

HEXB58CDF
Decimal181140223
Binary101101011000110011011111
Octal265214337

Shades and tints

Shades of #B58CDF

#B58CDF
(181,140,223)
#A580CB
(165,128,203)
#9574B7
(149,116,183)
#8568A3
(133,104,163)
#755C8F
(117,92,143)
#65507B
(101,80,123)
#554467
(85,68,103)
#453853
(69,56,83)
#352C3F
(53,44,63)
#25202B
(37,32,43)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B58CDF

#B58CDF
(181,140,223)
#BB96E1
(187,150,225)
#C1A0E3
(193,160,227)
#C7AAE5
(199,170,229)
#CDB4E7
(205,180,231)
#D3BEE9
(211,190,233)
#D9C8EB
(217,200,235)
#DFD2ED
(223,210,237)
#E5DCEF
(229,220,239)
#EBE6F1
(235,230,241)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CDF; }

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

This text font color is #B58CDF.


Background Color

.myBgColor { background-color: #B58CDF; }

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

This div background color is #B58CDF.


Border color

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

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

This div border color is #B58CDF.


Opacity

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

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

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

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

This text has shadow with #B58CDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CDF on black background.


Color preview on white background

This text has color #B58CDF on white background.



Black color preview on #B58CDF background

This text has black color on #B58CDF background.


White color preview on #B58CDF background

This text has white color on #B58CDF background.