COLOR #BE2FF9

HEX: #BE2FF9 RGB: (190,47,249)

Color info

#BE2FF9 contains mainly red and blue colors. Web safe color of #BE2FF9 is #CC33FF (or #C3F).

RGB color model

#BE2FF9 color RGB value is (190,47,249).

RGB: (190,47,249) (75%, 18%, 98%)

RGB channels and saturation

R 190 of 255 = 75%
G 47 of 255 = 18%
B 249 of 255 = 98%

190
47
249

R + G + B ~ 64%. #BE2FF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 47 + 249 = 486 (100%)
R 190 of 486 ~ 39.09%
G 47 of 486 ~ 9.67%
B 249 of 486 ~ 51.23'%

%39.09
%51.23

CMYK color model

#BE2FF9 color CMYK value is (24,81,0,2).

  • cyan value is 23.69%
  • magenta value is 81.12%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (24,81,0,2)
C24M81Y0K2 (24%, 81%, 0%, 2%)
(0.24 / 0.81 / 0.00 / 0.02)

CMYK percentages

%23.69
%81.12
%0
%2.35

Codes

Color #BE2FF9 in popluar color models

BE 2F F9
RGB 190 47 249
HSL 282° 94.39% 58.04%
HSB/HSV 282° 81.12% 97.65%
CMYK 23.69% 81.12% 0.00%
2.35%

Color #BE2FF9 in popluar number systems.

HEX BE 2F F9
Decimal 190 47 249
Binary 10111110 101111 11111001
Octal 276 57 371

Shades and tints

Shades of #BE2FF9

#BE2FF9
(190,47,249)
#AD2BE3
(173,43,227)
#9C27CD
(156,39,205)
#8B23B7
(139,35,183)
#7A1FA1
(122,31,161)
#691B8B
(105,27,139)
#581775
(88,23,117)
#47135F
(71,19,95)
#360F49
(54,15,73)
#250B33
(37,11,51)
#14071D
(20,7,29)
#000000
(0,0,0)

Tints of #BE2FF9

#BE2FF9
(190,47,249)
#C341F9
(195,65,249)
#C853F9
(200,83,249)
#CD65F9
(205,101,249)
#D277F9
(210,119,249)
#D789F9
(215,137,249)
#DC9BF9
(220,155,249)
#E1ADF9
(225,173,249)
#E6BFF9
(230,191,249)
#EBD1F9
(235,209,249)
#F0E3F9
(240,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2FF9 color. Also use rgb(190,47,249) instead hex code.

Text Font Color

.myTextColor { color: #BE2FF9; }

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

This text font color is #BE2FF9.

Background Color

.myBgColor { background-color: #BE2FF9; }

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

This div background color is #BE2FF9.

Border color

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

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

This div border color is #BE2FF9.

Opacity

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

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

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

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

This text has shadow with #BE2FF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE2FF9.

Preview

Color preview on black background

This text has color #BE2FF9 on black background.


Color preview on white background

This text has color #BE2FF9 on white background.


Black color preview on #BE2FF9 background

This text has black color on #BE2FF9 background.


White color preview on #BE2FF9 background

This text has white color on #BE2FF9 background.


Related colors

Complementary color

Complementary color for #hex is #41D006.


I love getcolorcode.com

Triadic colors

1 #F9BE2F and #2FF9BE with #BE2FF9 are triadic colors.

2 #F92FBE and #2FBEF9 with #BE2FF9 are triadic colors.