COLOR #BE73DA

HEX: #BE73DA RGB: (190,115,218)

Color info

#BE73DA contains mainly red and blue colors. Web safe color of #BE73DA is #CC66CC (or #C6C).

RGB color model

#BE73DA color RGB value is (190,115,218).

RGB: (190,115,218) (75%, 45%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 218 of 255 = 85%

190
115
218

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

Portions of RGB colors in percentages

R + G + B = 190 + 115 + 218 = 523 (100%)
R 190 of 523 ~ 36.33%
G 115 of 523 ~ 21.99%
B 218 of 523 ~ 41.68'%

%36.33
%21.99
%41.68

CMYK color model

#BE73DA color CMYK value is (13,47,0,15).

  • cyan value is 12.84%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (13,47,0,15)
C13M47Y0K15 (13%, 47%, 0%, 15%)
(0.13 / 0.47 / 0.00 / 0.15)

CMYK percentages

%12.84
%47.25
%0
%14.51

Codes

Color #BE73DA in popluar color models

BE 73 DA
RGB 190 115 218
HSL 284° 58.19% 65.29%
HSB/HSV 284° 47.25% 85.49%
CMYK 12.84% 47.25% 0.00%
14.51%

Color #BE73DA in popluar number systems.

HEX BE 73 DA
Decimal 190 115 218
Binary 10111110 1110011 11011010
Octal 276 163 332

Shades and tints

Shades of #BE73DA

#BE73DA
(190,115,218)
#AD69C7
(173,105,199)
#9C5FB4
(156,95,180)
#8B55A1
(139,85,161)
#7A4B8E
(122,75,142)
#69417B
(105,65,123)
#583768
(88,55,104)
#472D55
(71,45,85)
#362342
(54,35,66)
#25192F
(37,25,47)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #BE73DA

#BE73DA
(190,115,218)
#C37FDD
(195,127,221)
#C88BE0
(200,139,224)
#CD97E3
(205,151,227)
#D2A3E6
(210,163,230)
#D7AFE9
(215,175,233)
#DCBBEC
(220,187,236)
#E1C7EF
(225,199,239)
#E6D3F2
(230,211,242)
#EBDFF5
(235,223,245)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE73DA; }

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

This text font color is #BE73DA.

Background Color

.myBgColor { background-color: #BE73DA; }

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

This div background color is #BE73DA.

Border color

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

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

This div border color is #BE73DA.

Opacity

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

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

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

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

This text has shadow with #BE73DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE73DA.

Preview

Color preview on black background

This text has color #BE73DA on black background.


Color preview on white background

This text has color #BE73DA on white background.


Black color preview on #BE73DA background

This text has black color on #BE73DA background.


White color preview on #BE73DA background

This text has white color on #BE73DA background.


Related colors

Complementary color

Complementary color for #hex is #418C25.


I love getcolorcode.com

Triadic colors

1 #DABE73 and #73DABE with #BE73DA are triadic colors.

2 #DA73BE and #73BEDA with #BE73DA are triadic colors.