COLOR #BE63A6

HEX: #BE63A6 RGB: (190,99,166)

Color info

#BE63A6 contains mainly red and blue colors. Web safe color of #BE63A6 is #CC6699 (or #C69).

RGB color model

#BE63A6 color RGB value is (190,99,166).

RGB: (190,99,166) (75%, 39%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 99 of 255 = 39%
B 166 of 255 = 65%

190
99
166

R + G + B ~ 60%. #BE63A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 99 + 166 = 455 (100%)
R 190 of 455 ~ 41.76%
G 99 of 455 ~ 21.76%
B 166 of 455 ~ 36.48'%

%41.76
%21.76
%36.48

CMYK color model

#BE63A6 color CMYK value is (0,48,13,25).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 12.63%
  • key color value is 25.49%

CMYK: (0,48,13,25)
C0M48Y13K25 (0%, 48%, 13%, 25%)
(0.00 / 0.48 / 0.13 / 0.25)

CMYK percentages

%0
%47.89
%12.63
%25.49

Codes

Color #BE63A6 in popluar color models

BE 63 A6
RGB 190 99 166
HSL 316° 41.18% 56.67%
HSB/HSV 316° 47.89% 74.51%
CMYK 0.00% 47.89% 12.63%
25.49%

Color #BE63A6 in popluar number systems.

HEX BE 63 A6
Decimal 190 99 166
Binary 10111110 1100011 10100110
Octal 276 143 246

Shades and tints

Shades of #BE63A6

#BE63A6
(190,99,166)
#AD5A97
(173,90,151)
#9C5188
(156,81,136)
#8B4879
(139,72,121)
#7A3F6A
(122,63,106)
#69365B
(105,54,91)
#582D4C
(88,45,76)
#47243D
(71,36,61)
#361B2E
(54,27,46)
#25121F
(37,18,31)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #BE63A6

#BE63A6
(190,99,166)
#C371AE
(195,113,174)
#C87FB6
(200,127,182)
#CD8DBE
(205,141,190)
#D29BC6
(210,155,198)
#D7A9CE
(215,169,206)
#DCB7D6
(220,183,214)
#E1C5DE
(225,197,222)
#E6D3E6
(230,211,230)
#EBE1EE
(235,225,238)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE63A6; }

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

This text font color is #BE63A6.

Background Color

.myBgColor { background-color: #BE63A6; }

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

This div background color is #BE63A6.

Border color

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

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

This div border color is #BE63A6.

Opacity

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

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

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

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

This text has shadow with #BE63A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE63A6.

Preview

Color preview on black background

This text has color #BE63A6 on black background.


Color preview on white background

This text has color #BE63A6 on white background.


Black color preview on #BE63A6 background

This text has black color on #BE63A6 background.


White color preview on #BE63A6 background

This text has white color on #BE63A6 background.


Related colors

Complementary color

Complementary color for #hex is #419C59.


I love getcolorcode.com

Triadic colors

1 #A6BE63 and #63A6BE with #BE63A6 are triadic colors.

2 #A663BE and #63BEA6 with #BE63A6 are triadic colors.