COLOR #B58DC6

HEX: #B58DC6
RGB: (181,141,198)

Color info

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

RGB color model

#B58DC6 color RGB value is (181,141,198).

  • red value is 181;
  • green value is 141;
  • blue value is 198.
RGB:
(181,141,198)
(71%,55%,78%)

RGB channels and saturation

R 181 of 255 = 71%
G 141 of 255 = 55%
B 198 of 255 = 78%

181
141
198

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

Portions of RGB colors in percentages

R + G + B =
181 + 141 + 198 = 520 (100%)
R 181 of 520 ~ 34.81%
G 141 of 520 ~ 27.12%
B 198 of 520 ~ 38.08%

%34.81
%27.12
%38.08

CMYK color model

#B58DC6 color CMYK value is (9,29,0,22).

  • cyan value is 8.59%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(9,29,0,22)
C9M29Y0K22 
(9%,29%,0%,22%)
(0.09/0.29/0.00/0.22)	

CMYK percentages

%8.59
%28.79
%0
%22.35

Codes

Color #B58DC6 in popluar color models

B58DC6
RGB181141198
HSL282°33.33%66.47%
HSB/HSV282°28.79%77.65%
CMYK8.59%28.79%0.00%
22.35%

Color #B58DC6 in popluar number systems.

HEXB58DC6
Decimal181141198
Binary101101011000110111000110
Octal265215306

Shades and tints

Shades of #B58DC6

#B58DC6
(181,141,198)
#A581B4
(165,129,180)
#9575A2
(149,117,162)
#856990
(133,105,144)
#755D7E
(117,93,126)
#65516C
(101,81,108)
#55455A
(85,69,90)
#453948
(69,57,72)
#352D36
(53,45,54)
#252124
(37,33,36)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #B58DC6

#B58DC6
(181,141,198)
#BB97CB
(187,151,203)
#C1A1D0
(193,161,208)
#C7ABD5
(199,171,213)
#CDB5DA
(205,181,218)
#D3BFDF
(211,191,223)
#D9C9E4
(217,201,228)
#DFD3E9
(223,211,233)
#E5DDEE
(229,221,238)
#EBE7F3
(235,231,243)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58DC6 color. Also use rgb(181,141,198) instead hex code.

Text Font Color

.myTextColor { color: #B58DC6; }

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

This text font color is #B58DC6.


Background Color

.myBgColor { background-color: #B58DC6; }

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

This div background color is #B58DC6.


Border color

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

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

This div border color is #B58DC6.


Opacity

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

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

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

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

This text has shadow with #B58DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58DC6 on black background.


Color preview on white background

This text has color #B58DC6 on white background.



Black color preview on #B58DC6 background

This text has black color on #B58DC6 background.


White color preview on #B58DC6 background

This text has white color on #B58DC6 background.