COLOR #BE61EF

HEX: #BE61EF
RGB: (190,97,239)

Color info

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

RGB color model

#BE61EF color RGB value is (190,97,239).

  • red value is 190;
  • green value is 97;
  • blue value is 239.
RGB:
(190,97,239)
(75%,38%,94%)

RGB channels and saturation

R 190 of 255 = 75%
G 97 of 255 = 38%
B 239 of 255 = 94%

190
97
239

R + G + B ~ 69%. #BE61EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 97 + 239 = 526 (100%)
R 190 of 526 ~ 36.12%
G 97 of 526 ~ 18.44%
B 239 of 526 ~ 45.44%

%36.12
%18.44
%45.44

CMYK color model

#BE61EF color CMYK value is (21,59,0,6).

  • cyan value is 20.50%
  • magenta value is 59.41%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,59,0,6)
C21M59Y0K6 
(21%,59%,0%,6%)
(0.21/0.59/0.00/0.06)	

CMYK percentages

%20.5
%59.41
%0
%6.27

Codes

Color #BE61EF in popluar color models

BE61EF
RGB19097239
HSL279°81.61%65.88%
HSB/HSV279°59.41%93.73%
CMYK20.50%59.41%0.00%
6.27%

Color #BE61EF in popluar number systems.

HEXBE61EF
Decimal19097239
Binary10111110110000111101111
Octal276141357

Shades and tints

Shades of #BE61EF

#BE61EF
(190,97,239)
#AD59DA
(173,89,218)
#9C51C5
(156,81,197)
#8B49B0
(139,73,176)
#7A419B
(122,65,155)
#693986
(105,57,134)
#583171
(88,49,113)
#47295C
(71,41,92)
#362147
(54,33,71)
#251932
(37,25,50)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #BE61EF

#BE61EF
(190,97,239)
#C36FF0
(195,111,240)
#C87DF1
(200,125,241)
#CD8BF2
(205,139,242)
#D299F3
(210,153,243)
#D7A7F4
(215,167,244)
#DCB5F5
(220,181,245)
#E1C3F6
(225,195,246)
#E6D1F7
(230,209,247)
#EBDFF8
(235,223,248)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE61EF color. Also use rgb(190,97,239) instead hex code.

Text Font Color

.myTextColor { color: #BE61EF; }

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

This text font color is #BE61EF.


Background Color

.myBgColor { background-color: #BE61EF; }

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

This div background color is #BE61EF.


Border color

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

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

This div border color is #BE61EF.


Opacity

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

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

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

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

This text has shadow with #BE61EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE61EF on black background.


Color preview on white background

This text has color #BE61EF on white background.



Black color preview on #BE61EF background

This text has black color on #BE61EF background.


White color preview on #BE61EF background

This text has white color on #BE61EF background.