COLOR #BE62C2

HEX: #BE62C2 RGB: (190,98,194)

Color info

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

RGB color model

#BE62C2 color RGB value is (190,98,194).

RGB: (190,98,194) (75%, 38%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 98 of 255 = 38%
B 194 of 255 = 76%

190
98
194

R + G + B ~ 63%. #BE62C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 98 + 194 = 482 (100%)
R 190 of 482 ~ 39.42%
G 98 of 482 ~ 20.33%
B 194 of 482 ~ 40.25'%

%39.42
%20.33
%40.25

CMYK color model

#BE62C2 color CMYK value is (2,49,0,24).

  • cyan value is 2.06%
  • magenta value is 49.48%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (2,49,0,24)
C2M49Y0K24 (2%, 49%, 0%, 24%)
(0.02 / 0.49 / 0.00 / 0.24)

CMYK percentages

%2.06
%49.48
%0
%23.92

Codes

Color #BE62C2 in popluar color models

BE 62 C2
RGB 190 98 194
HSL 298° 44.04% 57.25%
HSB/HSV 298° 49.48% 76.08%
CMYK 2.06% 49.48% 0.00%
23.92%

Color #BE62C2 in popluar number systems.

HEX BE 62 C2
Decimal 190 98 194
Binary 10111110 1100010 11000010
Octal 276 142 302

Shades and tints

Shades of #BE62C2

#BE62C2
(190,98,194)
#AD5AB1
(173,90,177)
#9C52A0
(156,82,160)
#8B4A8F
(139,74,143)
#7A427E
(122,66,126)
#693A6D
(105,58,109)
#58325C
(88,50,92)
#472A4B
(71,42,75)
#36223A
(54,34,58)
#251A29
(37,26,41)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #BE62C2

#BE62C2
(190,98,194)
#C370C7
(195,112,199)
#C87ECC
(200,126,204)
#CD8CD1
(205,140,209)
#D29AD6
(210,154,214)
#D7A8DB
(215,168,219)
#DCB6E0
(220,182,224)
#E1C4E5
(225,196,229)
#E6D2EA
(230,210,234)
#EBE0EF
(235,224,239)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE62C2; }

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

This text font color is #BE62C2.

Background Color

.myBgColor { background-color: #BE62C2; }

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

This div background color is #BE62C2.

Border color

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

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

This div border color is #BE62C2.

Opacity

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

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

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

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

This text has shadow with #BE62C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE62C2.

Preview

Color preview on black background

This text has color #BE62C2 on black background.


Color preview on white background

This text has color #BE62C2 on white background.


Black color preview on #BE62C2 background

This text has black color on #BE62C2 background.


White color preview on #BE62C2 background

This text has white color on #BE62C2 background.


Related colors

Complementary color

Complementary color for #hex is #419D3D.


I love getcolorcode.com

Triadic colors

1 #C2BE62 and #62C2BE with #BE62C2 are triadic colors.

2 #C262BE and #62BEC2 with #BE62C2 are triadic colors.