COLOR #B582D1

HEX: #B582D1
RGB: (181,130,209)

Color info

#B582D1 contains mainly red and blue colors. Web safe color of #B582D1 is #CC99CC (or #C9C).

RGB color model

#B582D1 color RGB value is (181,130,209).

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

RGB channels and saturation

R 181 of 255 = 71%
G 130 of 255 = 51%
B 209 of 255 = 82%

181
130
209

R + G + B ~ 68%. #B582D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 130 + 209 = 520 (100%)
R 181 of 520 ~ 34.81%
G 130 of 520 ~ 25%
B 209 of 520 ~ 40.19%

%34.81
%25
%40.19

CMYK color model

#B582D1 color CMYK value is (13,38,0,18).

  • cyan value is 13.40%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(13,38,0,18)
C13M38Y0K18 
(13%,38%,0%,18%)
(0.13/0.38/0.00/0.18)	

CMYK percentages

%13.4
%37.8
%0
%18.04

Codes

Color #B582D1 in popluar color models

B582D1
RGB181130209
HSL279°46.20%66.47%
HSB/HSV279°37.80%81.96%
CMYK13.40%37.80%0.00%
18.04%

Color #B582D1 in popluar number systems.

HEXB582D1
Decimal181130209
Binary101101011000001011010001
Octal265202321

Shades and tints

Shades of #B582D1

#B582D1
(181,130,209)
#A577BE
(165,119,190)
#956CAB
(149,108,171)
#856198
(133,97,152)
#755685
(117,86,133)
#654B72
(101,75,114)
#55405F
(85,64,95)
#45354C
(69,53,76)
#352A39
(53,42,57)
#251F26
(37,31,38)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B582D1

#B582D1
(181,130,209)
#BB8DD5
(187,141,213)
#C198D9
(193,152,217)
#C7A3DD
(199,163,221)
#CDAEE1
(205,174,225)
#D3B9E5
(211,185,229)
#D9C4E9
(217,196,233)
#DFCFED
(223,207,237)
#E5DAF1
(229,218,241)
#EBE5F5
(235,229,245)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B582D1; }

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

This text font color is #B582D1.


Background Color

.myBgColor { background-color: #B582D1; }

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

This div background color is #B582D1.


Border color

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

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

This div border color is #B582D1.


Opacity

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

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

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

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

This text has shadow with #B582D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B582D1 on black background.


Color preview on white background

This text has color #B582D1 on white background.



Black color preview on #B582D1 background

This text has black color on #B582D1 background.


White color preview on #B582D1 background

This text has white color on #B582D1 background.