COLOR #BE94D3

HEX: #BE94D3 RGB: (190,148,211)

Color info

#BE94D3 contains mainly red and blue colors. Web safe color of #BE94D3 is #CC99CC (or #C9C).

RGB color model

#BE94D3 color RGB value is (190,148,211).

RGB: (190,148,211) (75%, 58%, 83%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 211 of 255 = 83%

190
148
211

R + G + B ~ 72%. #BE94D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 211 = 549 (100%)
R 190 of 549 ~ 34.61%
G 148 of 549 ~ 26.96%
B 211 of 549 ~ 38.43'%

%34.61
%26.96
%38.43

CMYK color model

#BE94D3 color CMYK value is (10,30,0,17).

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

CMYK: (10,30,0,17)
C10M30Y0K17 (10%, 30%, 0%, 17%)
(0.10 / 0.30 / 0.00 / 0.17)

CMYK percentages

%9.95
%29.86
%0
%17.25

Codes

Color #BE94D3 in popluar color models

BE 94 D3
RGB 190 148 211
HSL 280° 41.72% 70.39%
HSB/HSV 280° 29.86% 82.75%
CMYK 9.95% 29.86% 0.00%
17.25%

Color #BE94D3 in popluar number systems.

HEX BE 94 D3
Decimal 190 148 211
Binary 10111110 10010100 11010011
Octal 276 224 323

Shades and tints

Shades of #BE94D3

#BE94D3
(190,148,211)
#AD87C0
(173,135,192)
#9C7AAD
(156,122,173)
#8B6D9A
(139,109,154)
#7A6087
(122,96,135)
#695374
(105,83,116)
#584661
(88,70,97)
#47394E
(71,57,78)
#362C3B
(54,44,59)
#251F28
(37,31,40)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BE94D3

#BE94D3
(190,148,211)
#C39DD7
(195,157,215)
#C8A6DB
(200,166,219)
#CDAFDF
(205,175,223)
#D2B8E3
(210,184,227)
#D7C1E7
(215,193,231)
#DCCAEB
(220,202,235)
#E1D3EF
(225,211,239)
#E6DCF3
(230,220,243)
#EBE5F7
(235,229,247)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE94D3; }

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

This text font color is #BE94D3.

Background Color

.myBgColor { background-color: #BE94D3; }

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

This div background color is #BE94D3.

Border color

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

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

This div border color is #BE94D3.

Opacity

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

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

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

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

This text has shadow with #BE94D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE94D3.

Preview

Color preview on black background

This text has color #BE94D3 on black background.


Color preview on white background

This text has color #BE94D3 on white background.


Black color preview on #BE94D3 background

This text has black color on #BE94D3 background.


White color preview on #BE94D3 background

This text has white color on #BE94D3 background.


Related colors

Complementary color

Complementary color for #hex is #416B2C.


I love getcolorcode.com

Triadic colors

1 #D3BE94 and #94D3BE with #BE94D3 are triadic colors.

2 #D394BE and #94BED3 with #BE94D3 are triadic colors.