COLOR #B580B8

HEX: #B580B8
RGB: (181,128,184)

Color info

#B580B8 contains red, green and blue colors in about the same proportion. Web safe color of #B580B8 is #CC66CC (or #C6C).

RGB color model

#B580B8 color RGB value is (181,128,184).

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

RGB channels and saturation

R 181 of 255 = 71%
G 128 of 255 = 50%
B 184 of 255 = 72%

181
128
184

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

Portions of RGB colors in percentages

R + G + B =
181 + 128 + 184 = 493 (100%)
R 181 of 493 ~ 36.71%
G 128 of 493 ~ 25.96%
B 184 of 493 ~ 37.32%

%36.71
%25.96
%37.32

CMYK color model

#B580B8 color CMYK value is (2,30,0,28).

  • cyan value is 1.63%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(2,30,0,28)
C2M30Y0K28 
(2%,30%,0%,28%)
(0.02/0.30/0.00/0.28)	

CMYK percentages

%1.63
%30.43
%0
%27.84

Codes

Color #B580B8 in popluar color models

B580B8
RGB181128184
HSL297°28.28%61.18%
HSB/HSV297°30.43%72.16%
CMYK1.63%30.43%0.00%
27.84%

Color #B580B8 in popluar number systems.

HEXB580B8
Decimal181128184
Binary101101011000000010111000
Octal265200270

Shades and tints

Shades of #B580B8

#B580B8
(181,128,184)
#A575A8
(165,117,168)
#956A98
(149,106,152)
#855F88
(133,95,136)
#755478
(117,84,120)
#654968
(101,73,104)
#553E58
(85,62,88)
#453348
(69,51,72)
#352838
(53,40,56)
#251D28
(37,29,40)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #B580B8

#B580B8
(181,128,184)
#BB8BBE
(187,139,190)
#C196C4
(193,150,196)
#C7A1CA
(199,161,202)
#CDACD0
(205,172,208)
#D3B7D6
(211,183,214)
#D9C2DC
(217,194,220)
#DFCDE2
(223,205,226)
#E5D8E8
(229,216,232)
#EBE3EE
(235,227,238)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B580B8; }

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

This text font color is #B580B8.


Background Color

.myBgColor { background-color: #B580B8; }

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

This div background color is #B580B8.


Border color

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

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

This div border color is #B580B8.


Opacity

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

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

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

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

This text has shadow with #B580B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B580B8 on black background.


Color preview on white background

This text has color #B580B8 on white background.



Black color preview on #B580B8 background

This text has black color on #B580B8 background.


White color preview on #B580B8 background

This text has white color on #B580B8 background.