COLOR #B580A1

HEX: #B580A1
RGB: (181,128,161)

Color info

#B580A1 contains red, green and blue colors in about the same proportion. Web safe color of #B580A1 is #CC6699 (or #C69).

RGB color model

#B580A1 color RGB value is (181,128,161).

  • red value is 181;
  • green value is 128;
  • blue value is 161.
RGB:
(181,128,161)
(71%,50%,63%)

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 161 of 255 = 63%

181
128
161

R + G + B ~ 61%. #B580A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 161 = 470 (100%)
R 181 of 470 ~ 38.51%
G 128 of 470 ~ 27.23%
B 161 of 470 ~ 34.26%

%38.51
%27.23
%34.26

CMYK color model

#B580A1 color CMYK value is (0,29,11,29).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(0,29,11,29)
C0M29Y11K29 
(0%,29%,11%,29%)
(0.00/0.29/0.11/0.29)	

CMYK percentages

%0
%29.28
%11.05
%29.02

Codes

Color #B580A1 in popluar color models

B580A1
RGB181128161
HSL323°26.37%60.59%
HSB/HSV323°29.28%70.98%
CMYK0.00%29.28%11.05%
29.02%

Color #B580A1 in popluar number systems.

HEXB580A1
Decimal181128161
Binary101101011000000010100001
Octal265200241

Shades and tints

Shades of #B580A1

#B580A1
(181,128,161)
#A57593
(165,117,147)
#956A85
(149,106,133)
#855F77
(133,95,119)
#755469
(117,84,105)
#65495B
(101,73,91)
#553E4D
(85,62,77)
#45333F
(69,51,63)
#352831
(53,40,49)
#251D23
(37,29,35)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #B580A1

#B580A1
(181,128,161)
#BB8BA9
(187,139,169)
#C196B1
(193,150,177)
#C7A1B9
(199,161,185)
#CDACC1
(205,172,193)
#D3B7C9
(211,183,201)
#D9C2D1
(217,194,209)
#DFCDD9
(223,205,217)
#E5D8E1
(229,216,225)
#EBE3E9
(235,227,233)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B580A1 color. Also use rgb(181,128,161) instead hex code.

Text Font Color

.myTextColor { color: #B580A1; }

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

This text font color is #B580A1.


Background Color

.myBgColor { background-color: #B580A1; }

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

This div background color is #B580A1.


Border color

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

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

This div border color is #B580A1.


Opacity

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

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

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

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

This text has shadow with #B580A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B580A1 on black background.


Color preview on white background

This text has color #B580A1 on white background.



Black color preview on #B580A1 background

This text has black color on #B580A1 background.


White color preview on #B580A1 background

This text has white color on #B580A1 background.