COLOR #B581B3

HEX: #B581B3
RGB: (181,129,179)

Color info

#B581B3 contains red, green and blue colors in about the same proportion. Web safe color of #B581B3 is #CC9999 (or #C99).

RGB color model

#B581B3 color RGB value is (181,129,179).

  • red value is 181;
  • green value is 129;
  • blue value is 179.
RGB:
(181,129,179)
(71%,51%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 129 of 255 = 51%
B 179 of 255 = 70%

181
129
179

R + G + B ~ 64%. #B581B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 129 + 179 = 489 (100%)
R 181 of 489 ~ 37.01%
G 129 of 489 ~ 26.38%
B 179 of 489 ~ 36.61%

%37.01
%26.38
%36.61

CMYK color model

#B581B3 color CMYK value is (0,29,1,29).

  • cyan value is 0.00%
  • magenta value is 28.73%
  • yellow value is 1.10%
  • key color value is 29.02%
CMYK:
(0,29,1,29)
C0M29Y1K29 
(0%,29%,1%,29%)
(0.00/0.29/0.01/0.29)	

CMYK percentages

%0
%28.73
%1.1
%29.02

Codes

Color #B581B3 in popluar color models

B581B3
RGB181129179
HSL302°26.00%60.78%
HSB/HSV302°28.73%70.98%
CMYK0.00%28.73%1.10%
29.02%

Color #B581B3 in popluar number systems.

HEXB581B3
Decimal181129179
Binary101101011000000110110011
Octal265201263

Shades and tints

Shades of #B581B3

#B581B3
(181,129,179)
#A576A3
(165,118,163)
#956B93
(149,107,147)
#856083
(133,96,131)
#755573
(117,85,115)
#654A63
(101,74,99)
#553F53
(85,63,83)
#453443
(69,52,67)
#352933
(53,41,51)
#251E23
(37,30,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B581B3

#B581B3
(181,129,179)
#BB8CB9
(187,140,185)
#C197BF
(193,151,191)
#C7A2C5
(199,162,197)
#CDADCB
(205,173,203)
#D3B8D1
(211,184,209)
#D9C3D7
(217,195,215)
#DFCEDD
(223,206,221)
#E5D9E3
(229,217,227)
#EBE4E9
(235,228,233)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B581B3 color. Also use rgb(181,129,179) instead hex code.

Text Font Color

.myTextColor { color: #B581B3; }

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

This text font color is #B581B3.


Background Color

.myBgColor { background-color: #B581B3; }

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

This div background color is #B581B3.


Border color

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

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

This div border color is #B581B3.


Opacity

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

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

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

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

This text has shadow with #B581B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B581B3 on black background.


Color preview on white background

This text has color #B581B3 on white background.



Black color preview on #B581B3 background

This text has black color on #B581B3 background.


White color preview on #B581B3 background

This text has white color on #B581B3 background.