COLOR #BE3DA8

HEX: #BE3DA8 RGB: (190,61,168)

Color info

#BE3DA8 contains mainly red and blue colors. Web safe color of #BE3DA8 is #CC3399 (or #C39).

RGB color model

#BE3DA8 color RGB value is (190,61,168).

RGB: (190,61,168) (75%, 24%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 61 of 255 = 24%
B 168 of 255 = 66%

190
61
168

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

Portions of RGB colors in percentages

R + G + B = 190 + 61 + 168 = 419 (100%)
R 190 of 419 ~ 45.35%
G 61 of 419 ~ 14.56%
B 168 of 419 ~ 40.1'%

%45.35
%14.56
%40.1

CMYK color model

#BE3DA8 color CMYK value is (0,68,12,25).

  • cyan value is 0.00%
  • magenta value is 67.89%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK: (0,68,12,25) C0M68Y12K25 (0%,68%,12%,25%) (0.00/0.68/0.12/0.25) 

CMYK percentages

%0
%67.89
%11.58
%25.49

Codes

Color #BE3DA8 in popluar color models

BE 3D A8
RGB 190 61 168
HSL 310° 51.39% 49.22%
HSB/HSV 310° 67.89% 74.51%
CMYK 0.00% 67.89% 11.58%
25.49%

Color #BE3DA8 in popluar number systems.

HEX BE 3D A8
Decimal 190 61 168
Binary 10111110 111101 10101000
Octal 276 75 250

Shades and tints

Shades of #BE3DA8

#BE3DA8
(190,61,168)
#AD3899
(173,56,153)
#9C338A
(156,51,138)
#8B2E7B
(139,46,123)
#7A296C
(122,41,108)
#69245D
(105,36,93)
#581F4E
(88,31,78)
#471A3F
(71,26,63)
#361530
(54,21,48)
#251021
(37,16,33)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #BE3DA8

#BE3DA8
(190,61,168)
#C34EAF
(195,78,175)
#C85FB6
(200,95,182)
#CD70BD
(205,112,189)
#D281C4
(210,129,196)
#D792CB
(215,146,203)
#DCA3D2
(220,163,210)
#E1B4D9
(225,180,217)
#E6C5E0
(230,197,224)
#EBD6E7
(235,214,231)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE3DA8; }

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

This text font color is #BE3DA8.

Background Color

.myBgColor { background-color: #BE3DA8; }

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

This div background color is #BE3DA8.

Border color

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

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

This div border color is #BE3DA8.

Opacity

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

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

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

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

This text has shadow with #BE3DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE3DA8.

Preview

Color preview on black background

This text has color #BE3DA8 on black background.


Color preview on white background

This text has color #BE3DA8 on white background.


Black color preview on #BE3DA8 background

This text has black color on #BE3DA8 background.


White color preview on #BE3DA8 background

This text has white color on #BE3DA8 background.


Related colors

Complementary color

Complementary color for #hex is #41C257.


I love getcolorcode.com

Triadic colors

1 #A8BE3D and #3DA8BE with #BE3DA8 are triadic colors.

2 #A83DBE and #3DBEA8 with #BE3DA8 are triadic colors.