COLOR #B584B2

HEX: #B584B2
RGB: (181,132,178)

Color info

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

RGB color model

#B584B2 color RGB value is (181,132,178).

  • red value is 181;
  • green value is 132;
  • blue value is 178.
RGB:
(181,132,178)
(71%,52%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 132 of 255 = 52%
B 178 of 255 = 70%

181
132
178

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

Portions of RGB colors in percentages

R + G + B =
181 + 132 + 178 = 491 (100%)
R 181 of 491 ~ 36.86%
G 132 of 491 ~ 26.88%
B 178 of 491 ~ 36.25%

%36.86
%26.88
%36.25

CMYK color model

#B584B2 color CMYK value is (0,27,2,29).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 1.66%
  • key color value is 29.02%
CMYK:
(0,27,2,29)
C0M27Y2K29 
(0%,27%,2%,29%)
(0.00/0.27/0.02/0.29)	

CMYK percentages

%0
%27.07
%1.66
%29.02

Codes

Color #B584B2 in popluar color models

B584B2
RGB181132178
HSL304°24.87%61.37%
HSB/HSV304°27.07%70.98%
CMYK0.00%27.07%1.66%
29.02%

Color #B584B2 in popluar number systems.

HEXB584B2
Decimal181132178
Binary101101011000010010110010
Octal265204262

Shades and tints

Shades of #B584B2

#B584B2
(181,132,178)
#A578A2
(165,120,162)
#956C92
(149,108,146)
#856082
(133,96,130)
#755472
(117,84,114)
#654862
(101,72,98)
#553C52
(85,60,82)
#453042
(69,48,66)
#352432
(53,36,50)
#251822
(37,24,34)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #B584B2

#B584B2
(181,132,178)
#BB8FB9
(187,143,185)
#C19AC0
(193,154,192)
#C7A5C7
(199,165,199)
#CDB0CE
(205,176,206)
#D3BBD5
(211,187,213)
#D9C6DC
(217,198,220)
#DFD1E3
(223,209,227)
#E5DCEA
(229,220,234)
#EBE7F1
(235,231,241)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B584B2 color. Also use rgb(181,132,178) instead hex code.

Text Font Color

.myTextColor { color: #B584B2; }

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

This text font color is #B584B2.


Background Color

.myBgColor { background-color: #B584B2; }

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

This div background color is #B584B2.


Border color

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

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

This div border color is #B584B2.


Opacity

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

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

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

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

This text has shadow with #B584B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B584B2 on black background.


Color preview on white background

This text has color #B584B2 on white background.



Black color preview on #B584B2 background

This text has black color on #B584B2 background.


White color preview on #B584B2 background

This text has white color on #B584B2 background.