COLOR #B595DF

HEX: #B595DF
RGB: (181,149,223)

Color info

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

RGB color model

#B595DF color RGB value is (181,149,223).

  • red value is 181;
  • green value is 149;
  • blue value is 223.
RGB:
(181,149,223)
(71%,58%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 223 of 255 = 87%

181
149
223

R + G + B ~ 72%. #B595DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 223 = 553 (100%)
R 181 of 553 ~ 32.73%
G 149 of 553 ~ 26.94%
B 223 of 553 ~ 40.33%

%32.73
%26.94
%40.33

CMYK color model

#B595DF color CMYK value is (19,33,0,13).

  • cyan value is 18.83%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,33,0,13)
C19M33Y0K13 
(19%,33%,0%,13%)
(0.19/0.33/0.00/0.13)	

CMYK percentages

%18.83
%33.18
%0
%12.55

Codes

Color #B595DF in popluar color models

B595DF
RGB181149223
HSL266°53.62%72.94%
HSB/HSV266°33.18%87.45%
CMYK18.83%33.18%0.00%
12.55%

Color #B595DF in popluar number systems.

HEXB595DF
Decimal181149223
Binary101101011001010111011111
Octal265225337

Shades and tints

Shades of #B595DF

#B595DF
(181,149,223)
#A588CB
(165,136,203)
#957BB7
(149,123,183)
#856EA3
(133,110,163)
#75618F
(117,97,143)
#65547B
(101,84,123)
#554767
(85,71,103)
#453A53
(69,58,83)
#352D3F
(53,45,63)
#25202B
(37,32,43)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B595DF

#B595DF
(181,149,223)
#BB9EE1
(187,158,225)
#C1A7E3
(193,167,227)
#C7B0E5
(199,176,229)
#CDB9E7
(205,185,231)
#D3C2E9
(211,194,233)
#D9CBEB
(217,203,235)
#DFD4ED
(223,212,237)
#E5DDEF
(229,221,239)
#EBE6F1
(235,230,241)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B595DF; }

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

This text font color is #B595DF.


Background Color

.myBgColor { background-color: #B595DF; }

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

This div background color is #B595DF.


Border color

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

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

This div border color is #B595DF.


Opacity

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

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

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

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

This text has shadow with #B595DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B595DF on black background.


Color preview on white background

This text has color #B595DF on white background.



Black color preview on #B595DF background

This text has black color on #B595DF background.


White color preview on #B595DF background

This text has white color on #B595DF background.