COLOR #B58CCE

HEX: #B58CCE RGB: (181,140,206)

Color info

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

RGB color model

#B58CCE color RGB value is (181,140,206).

RGB: (181,140,206) (71%, 55%, 81%)

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 206 of 255 = 81%

181
140
206

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

Portions of RGB colors in percentages

R + G + B = 181 + 140 + 206 = 527 (100%)
R 181 of 527 ~ 34.35%
G 140 of 527 ~ 26.57%
B 206 of 527 ~ 39.09'%

%34.35
%26.57
%39.09

CMYK color model

#B58CCE color CMYK value is (12,32,0,19).

  • cyan value is 12.14%
  • magenta value is 32.04%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (12,32,0,19) C12M32Y0K19 (12%,32%,0%,19%) (0.12/0.32/0.00/0.19) 

CMYK percentages

%12.14
%32.04
%0
%19.22

Codes

Color #B58CCE in popluar color models

B5 8C CE
RGB 181 140 206
HSL 277° 40.24% 67.84%
HSB/HSV 277° 32.04% 80.78%
CMYK 12.14% 32.04% 0.00%
19.22%

Color #B58CCE in popluar number systems.

HEX B5 8C CE
Decimal 181 140 206
Binary 10110101 10001100 11001110
Octal 265 214 316

Shades and tints

Shades of #B58CCE

#B58CCE
(181,140,206)
#A580BC
(165,128,188)
#9574AA
(149,116,170)
#856898
(133,104,152)
#755C86
(117,92,134)
#655074
(101,80,116)
#554462
(85,68,98)
#453850
(69,56,80)
#352C3E
(53,44,62)
#25202C
(37,32,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #B58CCE

#B58CCE
(181,140,206)
#BB96D2
(187,150,210)
#C1A0D6
(193,160,214)
#C7AADA
(199,170,218)
#CDB4DE
(205,180,222)
#D3BEE2
(211,190,226)
#D9C8E6
(217,200,230)
#DFD2EA
(223,210,234)
#E5DCEE
(229,220,238)
#EBE6F2
(235,230,242)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CCE; }

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

This text font color is #B58CCE.

Background Color

.myBgColor { background-color: #B58CCE; }

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

This div background color is #B58CCE.

Border color

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

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

This div border color is #B58CCE.

Opacity

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

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

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

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

This text has shadow with #B58CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58CCE.

Preview

Color preview on black background

This text has color #B58CCE on black background.


Color preview on white background

This text has color #B58CCE on white background.


Black color preview on #B58CCE background

This text has black color on #B58CCE background.


White color preview on #B58CCE background

This text has white color on #B58CCE background.


Related colors

Complementary color

Complementary color for #hex is #4A7331.


I love getcolorcode.com

Triadic colors

1 #CEB58C and #8CCEB5 with #B58CCE are triadic colors.

2 #CE8CB5 and #8CB5CE with #B58CCE are triadic colors.