COLOR #BE6DCD

HEX: #BE6DCD RGB: (190,109,205)

Color info

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

RGB color model

#BE6DCD color RGB value is (190,109,205).

RGB: (190,109,205) (75%, 43%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 205 of 255 = 80%

190
109
205

R + G + B ~ 66%. #BE6DCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 109 + 205 = 504 (100%)
R 190 of 504 ~ 37.7%
G 109 of 504 ~ 21.63%
B 205 of 504 ~ 40.67'%

%37.7
%21.63
%40.67

CMYK color model

#BE6DCD color CMYK value is (7,47,0,20).

  • cyan value is 7.32%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (7,47,0,20)
C7M47Y0K20 (7%, 47%, 0%, 20%)
(0.07 / 0.47 / 0.00 / 0.20)

CMYK percentages

%7.32
%46.83
%0
%19.61

Codes

Color #BE6DCD in popluar color models

BE 6D CD
RGB 190 109 205
HSL 291° 48.98% 61.57%
HSB/HSV 291° 46.83% 80.39%
CMYK 7.32% 46.83% 0.00%
19.61%

Color #BE6DCD in popluar number systems.

HEX BE 6D CD
Decimal 190 109 205
Binary 10111110 1101101 11001101
Octal 276 155 315

Shades and tints

Shades of #BE6DCD

#BE6DCD
(190,109,205)
#AD64BB
(173,100,187)
#9C5BA9
(156,91,169)
#8B5297
(139,82,151)
#7A4985
(122,73,133)
#694073
(105,64,115)
#583761
(88,55,97)
#472E4F
(71,46,79)
#36253D
(54,37,61)
#251C2B
(37,28,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #BE6DCD

#BE6DCD
(190,109,205)
#C37AD1
(195,122,209)
#C887D5
(200,135,213)
#CD94D9
(205,148,217)
#D2A1DD
(210,161,221)
#D7AEE1
(215,174,225)
#DCBBE5
(220,187,229)
#E1C8E9
(225,200,233)
#E6D5ED
(230,213,237)
#EBE2F1
(235,226,241)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6DCD color. Also use rgb(190,109,205) instead hex code.

Text Font Color

.myTextColor { color: #BE6DCD; }

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

This text font color is #BE6DCD.

Background Color

.myBgColor { background-color: #BE6DCD; }

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

This div background color is #BE6DCD.

Border color

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

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

This div border color is #BE6DCD.

Opacity

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

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

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

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

This text has shadow with #BE6DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6DCD.

Preview

Color preview on black background

This text has color #BE6DCD on black background.


Color preview on white background

This text has color #BE6DCD on white background.


Black color preview on #BE6DCD background

This text has black color on #BE6DCD background.


White color preview on #BE6DCD background

This text has white color on #BE6DCD background.


Related colors

Complementary color

Complementary color for #hex is #419232.


I love getcolorcode.com

Triadic colors

1 #CDBE6D and #6DCDBE with #BE6DCD are triadic colors.

2 #CD6DBE and #6DBECD with #BE6DCD are triadic colors.