COLOR #B58AC4

HEX: #B58AC4
RGB: (181,138,196)

Color info

#B58AC4 contains red, green and blue colors in about the same proportion. Web safe color of #B58AC4 is #CC99CC (or #C9C).

RGB color model

#B58AC4 color RGB value is (181,138,196).

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

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 196 of 255 = 77%

181
138
196

R + G + B ~ 67%. #B58AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 138 + 196 = 515 (100%)
R 181 of 515 ~ 35.15%
G 138 of 515 ~ 26.8%
B 196 of 515 ~ 38.06%

%35.15
%26.8
%38.06

CMYK color model

#B58AC4 color CMYK value is (8,30,0,23).

  • cyan value is 7.65%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(8,30,0,23)
C8M30Y0K23 
(8%,30%,0%,23%)
(0.08/0.30/0.00/0.23)	

CMYK percentages

%7.65
%29.59
%0
%23.14

Codes

Color #B58AC4 in popluar color models

B58AC4
RGB181138196
HSL284°32.95%65.49%
HSB/HSV284°29.59%76.86%
CMYK7.65%29.59%0.00%
23.14%

Color #B58AC4 in popluar number systems.

HEXB58AC4
Decimal181138196
Binary101101011000101011000100
Octal265212304

Shades and tints

Shades of #B58AC4

#B58AC4
(181,138,196)
#A57EB3
(165,126,179)
#9572A2
(149,114,162)
#856691
(133,102,145)
#755A80
(117,90,128)
#654E6F
(101,78,111)
#55425E
(85,66,94)
#45364D
(69,54,77)
#352A3C
(53,42,60)
#251E2B
(37,30,43)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #B58AC4

#B58AC4
(181,138,196)
#BB94C9
(187,148,201)
#C19ECE
(193,158,206)
#C7A8D3
(199,168,211)
#CDB2D8
(205,178,216)
#D3BCDD
(211,188,221)
#D9C6E2
(217,198,226)
#DFD0E7
(223,208,231)
#E5DAEC
(229,218,236)
#EBE4F1
(235,228,241)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58AC4; }

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

This text font color is #B58AC4.


Background Color

.myBgColor { background-color: #B58AC4; }

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

This div background color is #B58AC4.


Border color

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

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

This div border color is #B58AC4.


Opacity

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

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

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

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

This text has shadow with #B58AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58AC4 on black background.


Color preview on white background

This text has color #B58AC4 on white background.



Black color preview on #B58AC4 background

This text has black color on #B58AC4 background.


White color preview on #B58AC4 background

This text has white color on #B58AC4 background.