COLOR #BE64CA

HEX: #BE64CA RGB: (190,100,202)

Color info

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

RGB color model

#BE64CA color RGB value is (190,100,202).

RGB: (190,100,202) (75%, 39%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 100 of 255 = 39%
B 202 of 255 = 79%

190
100
202

R + G + B ~ 64%. #BE64CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 100 + 202 = 492 (100%)
R 190 of 492 ~ 38.62%
G 100 of 492 ~ 20.33%
B 202 of 492 ~ 41.06'%

%38.62
%20.33
%41.06

CMYK color model

#BE64CA color CMYK value is (6,50,0,21).

  • cyan value is 5.94%
  • magenta value is 50.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (6,50,0,21) C6M50Y0K21 (6%,50%,0%,21%) (0.06/0.50/0.00/0.21) 

CMYK percentages

%5.94
%50.5
%0
%20.78

Codes

Color #BE64CA in popluar color models

BE 64 CA
RGB 190 100 202
HSL 293° 49.04% 59.22%
HSB/HSV 293° 50.50% 79.22%
CMYK 5.94% 50.50% 0.00%
20.78%

Color #BE64CA in popluar number systems.

HEX BE 64 CA
Decimal 190 100 202
Binary 10111110 1100100 11001010
Octal 276 144 312

Shades and tints

Shades of #BE64CA

#BE64CA
(190,100,202)
#AD5BB8
(173,91,184)
#9C52A6
(156,82,166)
#8B4994
(139,73,148)
#7A4082
(122,64,130)
#693770
(105,55,112)
#582E5E
(88,46,94)
#47254C
(71,37,76)
#361C3A
(54,28,58)
#251328
(37,19,40)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #BE64CA

#BE64CA
(190,100,202)
#C372CE
(195,114,206)
#C880D2
(200,128,210)
#CD8ED6
(205,142,214)
#D29CDA
(210,156,218)
#D7AADE
(215,170,222)
#DCB8E2
(220,184,226)
#E1C6E6
(225,198,230)
#E6D4EA
(230,212,234)
#EBE2EE
(235,226,238)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE64CA; }

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

This text font color is #BE64CA.

Background Color

.myBgColor { background-color: #BE64CA; }

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

This div background color is #BE64CA.

Border color

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

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

This div border color is #BE64CA.

Opacity

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

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

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

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

This text has shadow with #BE64CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE64CA.

Preview

Color preview on black background

This text has color #BE64CA on black background.


Color preview on white background

This text has color #BE64CA on white background.


Black color preview on #BE64CA background

This text has black color on #BE64CA background.


White color preview on #BE64CA background

This text has white color on #BE64CA background.


Related colors

Complementary color

Complementary color for #hex is #419B35.


I love getcolorcode.com

Triadic colors

1 #CABE64 and #64CABE with #BE64CA are triadic colors.

2 #CA64BE and #64BECA with #BE64CA are triadic colors.