COLOR #B859EF

HEX: #B859EF
RGB: (184,89,239)

Color info

#B859EF contains mainly red and blue colors. Web safe color of #B859EF is #CC66FF (or #C6F).

RGB color model

#B859EF color RGB value is (184,89,239).

  • red value is 184;
  • green value is 89;
  • blue value is 239.
RGB:
(184,89,239)
(72%,35%,94%)

RGB channels and saturation

R 184 of 255 = 72%
G 89 of 255 = 35%
B 239 of 255 = 94%

184
89
239

R + G + B ~ 67%. #B859EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 89 + 239 = 512 (100%)
R 184 of 512 ~ 35.94%
G 89 of 512 ~ 17.38%
B 239 of 512 ~ 46.68%

%35.94
%17.38
%46.68

CMYK color model

#B859EF color CMYK value is (23,63,0,6).

  • cyan value is 23.01%
  • magenta value is 62.76%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,63,0,6)
C23M63Y0K6 
(23%,63%,0%,6%)
(0.23/0.63/0.00/0.06)	

CMYK percentages

%23.01
%62.76
%0
%6.27

Codes

Color #B859EF in popluar color models

B859EF
RGB18489239
HSL278°82.42%64.31%
HSB/HSV278°62.76%93.73%
CMYK23.01%62.76%0.00%
6.27%

Color #B859EF in popluar number systems.

HEXB859EF
Decimal18489239
Binary10111000101100111101111
Octal270131357

Shades and tints

Shades of #B859EF

#B859EF
(184,89,239)
#A851DA
(168,81,218)
#9849C5
(152,73,197)
#8841B0
(136,65,176)
#78399B
(120,57,155)
#683186
(104,49,134)
#582971
(88,41,113)
#48215C
(72,33,92)
#381947
(56,25,71)
#281132
(40,17,50)
#18091D
(24,9,29)
#000000
(0,0,0)

Tints of #B859EF

#B859EF
(184,89,239)
#BE68F0
(190,104,240)
#C477F1
(196,119,241)
#CA86F2
(202,134,242)
#D095F3
(208,149,243)
#D6A4F4
(214,164,244)
#DCB3F5
(220,179,245)
#E2C2F6
(226,194,246)
#E8D1F7
(232,209,247)
#EEE0F8
(238,224,248)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B859EF color. Also use rgb(184,89,239) instead hex code.

Text Font Color

.myTextColor { color: #B859EF; }

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

This text font color is #B859EF.


Background Color

.myBgColor { background-color: #B859EF; }

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

This div background color is #B859EF.


Border color

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

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

This div border color is #B859EF.


Opacity

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

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

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

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

This text has shadow with #B859EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B859EF on black background.


Color preview on white background

This text has color #B859EF on white background.



Black color preview on #B859EF background

This text has black color on #B859EF background.


White color preview on #B859EF background

This text has white color on #B859EF background.