COLOR #B58CC1

HEX: #B58CC1
RGB: (181,140,193)

Color info

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

RGB color model

#B58CC1 color RGB value is (181,140,193).

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

RGB channels and saturation

R 181 of 255 = 71%
G 140 of 255 = 55%
B 193 of 255 = 76%

181
140
193

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

Portions of RGB colors in percentages

R + G + B =
181 + 140 + 193 = 514 (100%)
R 181 of 514 ~ 35.21%
G 140 of 514 ~ 27.24%
B 193 of 514 ~ 37.55%

%35.21
%27.24
%37.55

CMYK color model

#B58CC1 color CMYK value is (6,27,0,24).

  • cyan value is 6.22%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(6,27,0,24)
C6M27Y0K24 
(6%,27%,0%,24%)
(0.06/0.27/0.00/0.24)	

CMYK percentages

%6.22
%27.46
%0
%24.31

Codes

Color #B58CC1 in popluar color models

B58CC1
RGB181140193
HSL286°29.94%65.29%
HSB/HSV286°27.46%75.69%
CMYK6.22%27.46%0.00%
24.31%

Color #B58CC1 in popluar number systems.

HEXB58CC1
Decimal181140193
Binary101101011000110011000001
Octal265214301

Shades and tints

Shades of #B58CC1

#B58CC1
(181,140,193)
#A580B0
(165,128,176)
#95749F
(149,116,159)
#85688E
(133,104,142)
#755C7D
(117,92,125)
#65506C
(101,80,108)
#55445B
(85,68,91)
#45384A
(69,56,74)
#352C39
(53,44,57)
#252028
(37,32,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B58CC1

#B58CC1
(181,140,193)
#BB96C6
(187,150,198)
#C1A0CB
(193,160,203)
#C7AAD0
(199,170,208)
#CDB4D5
(205,180,213)
#D3BEDA
(211,190,218)
#D9C8DF
(217,200,223)
#DFD2E4
(223,210,228)
#E5DCE9
(229,220,233)
#EBE6EE
(235,230,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58CC1; }

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

This text font color is #B58CC1.


Background Color

.myBgColor { background-color: #B58CC1; }

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

This div background color is #B58CC1.


Border color

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

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

This div border color is #B58CC1.


Opacity

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

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

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

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

This text has shadow with #B58CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58CC1 on black background.


Color preview on white background

This text has color #B58CC1 on white background.



Black color preview on #B58CC1 background

This text has black color on #B58CC1 background.


White color preview on #B58CC1 background

This text has white color on #B58CC1 background.