COLOR #BE59F0

HEX: #BE59F0
RGB: (190,89,240)

Color info

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

RGB color model

#BE59F0 color RGB value is (190,89,240).

  • red value is 190;
  • green value is 89;
  • blue value is 240.
RGB:
(190,89,240)
(75%,35%,94%)

RGB channels and saturation

R 190 of 255 = 75%
G 89 of 255 = 35%
B 240 of 255 = 94%

190
89
240

R + G + B ~ 68%. #BE59F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 89 + 240 = 519 (100%)
R 190 of 519 ~ 36.61%
G 89 of 519 ~ 17.15%
B 240 of 519 ~ 46.24%

%36.61
%17.15
%46.24

CMYK color model

#BE59F0 color CMYK value is (21,63,0,6).

  • cyan value is 20.83%
  • magenta value is 62.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(21,63,0,6)
C21M63Y0K6 
(21%,63%,0%,6%)
(0.21/0.63/0.00/0.06)	

CMYK percentages

%20.83
%62.92
%0
%5.88

Codes

Color #BE59F0 in popluar color models

BE59F0
RGB19089240
HSL280°83.43%64.51%
HSB/HSV280°62.92%94.12%
CMYK20.83%62.92%0.00%
5.88%

Color #BE59F0 in popluar number systems.

HEXBE59F0
Decimal19089240
Binary10111110101100111110000
Octal276131360

Shades and tints

Shades of #BE59F0

#BE59F0
(190,89,240)
#AD51DB
(173,81,219)
#9C49C6
(156,73,198)
#8B41B1
(139,65,177)
#7A399C
(122,57,156)
#693187
(105,49,135)
#582972
(88,41,114)
#47215D
(71,33,93)
#361948
(54,25,72)
#251133
(37,17,51)
#14091E
(20,9,30)
#000000
(0,0,0)

Tints of #BE59F0

#BE59F0
(190,89,240)
#C368F1
(195,104,241)
#C877F2
(200,119,242)
#CD86F3
(205,134,243)
#D295F4
(210,149,244)
#D7A4F5
(215,164,245)
#DCB3F6
(220,179,246)
#E1C2F7
(225,194,247)
#E6D1F8
(230,209,248)
#EBE0F9
(235,224,249)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE59F0 color. Also use rgb(190,89,240) instead hex code.

Text Font Color

.myTextColor { color: #BE59F0; }

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

This text font color is #BE59F0.


Background Color

.myBgColor { background-color: #BE59F0; }

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

This div background color is #BE59F0.


Border color

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

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

This div border color is #BE59F0.


Opacity

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

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

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

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

This text has shadow with #BE59F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE59F0 on black background.


Color preview on white background

This text has color #BE59F0 on white background.



Black color preview on #BE59F0 background

This text has black color on #BE59F0 background.


White color preview on #BE59F0 background

This text has white color on #BE59F0 background.