COLOR #B582B7

HEX: #B582B7
RGB: (181,130,183)

Color info

#B582B7 contains red, green and blue colors in about the same proportion. Web safe color of #B582B7 is #CC99CC (or #C9C).

RGB color model

#B582B7 color RGB value is (181,130,183).

  • red value is 181;
  • green value is 130;
  • blue value is 183.
RGB:
(181,130,183)
(71%,51%,72%)

RGB channels and saturation

R 181 of 255 = 71%
G 130 of 255 = 51%
B 183 of 255 = 72%

181
130
183

R + G + B ~ 65%. #B582B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 130 + 183 = 494 (100%)
R 181 of 494 ~ 36.64%
G 130 of 494 ~ 26.32%
B 183 of 494 ~ 37.04%

%36.64
%26.32
%37.04

CMYK color model

#B582B7 color CMYK value is (1,29,0,28).

  • cyan value is 1.09%
  • magenta value is 28.96%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(1,29,0,28)
C1M29Y0K28 
(1%,29%,0%,28%)
(0.01/0.29/0.00/0.28)	

CMYK percentages

%1.09
%28.96
%0
%28.24

Codes

Color #B582B7 in popluar color models

B582B7
RGB181130183
HSL298°26.90%61.37%
HSB/HSV298°28.96%71.76%
CMYK1.09%28.96%0.00%
28.24%

Color #B582B7 in popluar number systems.

HEXB582B7
Decimal181130183
Binary101101011000001010110111
Octal265202267

Shades and tints

Shades of #B582B7

#B582B7
(181,130,183)
#A577A7
(165,119,167)
#956C97
(149,108,151)
#856187
(133,97,135)
#755677
(117,86,119)
#654B67
(101,75,103)
#554057
(85,64,87)
#453547
(69,53,71)
#352A37
(53,42,55)
#251F27
(37,31,39)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #B582B7

#B582B7
(181,130,183)
#BB8DBD
(187,141,189)
#C198C3
(193,152,195)
#C7A3C9
(199,163,201)
#CDAECF
(205,174,207)
#D3B9D5
(211,185,213)
#D9C4DB
(217,196,219)
#DFCFE1
(223,207,225)
#E5DAE7
(229,218,231)
#EBE5ED
(235,229,237)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B582B7 color. Also use rgb(181,130,183) instead hex code.

Text Font Color

.myTextColor { color: #B582B7; }

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

This text font color is #B582B7.


Background Color

.myBgColor { background-color: #B582B7; }

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

This div background color is #B582B7.


Border color

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

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

This div border color is #B582B7.


Opacity

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

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

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

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

This text has shadow with #B582B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B582B7 on black background.


Color preview on white background

This text has color #B582B7 on white background.



Black color preview on #B582B7 background

This text has black color on #B582B7 background.


White color preview on #B582B7 background

This text has white color on #B582B7 background.