COLOR #B583C4

HEX: #B583C4
RGB: (181,131,196)

Color info

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

RGB color model

#B583C4 color RGB value is (181,131,196).

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

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 196 of 255 = 77%

181
131
196

R + G + B ~ 66%. #B583C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 131 + 196 = 508 (100%)
R 181 of 508 ~ 35.63%
G 131 of 508 ~ 25.79%
B 196 of 508 ~ 38.58%

%35.63
%25.79
%38.58

CMYK color model

#B583C4 color CMYK value is (8,33,0,23).

  • cyan value is 7.65%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(8,33,0,23)
C8M33Y0K23 
(8%,33%,0%,23%)
(0.08/0.33/0.00/0.23)	

CMYK percentages

%7.65
%33.16
%0
%23.14

Codes

Color #B583C4 in popluar color models

B583C4
RGB181131196
HSL286°35.52%64.12%
HSB/HSV286°33.16%76.86%
CMYK7.65%33.16%0.00%
23.14%

Color #B583C4 in popluar number systems.

HEXB583C4
Decimal181131196
Binary101101011000001111000100
Octal265203304

Shades and tints

Shades of #B583C4

#B583C4
(181,131,196)
#A578B3
(165,120,179)
#956DA2
(149,109,162)
#856291
(133,98,145)
#755780
(117,87,128)
#654C6F
(101,76,111)
#55415E
(85,65,94)
#45364D
(69,54,77)
#352B3C
(53,43,60)
#25202B
(37,32,43)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B583C4

#B583C4
(181,131,196)
#BB8EC9
(187,142,201)
#C199CE
(193,153,206)
#C7A4D3
(199,164,211)
#CDAFD8
(205,175,216)
#D3BADD
(211,186,221)
#D9C5E2
(217,197,226)
#DFD0E7
(223,208,231)
#E5DBEC
(229,219,236)
#EBE6F1
(235,230,241)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B583C4; }

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

This text font color is #B583C4.


Background Color

.myBgColor { background-color: #B583C4; }

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

This div background color is #B583C4.


Border color

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

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

This div border color is #B583C4.


Opacity

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

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

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

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

This text has shadow with #B583C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B583C4 on black background.


Color preview on white background

This text has color #B583C4 on white background.



Black color preview on #B583C4 background

This text has black color on #B583C4 background.


White color preview on #B583C4 background

This text has white color on #B583C4 background.