COLOR #B593D9

HEX: #B593D9
RGB: (181,147,217)

Color info

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

RGB color model

#B593D9 color RGB value is (181,147,217).

  • red value is 181;
  • green value is 147;
  • blue value is 217.
RGB:
(181,147,217)
(71%,58%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 217 of 255 = 85%

181
147
217

R + G + B ~ 71%. #B593D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 147 + 217 = 545 (100%)
R 181 of 545 ~ 33.21%
G 147 of 545 ~ 26.97%
B 217 of 545 ~ 39.82%

%33.21
%26.97
%39.82

CMYK color model

#B593D9 color CMYK value is (17,32,0,15).

  • cyan value is 16.59%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,32,0,15)
C17M32Y0K15 
(17%,32%,0%,15%)
(0.17/0.32/0.00/0.15)	

CMYK percentages

%16.59
%32.26
%0
%14.9

Codes

Color #B593D9 in popluar color models

B593D9
RGB181147217
HSL269°47.95%71.37%
HSB/HSV269°32.26%85.10%
CMYK16.59%32.26%0.00%
14.90%

Color #B593D9 in popluar number systems.

HEXB593D9
Decimal181147217
Binary101101011001001111011001
Octal265223331

Shades and tints

Shades of #B593D9

#B593D9
(181,147,217)
#A586C6
(165,134,198)
#9579B3
(149,121,179)
#856CA0
(133,108,160)
#755F8D
(117,95,141)
#65527A
(101,82,122)
#554567
(85,69,103)
#453854
(69,56,84)
#352B41
(53,43,65)
#251E2E
(37,30,46)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #B593D9

#B593D9
(181,147,217)
#BB9CDC
(187,156,220)
#C1A5DF
(193,165,223)
#C7AEE2
(199,174,226)
#CDB7E5
(205,183,229)
#D3C0E8
(211,192,232)
#D9C9EB
(217,201,235)
#DFD2EE
(223,210,238)
#E5DBF1
(229,219,241)
#EBE4F4
(235,228,244)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B593D9; }

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

This text font color is #B593D9.


Background Color

.myBgColor { background-color: #B593D9; }

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

This div background color is #B593D9.


Border color

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

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

This div border color is #B593D9.


Opacity

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

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

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

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

This text has shadow with #B593D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B593D9 on black background.


Color preview on white background

This text has color #B593D9 on white background.



Black color preview on #B593D9 background

This text has black color on #B593D9 background.


White color preview on #B593D9 background

This text has white color on #B593D9 background.