COLOR #BE7DD3

HEX: #BE7DD3 RGB: (190,125,211)

Color info

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

RGB color model

#BE7DD3 color RGB value is (190,125,211).

RGB: (190,125,211) (75%, 49%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 211 of 255 = 83%

190
125
211

R + G + B ~ 69%. #BE7DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 125 + 211 = 526 (100%)
R 190 of 526 ~ 36.12%
G 125 of 526 ~ 23.76%
B 211 of 526 ~ 40.11'%

%36.12
%23.76
%40.11

CMYK color model

#BE7DD3 color CMYK value is (10,41,0,17).

  • cyan value is 9.95%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (10,41,0,17)
C10M41Y0K17 (10%, 41%, 0%, 17%)
(0.10 / 0.41 / 0.00 / 0.17)

CMYK percentages

%9.95
%40.76
%0
%17.25

Codes

Color #BE7DD3 in popluar color models

BE 7D D3
RGB 190 125 211
HSL 285° 49.43% 65.88%
HSB/HSV 285° 40.76% 82.75%
CMYK 9.95% 40.76% 0.00%
17.25%

Color #BE7DD3 in popluar number systems.

HEX BE 7D D3
Decimal 190 125 211
Binary 10111110 1111101 11010011
Octal 276 175 323

Shades and tints

Shades of #BE7DD3

#BE7DD3
(190,125,211)
#AD72C0
(173,114,192)
#9C67AD
(156,103,173)
#8B5C9A
(139,92,154)
#7A5187
(122,81,135)
#694674
(105,70,116)
#583B61
(88,59,97)
#47304E
(71,48,78)
#36253B
(54,37,59)
#251A28
(37,26,40)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #BE7DD3

#BE7DD3
(190,125,211)
#C388D7
(195,136,215)
#C893DB
(200,147,219)
#CD9EDF
(205,158,223)
#D2A9E3
(210,169,227)
#D7B4E7
(215,180,231)
#DCBFEB
(220,191,235)
#E1CAEF
(225,202,239)
#E6D5F3
(230,213,243)
#EBE0F7
(235,224,247)
#F0EBFB
(240,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7DD3 color. Also use rgb(190,125,211) instead hex code.

Text Font Color

.myTextColor { color: #BE7DD3; }

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

This text font color is #BE7DD3.

Background Color

.myBgColor { background-color: #BE7DD3; }

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

This div background color is #BE7DD3.

Border color

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

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

This div border color is #BE7DD3.

Opacity

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

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

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

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

This text has shadow with #BE7DD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7DD3.

Preview

Color preview on black background

This text has color #BE7DD3 on black background.


Color preview on white background

This text has color #BE7DD3 on white background.


Black color preview on #BE7DD3 background

This text has black color on #BE7DD3 background.


White color preview on #BE7DD3 background

This text has white color on #BE7DD3 background.


Related colors

Complementary color

Complementary color for #hex is #41822C.


I love getcolorcode.com

Triadic colors

1 #D3BE7D and #7DD3BE with #BE7DD3 are triadic colors.

2 #D37DBE and #7DBED3 with #BE7DD3 are triadic colors.