COLOR #BE73FF

HEX: #BE73FF RGB: (190,115,255)

Color info

#BE73FF contains mainly blue color. Web safe color of #BE73FF is #CC66FF (or #C6F).

RGB color model

#BE73FF color RGB value is (190,115,255).

RGB: (190,115,255) (75%, 45%, 100%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 255 of 255 = 100%

190
115
255

R + G + B ~ 73%. #BE73FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 115 + 255 = 560 (100%)
R 190 of 560 ~ 33.93%
G 115 of 560 ~ 20.54%
B 255 of 560 ~ 45.54'%

%33.93
%20.54
%45.54

CMYK color model

#BE73FF color CMYK value is (25,55,0,0).

  • cyan value is 25.49%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (25,55,0,0)
C25M55Y0K0 (25%, 55%, 0%, 0%)
(0.25 / 0.55 / 0.00 / 0.00)

CMYK percentages

%25.49
%54.9
%0
%0

Codes

Color #BE73FF in popluar color models

BE 73 FF
RGB 190 115 255
HSL 272° 100.00% 72.55%
HSB/HSV 272° 54.90% 100.00%
CMYK 25.49% 54.90% 0.00%
0.00%

Color #BE73FF in popluar number systems.

HEX BE 73 FF
Decimal 190 115 255
Binary 10111110 1110011 11111111
Octal 276 163 377

Shades and tints

Shades of #BE73FF

#BE73FF
(190,115,255)
#AD69E8
(173,105,232)
#9C5FD1
(156,95,209)
#8B55BA
(139,85,186)
#7A4BA3
(122,75,163)
#69418C
(105,65,140)
#583775
(88,55,117)
#472D5E
(71,45,94)
#362347
(54,35,71)
#251930
(37,25,48)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #BE73FF

#BE73FF
(190,115,255)
#C37FFF
(195,127,255)
#C88BFF
(200,139,255)
#CD97FF
(205,151,255)
#D2A3FF
(210,163,255)
#D7AFFF
(215,175,255)
#DCBBFF
(220,187,255)
#E1C7FF
(225,199,255)
#E6D3FF
(230,211,255)
#EBDFFF
(235,223,255)
#F0EBFF
(240,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE73FF color. Also use rgb(190,115,255) instead hex code.

Text Font Color

.myTextColor { color: #BE73FF; }

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

This text font color is #BE73FF.

Background Color

.myBgColor { background-color: #BE73FF; }

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

This div background color is #BE73FF.

Border color

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

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

This div border color is #BE73FF.

Opacity

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

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

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

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

This text has shadow with #BE73FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE73FF.

Preview

Color preview on black background

This text has color #BE73FF on black background.


Color preview on white background

This text has color #BE73FF on white background.


Black color preview on #BE73FF background

This text has black color on #BE73FF background.


White color preview on #BE73FF background

This text has white color on #BE73FF background.


Related colors

Complementary color

Complementary color for #hex is #418C00.


I love getcolorcode.com

Triadic colors

1 #FFBE73 and #73FFBE with #BE73FF are triadic colors.

2 #FF73BE and #73BEFF with #BE73FF are triadic colors.