COLOR #BE73BE

HEX: #BE73BE
RGB: (190,115,190)

Color info

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

RGB color model

#BE73BE color RGB value is (190,115,190).

  • red value is 190;
  • green value is 115;
  • blue value is 190.
RGB:
(190,115,190)
(75%,45%,75%)

RGB channels and saturation

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

190
115
190

R + G + B ~ 65%. #BE73BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 115 + 190 = 495 (100%)
R 190 of 495 ~ 38.38%
G 115 of 495 ~ 23.23%
B 190 of 495 ~ 38.38%

%38.38
%23.23
%38.38

CMYK color model

#BE73BE color CMYK value is (0,39,0,25).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,39,0,25)
C0M39Y0K25 
(0%,39%,0%,25%)
(0.00/0.39/0.00/0.25)	

CMYK percentages

%0
%39.47
%0
%25.49

Codes

Color #BE73BE in popluar color models

BE73BE
RGB190115190
HSL300°36.59%59.80%
HSB/HSV300°39.47%74.51%
CMYK0.00%39.47%0.00%
25.49%

Color #BE73BE in popluar number systems.

HEXBE73BE
Decimal190115190
Binary10111110111001110111110
Octal276163276

Shades and tints

Shades of #BE73BE

#BE73BE
(190,115,190)
#AD69AD
(173,105,173)
#9C5F9C
(156,95,156)
#8B558B
(139,85,139)
#7A4B7A
(122,75,122)
#694169
(105,65,105)
#583758
(88,55,88)
#472D47
(71,45,71)
#362336
(54,35,54)
#251925
(37,25,37)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BE73BE

#BE73BE
(190,115,190)
#C37FC3
(195,127,195)
#C88BC8
(200,139,200)
#CD97CD
(205,151,205)
#D2A3D2
(210,163,210)
#D7AFD7
(215,175,215)
#DCBBDC
(220,187,220)
#E1C7E1
(225,199,225)
#E6D3E6
(230,211,230)
#EBDFEB
(235,223,235)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE73BE; }

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

This text font color is #BE73BE.


Background Color

.myBgColor { background-color: #BE73BE; }

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

This div background color is #BE73BE.


Border color

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

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

This div border color is #BE73BE.


Opacity

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

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

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

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

This text has shadow with #BE73BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE73BE on black background.


Color preview on white background

This text has color #BE73BE on white background.



Black color preview on #BE73BE background

This text has black color on #BE73BE background.


White color preview on #BE73BE background

This text has white color on #BE73BE background.