COLOR #BE73CF

HEX: #BE73CF RGB: (190,115,207)

Color info

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

RGB color model

#BE73CF color RGB value is (190,115,207).

RGB: (190,115,207) (75%, 45%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 115 of 255 = 45%
B 207 of 255 = 81%

190
115
207

R + G + B ~ 67%. #BE73CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 115 + 207 = 512 (100%)
R 190 of 512 ~ 37.11%
G 115 of 512 ~ 22.46%
B 207 of 512 ~ 40.43'%

%37.11
%22.46
%40.43

CMYK color model

#BE73CF color CMYK value is (8,44,0,19).

  • cyan value is 8.21%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (8,44,0,19)
C8M44Y0K19 (8%, 44%, 0%, 19%)
(0.08 / 0.44 / 0.00 / 0.19)

CMYK percentages

%8.21
%44.44
%0
%18.82

Codes

Color #BE73CF in popluar color models

BE 73 CF
RGB 190 115 207
HSL 289° 48.94% 63.14%
HSB/HSV 289° 44.44% 81.18%
CMYK 8.21% 44.44% 0.00%
18.82%

Color #BE73CF in popluar number systems.

HEX BE 73 CF
Decimal 190 115 207
Binary 10111110 1110011 11001111
Octal 276 163 317

Shades and tints

Shades of #BE73CF

#BE73CF
(190,115,207)
#AD69BD
(173,105,189)
#9C5FAB
(156,95,171)
#8B5599
(139,85,153)
#7A4B87
(122,75,135)
#694175
(105,65,117)
#583763
(88,55,99)
#472D51
(71,45,81)
#36233F
(54,35,63)
#25192D
(37,25,45)
#140F1B
(20,15,27)
#000000
(0,0,0)

Tints of #BE73CF

#BE73CF
(190,115,207)
#C37FD3
(195,127,211)
#C88BD7
(200,139,215)
#CD97DB
(205,151,219)
#D2A3DF
(210,163,223)
#D7AFE3
(215,175,227)
#DCBBE7
(220,187,231)
#E1C7EB
(225,199,235)
#E6D3EF
(230,211,239)
#EBDFF3
(235,223,243)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE73CF; }

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

This text font color is #BE73CF.

Background Color

.myBgColor { background-color: #BE73CF; }

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

This div background color is #BE73CF.

Border color

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

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

This div border color is #BE73CF.

Opacity

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

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

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

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

This text has shadow with #BE73CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE73CF.

Preview

Color preview on black background

This text has color #BE73CF on black background.


Color preview on white background

This text has color #BE73CF on white background.


Black color preview on #BE73CF background

This text has black color on #BE73CF background.


White color preview on #BE73CF background

This text has white color on #BE73CF background.


Related colors

Complementary color

Complementary color for #hex is #418C30.


I love getcolorcode.com

Triadic colors

1 #CFBE73 and #73CFBE with #BE73CF are triadic colors.

2 #CF73BE and #73BECF with #BE73CF are triadic colors.