COLOR #B583D6

HEX: #B583D6
RGB: (181,131,214)

Color info

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

RGB color model

#B583D6 color RGB value is (181,131,214).

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

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 214 of 255 = 84%

181
131
214

R + G + B ~ 69%. #B583D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 131 + 214 = 526 (100%)
R 181 of 526 ~ 34.41%
G 131 of 526 ~ 24.9%
B 214 of 526 ~ 40.68%

%34.41
%24.9
%40.68

CMYK color model

#B583D6 color CMYK value is (15,39,0,16).

  • cyan value is 15.42%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(15,39,0,16)
C15M39Y0K16 
(15%,39%,0%,16%)
(0.15/0.39/0.00/0.16)	

CMYK percentages

%15.42
%38.79
%0
%16.08

Codes

Color #B583D6 in popluar color models

B583D6
RGB181131214
HSL276°50.30%67.65%
HSB/HSV276°38.79%83.92%
CMYK15.42%38.79%0.00%
16.08%

Color #B583D6 in popluar number systems.

HEXB583D6
Decimal181131214
Binary101101011000001111010110
Octal265203326

Shades and tints

Shades of #B583D6

#B583D6
(181,131,214)
#A578C3
(165,120,195)
#956DB0
(149,109,176)
#85629D
(133,98,157)
#75578A
(117,87,138)
#654C77
(101,76,119)
#554164
(85,65,100)
#453651
(69,54,81)
#352B3E
(53,43,62)
#25202B
(37,32,43)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B583D6

#B583D6
(181,131,214)
#BB8ED9
(187,142,217)
#C199DC
(193,153,220)
#C7A4DF
(199,164,223)
#CDAFE2
(205,175,226)
#D3BAE5
(211,186,229)
#D9C5E8
(217,197,232)
#DFD0EB
(223,208,235)
#E5DBEE
(229,219,238)
#EBE6F1
(235,230,241)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B583D6; }

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

This text font color is #B583D6.


Background Color

.myBgColor { background-color: #B583D6; }

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

This div background color is #B583D6.


Border color

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

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

This div border color is #B583D6.


Opacity

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

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

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

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

This text has shadow with #B583D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B583D6 on black background.


Color preview on white background

This text has color #B583D6 on white background.



Black color preview on #B583D6 background

This text has black color on #B583D6 background.


White color preview on #B583D6 background

This text has white color on #B583D6 background.