COLOR #B583B0

HEX: #B583B0
RGB: (181,131,176)

Color info

#B583B0 contains red, green and blue colors in about the same proportion. Web safe color of #B583B0 is #CC9999 (or #C99).

RGB color model

#B583B0 color RGB value is (181,131,176).

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

RGB channels and saturation

R 181 of 255 = 71%
G 131 of 255 = 51%
B 176 of 255 = 69%

181
131
176

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

Portions of RGB colors in percentages

R + G + B =
181 + 131 + 176 = 488 (100%)
R 181 of 488 ~ 37.09%
G 131 of 488 ~ 26.84%
B 176 of 488 ~ 36.07%

%37.09
%26.84
%36.07

CMYK color model

#B583B0 color CMYK value is (0,28,3,29).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK:
(0,28,3,29)
C0M28Y3K29 
(0%,28%,3%,29%)
(0.00/0.28/0.03/0.29)	

CMYK percentages

%0
%27.62
%2.76
%29.02

Codes

Color #B583B0 in popluar color models

B583B0
RGB181131176
HSL306°25.25%61.18%
HSB/HSV306°27.62%70.98%
CMYK0.00%27.62%2.76%
29.02%

Color #B583B0 in popluar number systems.

HEXB583B0
Decimal181131176
Binary101101011000001110110000
Octal265203260

Shades and tints

Shades of #B583B0

#B583B0
(181,131,176)
#A578A0
(165,120,160)
#956D90
(149,109,144)
#856280
(133,98,128)
#755770
(117,87,112)
#654C60
(101,76,96)
#554150
(85,65,80)
#453640
(69,54,64)
#352B30
(53,43,48)
#252020
(37,32,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #B583B0

#B583B0
(181,131,176)
#BB8EB7
(187,142,183)
#C199BE
(193,153,190)
#C7A4C5
(199,164,197)
#CDAFCC
(205,175,204)
#D3BAD3
(211,186,211)
#D9C5DA
(217,197,218)
#DFD0E1
(223,208,225)
#E5DBE8
(229,219,232)
#EBE6EF
(235,230,239)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B583B0; }

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

This text font color is #B583B0.


Background Color

.myBgColor { background-color: #B583B0; }

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

This div background color is #B583B0.


Border color

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

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

This div border color is #B583B0.


Opacity

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

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

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

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

This text has shadow with #B583B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B583B0 on black background.


Color preview on white background

This text has color #B583B0 on white background.



Black color preview on #B583B0 background

This text has black color on #B583B0 background.


White color preview on #B583B0 background

This text has white color on #B583B0 background.