COLOR #B590B5

HEX: #B590B5
RGB: (181,144,181)

Color info

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

RGB color model

#B590B5 color RGB value is (181,144,181).

  • red value is 181;
  • green value is 144;
  • blue value is 181.
RGB:
(181,144,181)
(71%,56%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 181 of 255 = 71%

181
144
181

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

Portions of RGB colors in percentages

R + G + B =
181 + 144 + 181 = 506 (100%)
R 181 of 506 ~ 35.77%
G 144 of 506 ~ 28.46%
B 181 of 506 ~ 35.77%

%35.77
%28.46
%35.77

CMYK color model

#B590B5 color CMYK value is (0,20,0,29).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(0,20,0,29)
C0M20Y0K29 
(0%,20%,0%,29%)
(0.00/0.20/0.00/0.29)	

CMYK percentages

%0
%20.44
%0
%29.02

Codes

Color #B590B5 in popluar color models

B590B5
RGB181144181
HSL300°20.00%63.73%
HSB/HSV300°20.44%70.98%
CMYK0.00%20.44%0.00%
29.02%

Color #B590B5 in popluar number systems.

HEXB590B5
Decimal181144181
Binary101101011001000010110101
Octal265220265

Shades and tints

Shades of #B590B5

#B590B5
(181,144,181)
#A583A5
(165,131,165)
#957695
(149,118,149)
#856985
(133,105,133)
#755C75
(117,92,117)
#654F65
(101,79,101)
#554255
(85,66,85)
#453545
(69,53,69)
#352835
(53,40,53)
#251B25
(37,27,37)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #B590B5

#B590B5
(181,144,181)
#BB9ABB
(187,154,187)
#C1A4C1
(193,164,193)
#C7AEC7
(199,174,199)
#CDB8CD
(205,184,205)
#D3C2D3
(211,194,211)
#D9CCD9
(217,204,217)
#DFD6DF
(223,214,223)
#E5E0E5
(229,224,229)
#EBEAEB
(235,234,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B590B5; }

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

This text font color is #B590B5.


Background Color

.myBgColor { background-color: #B590B5; }

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

This div background color is #B590B5.


Border color

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

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

This div border color is #B590B5.


Opacity

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

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

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

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

This text has shadow with #B590B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B590B5 on black background.


Color preview on white background

This text has color #B590B5 on white background.



Black color preview on #B590B5 background

This text has black color on #B590B5 background.


White color preview on #B590B5 background

This text has white color on #B590B5 background.