COLOR #B585EC

HEX: #B585EC
RGB: (181,133,236)

Color info

#B585EC contains mainly red and blue colors. Web safe color of #B585EC is #CC99FF (or #C9F).

RGB color model

#B585EC color RGB value is (181,133,236).

  • red value is 181;
  • green value is 133;
  • blue value is 236.
RGB:
(181,133,236)
(71%,52%,93%)

RGB channels and saturation

R 181 of 255 = 71%
G 133 of 255 = 52%
B 236 of 255 = 93%

181
133
236

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

Portions of RGB colors in percentages

R + G + B =
181 + 133 + 236 = 550 (100%)
R 181 of 550 ~ 32.91%
G 133 of 550 ~ 24.18%
B 236 of 550 ~ 42.91%

%32.91
%24.18
%42.91

CMYK color model

#B585EC color CMYK value is (23,44,0,7).

  • cyan value is 23.31%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(23,44,0,7)
C23M44Y0K7 
(23%,44%,0%,7%)
(0.23/0.44/0.00/0.07)	

CMYK percentages

%23.31
%43.64
%0
%7.45

Codes

Color #B585EC in popluar color models

B585EC
RGB181133236
HSL268°73.05%72.35%
HSB/HSV268°43.64%92.55%
CMYK23.31%43.64%0.00%
7.45%

Color #B585EC in popluar number systems.

HEXB585EC
Decimal181133236
Binary101101011000010111101100
Octal265205354

Shades and tints

Shades of #B585EC

#B585EC
(181,133,236)
#A579D7
(165,121,215)
#956DC2
(149,109,194)
#8561AD
(133,97,173)
#755598
(117,85,152)
#654983
(101,73,131)
#553D6E
(85,61,110)
#453159
(69,49,89)
#352544
(53,37,68)
#25192F
(37,25,47)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #B585EC

#B585EC
(181,133,236)
#BB90ED
(187,144,237)
#C19BEE
(193,155,238)
#C7A6EF
(199,166,239)
#CDB1F0
(205,177,240)
#D3BCF1
(211,188,241)
#D9C7F2
(217,199,242)
#DFD2F3
(223,210,243)
#E5DDF4
(229,221,244)
#EBE8F5
(235,232,245)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B585EC; }

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

This text font color is #B585EC.


Background Color

.myBgColor { background-color: #B585EC; }

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

This div background color is #B585EC.


Border color

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

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

This div border color is #B585EC.


Opacity

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

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

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

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

This text has shadow with #B585EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B585EC on black background.


Color preview on white background

This text has color #B585EC on white background.



Black color preview on #B585EC background

This text has black color on #B585EC background.


White color preview on #B585EC background

This text has white color on #B585EC background.