COLOR #B58FC1

HEX: #B58FC1
RGB: (181,143,193)

Color info

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

RGB color model

#B58FC1 color RGB value is (181,143,193).

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

RGB channels and saturation

R 181 of 255 = 71%
G 143 of 255 = 56%
B 193 of 255 = 76%

181
143
193

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

Portions of RGB colors in percentages

R + G + B =
181 + 143 + 193 = 517 (100%)
R 181 of 517 ~ 35.01%
G 143 of 517 ~ 27.66%
B 193 of 517 ~ 37.33%

%35.01
%27.66
%37.33

CMYK color model

#B58FC1 color CMYK value is (6,26,0,24).

  • cyan value is 6.22%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(6,26,0,24)
C6M26Y0K24 
(6%,26%,0%,24%)
(0.06/0.26/0.00/0.24)	

CMYK percentages

%6.22
%25.91
%0
%24.31

Codes

Color #B58FC1 in popluar color models

B58FC1
RGB181143193
HSL286°28.74%65.88%
HSB/HSV286°25.91%75.69%
CMYK6.22%25.91%0.00%
24.31%

Color #B58FC1 in popluar number systems.

HEXB58FC1
Decimal181143193
Binary101101011000111111000001
Octal265217301

Shades and tints

Shades of #B58FC1

#B58FC1
(181,143,193)
#A582B0
(165,130,176)
#95759F
(149,117,159)
#85688E
(133,104,142)
#755B7D
(117,91,125)
#654E6C
(101,78,108)
#55415B
(85,65,91)
#45344A
(69,52,74)
#352739
(53,39,57)
#251A28
(37,26,40)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #B58FC1

#B58FC1
(181,143,193)
#BB99C6
(187,153,198)
#C1A3CB
(193,163,203)
#C7ADD0
(199,173,208)
#CDB7D5
(205,183,213)
#D3C1DA
(211,193,218)
#D9CBDF
(217,203,223)
#DFD5E4
(223,213,228)
#E5DFE9
(229,223,233)
#EBE9EE
(235,233,238)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B58FC1; }

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

This text font color is #B58FC1.


Background Color

.myBgColor { background-color: #B58FC1; }

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

This div background color is #B58FC1.


Border color

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

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

This div border color is #B58FC1.


Opacity

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

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

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

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

This text has shadow with #B58FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B58FC1 on black background.


Color preview on white background

This text has color #B58FC1 on white background.



Black color preview on #B58FC1 background

This text has black color on #B58FC1 background.


White color preview on #B58FC1 background

This text has white color on #B58FC1 background.