COLOR #B58ABA

HEX: #B58ABA
RGB: (181,138,186)

Color info

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

RGB color model

#B58ABA color RGB value is (181,138,186).

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

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 186 of 255 = 73%

181
138
186

R + G + B ~ 66%. #B58ABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 138 + 186 = 505 (100%)
R 181 of 505 ~ 35.84%
G 138 of 505 ~ 27.33%
B 186 of 505 ~ 36.83%

%35.84
%27.33
%36.83

CMYK color model

#B58ABA color CMYK value is (3,26,0,27).

  • cyan value is 2.69%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,26,0,27)
C3M26Y0K27 
(3%,26%,0%,27%)
(0.03/0.26/0.00/0.27)	

CMYK percentages

%2.69
%25.81
%0
%27.06

Codes

Color #B58ABA in popluar color models

B58ABA
RGB181138186
HSL294°25.81%63.53%
HSB/HSV294°25.81%72.94%
CMYK2.69%25.81%0.00%
27.06%

Color #B58ABA in popluar number systems.

HEXB58ABA
Decimal181138186
Binary101101011000101010111010
Octal265212272

Shades and tints

Shades of #B58ABA

#B58ABA
(181,138,186)
#A57EAA
(165,126,170)
#95729A
(149,114,154)
#85668A
(133,102,138)
#755A7A
(117,90,122)
#654E6A
(101,78,106)
#55425A
(85,66,90)
#45364A
(69,54,74)
#352A3A
(53,42,58)
#251E2A
(37,30,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #B58ABA

#B58ABA
(181,138,186)
#BB94C0
(187,148,192)
#C19EC6
(193,158,198)
#C7A8CC
(199,168,204)
#CDB2D2
(205,178,210)
#D3BCD8
(211,188,216)
#D9C6DE
(217,198,222)
#DFD0E4
(223,208,228)
#E5DAEA
(229,218,234)
#EBE4F0
(235,228,240)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58ABA; }

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

This text font color is #B58ABA.


Background Color

.myBgColor { background-color: #B58ABA; }

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

This div background color is #B58ABA.


Border color

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

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

This div border color is #B58ABA.


Opacity

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

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

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

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

This text has shadow with #B58ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58ABA on black background.


Color preview on white background

This text has color #B58ABA on white background.



Black color preview on #B58ABA background

This text has black color on #B58ABA background.


White color preview on #B58ABA background

This text has white color on #B58ABA background.