COLOR #B595E5

HEX: #B595E5
RGB: (181,149,229)

Color info

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

RGB color model

#B595E5 color RGB value is (181,149,229).

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

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 229 of 255 = 90%

181
149
229

R + G + B ~ 73%. #B595E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 229 = 559 (100%)
R 181 of 559 ~ 32.38%
G 149 of 559 ~ 26.65%
B 229 of 559 ~ 40.97%

%32.38
%26.65
%40.97

CMYK color model

#B595E5 color CMYK value is (21,35,0,10).

  • cyan value is 20.96%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,35,0,10)
C21M35Y0K10 
(21%,35%,0%,10%)
(0.21/0.35/0.00/0.10)	

CMYK percentages

%20.96
%34.93
%0
%10.2

Codes

Color #B595E5 in popluar color models

B595E5
RGB181149229
HSL264°60.61%74.12%
HSB/HSV264°34.93%89.80%
CMYK20.96%34.93%0.00%
10.20%

Color #B595E5 in popluar number systems.

HEXB595E5
Decimal181149229
Binary101101011001010111100101
Octal265225345

Shades and tints

Shades of #B595E5

#B595E5
(181,149,229)
#A588D1
(165,136,209)
#957BBD
(149,123,189)
#856EA9
(133,110,169)
#756195
(117,97,149)
#655481
(101,84,129)
#55476D
(85,71,109)
#453A59
(69,58,89)
#352D45
(53,45,69)
#252031
(37,32,49)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #B595E5

#B595E5
(181,149,229)
#BB9EE7
(187,158,231)
#C1A7E9
(193,167,233)
#C7B0EB
(199,176,235)
#CDB9ED
(205,185,237)
#D3C2EF
(211,194,239)
#D9CBF1
(217,203,241)
#DFD4F3
(223,212,243)
#E5DDF5
(229,221,245)
#EBE6F7
(235,230,247)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B595E5; }

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

This text font color is #B595E5.


Background Color

.myBgColor { background-color: #B595E5; }

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

This div background color is #B595E5.


Border color

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

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

This div border color is #B595E5.


Opacity

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

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

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

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

This text has shadow with #B595E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B595E5 on black background.


Color preview on white background

This text has color #B595E5 on white background.



Black color preview on #B595E5 background

This text has black color on #B595E5 background.


White color preview on #B595E5 background

This text has white color on #B595E5 background.