COLOR #B583A4

HEX: #B583A4
RGB: (181,131,164)

Color info

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

RGB color model

#B583A4 color RGB value is (181,131,164).

  • red value is 181;
  • green value is 131;
  • blue value is 164.
RGB:
(181,131,164)
(71%,51%,64%)

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 164 of 255 = 64%

181
131
164

R + G + B ~ 62%. #B583A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 131 + 164 = 476 (100%)
R 181 of 476 ~ 38.03%
G 131 of 476 ~ 27.52%
B 164 of 476 ~ 34.45%

%38.03
%27.52
%34.45

CMYK color model

#B583A4 color CMYK value is (0,28,9,29).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK:
(0,28,9,29)
C0M28Y9K29 
(0%,28%,9%,29%)
(0.00/0.28/0.09/0.29)	

CMYK percentages

%0
%27.62
%9.39
%29.02

Codes

Color #B583A4 in popluar color models

B583A4
RGB181131164
HSL320°25.25%61.18%
HSB/HSV320°27.62%70.98%
CMYK0.00%27.62%9.39%
29.02%

Color #B583A4 in popluar number systems.

HEXB583A4
Decimal181131164
Binary101101011000001110100100
Octal265203244

Shades and tints

Shades of #B583A4

#B583A4
(181,131,164)
#A57896
(165,120,150)
#956D88
(149,109,136)
#85627A
(133,98,122)
#75576C
(117,87,108)
#654C5E
(101,76,94)
#554150
(85,65,80)
#453642
(69,54,66)
#352B34
(53,43,52)
#252026
(37,32,38)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B583A4

#B583A4
(181,131,164)
#BB8EAC
(187,142,172)
#C199B4
(193,153,180)
#C7A4BC
(199,164,188)
#CDAFC4
(205,175,196)
#D3BACC
(211,186,204)
#D9C5D4
(217,197,212)
#DFD0DC
(223,208,220)
#E5DBE4
(229,219,228)
#EBE6EC
(235,230,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B583A4 color. Also use rgb(181,131,164) instead hex code.

Text Font Color

.myTextColor { color: #B583A4; }

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

This text font color is #B583A4.


Background Color

.myBgColor { background-color: #B583A4; }

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

This div background color is #B583A4.


Border color

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

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

This div border color is #B583A4.


Opacity

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

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

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

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

This text has shadow with #B583A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B583A4 on black background.


Color preview on white background

This text has color #B583A4 on white background.



Black color preview on #B583A4 background

This text has black color on #B583A4 background.


White color preview on #B583A4 background

This text has white color on #B583A4 background.