COLOR #B58ACA

HEX: #B58ACA RGB: (181,138,202)

Color info

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

RGB color model

#B58ACA color RGB value is (181,138,202).

RGB: (181,138,202) (71%, 54%, 79%)

RGB channels and saturation

R 181 of 255 = 71%
G 138 of 255 = 54%
B 202 of 255 = 79%

181
138
202

R + G + B ~ 68%. #B58ACA is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 138 + 202 = 521 (100%)
R 181 of 521 ~ 34.74%
G 138 of 521 ~ 26.49%
B 202 of 521 ~ 38.77'%

%34.74
%26.49
%38.77

CMYK color model

#B58ACA color CMYK value is (10,32,0,21).

  • cyan value is 10.40%
  • magenta value is 31.68%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (10,32,0,21)
C10M32Y0K21 (10%, 32%, 0%, 21%)
(0.10 / 0.32 / 0.00 / 0.21)

CMYK percentages

%10.4
%31.68
%0
%20.78

Codes

Color #B58ACA in popluar color models

B5 8A CA
RGB 181 138 202
HSL 280° 37.65% 66.67%
HSB/HSV 280° 31.68% 79.22%
CMYK 10.40% 31.68% 0.00%
20.78%

Color #B58ACA in popluar number systems.

HEX B5 8A CA
Decimal 181 138 202
Binary 10110101 10001010 11001010
Octal 265 212 312

Shades and tints

Shades of #B58ACA

#B58ACA
(181,138,202)
#A57EB8
(165,126,184)
#9572A6
(149,114,166)
#856694
(133,102,148)
#755A82
(117,90,130)
#654E70
(101,78,112)
#55425E
(85,66,94)
#45364C
(69,54,76)
#352A3A
(53,42,58)
#251E28
(37,30,40)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #B58ACA

#B58ACA
(181,138,202)
#BB94CE
(187,148,206)
#C19ED2
(193,158,210)
#C7A8D6
(199,168,214)
#CDB2DA
(205,178,218)
#D3BCDE
(211,188,222)
#D9C6E2
(217,198,226)
#DFD0E6
(223,208,230)
#E5DAEA
(229,218,234)
#EBE4EE
(235,228,238)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58ACA; }

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

This text font color is #B58ACA.

Background Color

.myBgColor { background-color: #B58ACA; }

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

This div background color is #B58ACA.

Border color

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

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

This div border color is #B58ACA.

Opacity

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

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

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

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

This text has shadow with #B58ACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58ACA.

Preview

Color preview on black background

This text has color #B58ACA on black background.


Color preview on white background

This text has color #B58ACA on white background.


Black color preview on #B58ACA background

This text has black color on #B58ACA background.


White color preview on #B58ACA background

This text has white color on #B58ACA background.


Related colors

Complementary color

Complementary color for #hex is #4A7535.


I love getcolorcode.com

Triadic colors

1 #CAB58A and #8ACAB5 with #B58ACA are triadic colors.

2 #CA8AB5 and #8AB5CA with #B58ACA are triadic colors.