COLOR #B58CCC

HEX: #B58CCC
RGB: (181,140,204)

Color info

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

RGB color model

#B58CCC color RGB value is (181,140,204).

  • red value is 181;
  • green value is 140;
  • blue value is 204.
RGB:
(181,140,204)
(71%,55%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 204 of 255 = 80%

181
140
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 204 = 525 (100%)
R 181 of 525 ~ 34.48%
G 140 of 525 ~ 26.67%
B 204 of 525 ~ 38.86%

%34.48
%26.67
%38.86

CMYK color model

#B58CCC color CMYK value is (11,31,0,20).

  • cyan value is 11.27%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,31,0,20)
C11M31Y0K20 
(11%,31%,0%,20%)
(0.11/0.31/0.00/0.20)	

CMYK percentages

%11.27
%31.37
%0
%20

Codes

Color #B58CCC in popluar color models

B58CCC
RGB181140204
HSL278°38.55%67.45%
HSB/HSV278°31.37%80.00%
CMYK11.27%31.37%0.00%
20.00%

Color #B58CCC in popluar number systems.

HEXB58CCC
Decimal181140204
Binary101101011000110011001100
Octal265214314

Shades and tints

Shades of #B58CCC

#B58CCC
(181,140,204)
#A580BA
(165,128,186)
#9574A8
(149,116,168)
#856896
(133,104,150)
#755C84
(117,92,132)
#655072
(101,80,114)
#554460
(85,68,96)
#45384E
(69,56,78)
#352C3C
(53,44,60)
#25202A
(37,32,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B58CCC

#B58CCC
(181,140,204)
#BB96D0
(187,150,208)
#C1A0D4
(193,160,212)
#C7AAD8
(199,170,216)
#CDB4DC
(205,180,220)
#D3BEE0
(211,190,224)
#D9C8E4
(217,200,228)
#DFD2E8
(223,210,232)
#E5DCEC
(229,220,236)
#EBE6F0
(235,230,240)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CCC; }

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

This text font color is #B58CCC.


Background Color

.myBgColor { background-color: #B58CCC; }

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

This div background color is #B58CCC.


Border color

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

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

This div border color is #B58CCC.


Opacity

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

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

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

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

This text has shadow with #B58CCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CCC on black background.


Color preview on white background

This text has color #B58CCC on white background.



Black color preview on #B58CCC background

This text has black color on #B58CCC background.


White color preview on #B58CCC background

This text has white color on #B58CCC background.