COLOR #B583AD

HEX: #B583AD
RGB: (181,131,173)

Color info

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

RGB color model

#B583AD color RGB value is (181,131,173).

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

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 173 of 255 = 68%

181
131
173

R + G + B ~ 63%. #B583AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 131 + 173 = 485 (100%)
R 181 of 485 ~ 37.32%
G 131 of 485 ~ 27.01%
B 173 of 485 ~ 35.67%

%37.32
%27.01
%35.67

CMYK color model

#B583AD color CMYK value is (0,28,4,29).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,28,4,29)
C0M28Y4K29 
(0%,28%,4%,29%)
(0.00/0.28/0.04/0.29)	

CMYK percentages

%0
%27.62
%4.42
%29.02

Codes

Color #B583AD in popluar color models

B583AD
RGB181131173
HSL310°25.25%61.18%
HSB/HSV310°27.62%70.98%
CMYK0.00%27.62%4.42%
29.02%

Color #B583AD in popluar number systems.

HEXB583AD
Decimal181131173
Binary101101011000001110101101
Octal265203255

Shades and tints

Shades of #B583AD

#B583AD
(181,131,173)
#A5789E
(165,120,158)
#956D8F
(149,109,143)
#856280
(133,98,128)
#755771
(117,87,113)
#654C62
(101,76,98)
#554153
(85,65,83)
#453644
(69,54,68)
#352B35
(53,43,53)
#252026
(37,32,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B583AD

#B583AD
(181,131,173)
#BB8EB4
(187,142,180)
#C199BB
(193,153,187)
#C7A4C2
(199,164,194)
#CDAFC9
(205,175,201)
#D3BAD0
(211,186,208)
#D9C5D7
(217,197,215)
#DFD0DE
(223,208,222)
#E5DBE5
(229,219,229)
#EBE6EC
(235,230,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B583AD; }

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

This text font color is #B583AD.


Background Color

.myBgColor { background-color: #B583AD; }

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

This div background color is #B583AD.


Border color

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

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

This div border color is #B583AD.


Opacity

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

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

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

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

This text has shadow with #B583AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B583AD on black background.


Color preview on white background

This text has color #B583AD on white background.



Black color preview on #B583AD background

This text has black color on #B583AD background.


White color preview on #B583AD background

This text has white color on #B583AD background.