COLOR #BE64D1

HEX: #BE64D1 RGB: (190,100,209)

Color info

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

RGB color model

#BE64D1 color RGB value is (190,100,209).

RGB: (190,100,209) (75%, 39%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 100 of 255 = 39%
B 209 of 255 = 82%

190
100
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 100 + 209 = 499 (100%)
R 190 of 499 ~ 38.08%
G 100 of 499 ~ 20.04%
B 209 of 499 ~ 41.88'%

%38.08
%20.04
%41.88

CMYK color model

#BE64D1 color CMYK value is (9,52,0,18).

  • cyan value is 9.09%
  • magenta value is 52.15%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (9,52,0,18)
C9M52Y0K18 (9%, 52%, 0%, 18%)
(0.09 / 0.52 / 0.00 / 0.18)

CMYK percentages

%9.09
%52.15
%0
%18.04

Codes

Color #BE64D1 in popluar color models

BE 64 D1
RGB 190 100 209
HSL 290° 54.23% 60.59%
HSB/HSV 290° 52.15% 81.96%
CMYK 9.09% 52.15% 0.00%
18.04%

Color #BE64D1 in popluar number systems.

HEX BE 64 D1
Decimal 190 100 209
Binary 10111110 1100100 11010001
Octal 276 144 321

Shades and tints

Shades of #BE64D1

#BE64D1
(190,100,209)
#AD5BBE
(173,91,190)
#9C52AB
(156,82,171)
#8B4998
(139,73,152)
#7A4085
(122,64,133)
#693772
(105,55,114)
#582E5F
(88,46,95)
#47254C
(71,37,76)
#361C39
(54,28,57)
#251326
(37,19,38)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #BE64D1

#BE64D1
(190,100,209)
#C372D5
(195,114,213)
#C880D9
(200,128,217)
#CD8EDD
(205,142,221)
#D29CE1
(210,156,225)
#D7AAE5
(215,170,229)
#DCB8E9
(220,184,233)
#E1C6ED
(225,198,237)
#E6D4F1
(230,212,241)
#EBE2F5
(235,226,245)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE64D1; }

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

This text font color is #BE64D1.

Background Color

.myBgColor { background-color: #BE64D1; }

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

This div background color is #BE64D1.

Border color

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

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

This div border color is #BE64D1.

Opacity

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

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

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

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

This text has shadow with #BE64D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE64D1.

Preview

Color preview on black background

This text has color #BE64D1 on black background.


Color preview on white background

This text has color #BE64D1 on white background.


Black color preview on #BE64D1 background

This text has black color on #BE64D1 background.


White color preview on #BE64D1 background

This text has white color on #BE64D1 background.


Related colors

Complementary color

Complementary color for #hex is #419B2E.


I love getcolorcode.com

Triadic colors

1 #D1BE64 and #64D1BE with #BE64D1 are triadic colors.

2 #D164BE and #64BED1 with #BE64D1 are triadic colors.