COLOR #B58AD1

HEX: #B58AD1
RGB: (181,138,209)

Color info

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

RGB color model

#B58AD1 color RGB value is (181,138,209).

  • red value is 181;
  • green value is 138;
  • blue value is 209.
RGB:
(181,138,209)
(71%,54%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 209 of 255 = 82%

181
138
209

R + G + B ~ 69%. #B58AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 138 + 209 = 528 (100%)
R 181 of 528 ~ 34.28%
G 138 of 528 ~ 26.14%
B 209 of 528 ~ 39.58%

%34.28
%26.14
%39.58

CMYK color model

#B58AD1 color CMYK value is (13,34,0,18).

  • cyan value is 13.40%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(13,34,0,18)
C13M34Y0K18 
(13%,34%,0%,18%)
(0.13/0.34/0.00/0.18)	

CMYK percentages

%13.4
%33.97
%0
%18.04

Codes

Color #B58AD1 in popluar color models

B58AD1
RGB181138209
HSL276°43.56%68.04%
HSB/HSV276°33.97%81.96%
CMYK13.40%33.97%0.00%
18.04%

Color #B58AD1 in popluar number systems.

HEXB58AD1
Decimal181138209
Binary101101011000101011010001
Octal265212321

Shades and tints

Shades of #B58AD1

#B58AD1
(181,138,209)
#A57EBE
(165,126,190)
#9572AB
(149,114,171)
#856698
(133,102,152)
#755A85
(117,90,133)
#654E72
(101,78,114)
#55425F
(85,66,95)
#45364C
(69,54,76)
#352A39
(53,42,57)
#251E26
(37,30,38)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B58AD1

#B58AD1
(181,138,209)
#BB94D5
(187,148,213)
#C19ED9
(193,158,217)
#C7A8DD
(199,168,221)
#CDB2E1
(205,178,225)
#D3BCE5
(211,188,229)
#D9C6E9
(217,198,233)
#DFD0ED
(223,208,237)
#E5DAF1
(229,218,241)
#EBE4F5
(235,228,245)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58AD1 color. Also use rgb(181,138,209) instead hex code.

Text Font Color

.myTextColor { color: #B58AD1; }

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

This text font color is #B58AD1.


Background Color

.myBgColor { background-color: #B58AD1; }

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

This div background color is #B58AD1.


Border color

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

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

This div border color is #B58AD1.


Opacity

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

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

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

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

This text has shadow with #B58AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58AD1 on black background.


Color preview on white background

This text has color #B58AD1 on white background.



Black color preview on #B58AD1 background

This text has black color on #B58AD1 background.


White color preview on #B58AD1 background

This text has white color on #B58AD1 background.