COLOR #B58FBD

HEX: #B58FBD
RGB: (181,143,189)

Color info

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

RGB color model

#B58FBD color RGB value is (181,143,189).

  • red value is 181;
  • green value is 143;
  • blue value is 189.
RGB:
(181,143,189)
(71%,56%,74%)

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 189 of 255 = 74%

181
143
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 189 = 513 (100%)
R 181 of 513 ~ 35.28%
G 143 of 513 ~ 27.88%
B 189 of 513 ~ 36.84%

%35.28
%27.88
%36.84

CMYK color model

#B58FBD color CMYK value is (4,24,0,26).

  • cyan value is 4.23%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,24,0,26)
C4M24Y0K26 
(4%,24%,0%,26%)
(0.04/0.24/0.00/0.26)	

CMYK percentages

%4.23
%24.34
%0
%25.88

Codes

Color #B58FBD in popluar color models

B58FBD
RGB181143189
HSL290°25.84%65.10%
HSB/HSV290°24.34%74.12%
CMYK4.23%24.34%0.00%
25.88%

Color #B58FBD in popluar number systems.

HEXB58FBD
Decimal181143189
Binary101101011000111110111101
Octal265217275

Shades and tints

Shades of #B58FBD

#B58FBD
(181,143,189)
#A582AC
(165,130,172)
#95759B
(149,117,155)
#85688A
(133,104,138)
#755B79
(117,91,121)
#654E68
(101,78,104)
#554157
(85,65,87)
#453446
(69,52,70)
#352735
(53,39,53)
#251A24
(37,26,36)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #B58FBD

#B58FBD
(181,143,189)
#BB99C3
(187,153,195)
#C1A3C9
(193,163,201)
#C7ADCF
(199,173,207)
#CDB7D5
(205,183,213)
#D3C1DB
(211,193,219)
#D9CBE1
(217,203,225)
#DFD5E7
(223,213,231)
#E5DFED
(229,223,237)
#EBE9F3
(235,233,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58FBD color. Also use rgb(181,143,189) instead hex code.

Text Font Color

.myTextColor { color: #B58FBD; }

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

This text font color is #B58FBD.


Background Color

.myBgColor { background-color: #B58FBD; }

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

This div background color is #B58FBD.


Border color

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

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

This div border color is #B58FBD.


Opacity

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

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

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

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

This text has shadow with #B58FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58FBD on black background.


Color preview on white background

This text has color #B58FBD on white background.



Black color preview on #B58FBD background

This text has black color on #B58FBD background.


White color preview on #B58FBD background

This text has white color on #B58FBD background.