COLOR #B586FF

HEX: #B586FF
RGB: (181,134,255)

Color info

#B586FF contains mainly blue color. Web safe color of #B586FF is #CC99FF (or #C9F).

RGB color model

#B586FF color RGB value is (181,134,255).

  • red value is 181;
  • green value is 134;
  • blue value is 255.
RGB:
(181,134,255)
(71%,53%,100%)

RGB channels and saturation

R 181 of 255 = 71%
G 134 of 255 = 53%
B 255 of 255 = 100%

181
134
255

R + G + B ~ 75%. #B586FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 134 + 255 = 570 (100%)
R 181 of 570 ~ 31.75%
G 134 of 570 ~ 23.51%
B 255 of 570 ~ 44.74%

%31.75
%23.51
%44.74

CMYK color model

#B586FF color CMYK value is (29,47,0,0).

  • cyan value is 29.02%
  • magenta value is 47.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,47,0,0)
C29M47Y0K0 
(29%,47%,0%,0%)
(0.29/0.47/0.00/0.00)	

CMYK percentages

%29.02
%47.45
%0
%0

Codes

Color #B586FF in popluar color models

B586FF
RGB181134255
HSL263°100.00%76.27%
HSB/HSV263°47.45%100.00%
CMYK29.02%47.45%0.00%
0.00%

Color #B586FF in popluar number systems.

HEXB586FF
Decimal181134255
Binary101101011000011011111111
Octal265206377

Shades and tints

Shades of #B586FF

#B586FF
(181,134,255)
#A57AE8
(165,122,232)
#956ED1
(149,110,209)
#8562BA
(133,98,186)
#7556A3
(117,86,163)
#654A8C
(101,74,140)
#553E75
(85,62,117)
#45325E
(69,50,94)
#352647
(53,38,71)
#251A30
(37,26,48)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #B586FF

#B586FF
(181,134,255)
#BB91FF
(187,145,255)
#C19CFF
(193,156,255)
#C7A7FF
(199,167,255)
#CDB2FF
(205,178,255)
#D3BDFF
(211,189,255)
#D9C8FF
(217,200,255)
#DFD3FF
(223,211,255)
#E5DEFF
(229,222,255)
#EBE9FF
(235,233,255)
#F1F4FF
(241,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B586FF; }

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

This text font color is #B586FF.


Background Color

.myBgColor { background-color: #B586FF; }

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

This div background color is #B586FF.


Border color

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

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

This div border color is #B586FF.


Opacity

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

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

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

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

This text has shadow with #B586FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B586FF on black background.


Color preview on white background

This text has color #B586FF on white background.



Black color preview on #B586FF background

This text has black color on #B586FF background.


White color preview on #B586FF background

This text has white color on #B586FF background.