COLOR #BE93DD

HEX: #BE93DD RGB: (190,147,221)

Color info

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

RGB color model

#BE93DD color RGB value is (190,147,221).

RGB: (190,147,221) (75%, 58%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 221 of 255 = 87%

190
147
221

R + G + B ~ 73%. #BE93DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 221 = 558 (100%)
R 190 of 558 ~ 34.05%
G 147 of 558 ~ 26.34%
B 221 of 558 ~ 39.61'%

%34.05
%26.34
%39.61

CMYK color model

#BE93DD color CMYK value is (14,33,0,13).

  • cyan value is 14.03%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (14,33,0,13)
C14M33Y0K13 (14%, 33%, 0%, 13%)
(0.14 / 0.33 / 0.00 / 0.13)

CMYK percentages

%14.03
%33.48
%0
%13.33

Codes

Color #BE93DD in popluar color models

BE 93 DD
RGB 190 147 221
HSL 275° 52.11% 72.16%
HSB/HSV 275° 33.48% 86.67%
CMYK 14.03% 33.48% 0.00%
13.33%

Color #BE93DD in popluar number systems.

HEX BE 93 DD
Decimal 190 147 221
Binary 10111110 10010011 11011101
Octal 276 223 335

Shades and tints

Shades of #BE93DD

#BE93DD
(190,147,221)
#AD86C9
(173,134,201)
#9C79B5
(156,121,181)
#8B6CA1
(139,108,161)
#7A5F8D
(122,95,141)
#695279
(105,82,121)
#584565
(88,69,101)
#473851
(71,56,81)
#362B3D
(54,43,61)
#251E29
(37,30,41)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #BE93DD

#BE93DD
(190,147,221)
#C39CE0
(195,156,224)
#C8A5E3
(200,165,227)
#CDAEE6
(205,174,230)
#D2B7E9
(210,183,233)
#D7C0EC
(215,192,236)
#DCC9EF
(220,201,239)
#E1D2F2
(225,210,242)
#E6DBF5
(230,219,245)
#EBE4F8
(235,228,248)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE93DD color. Also use rgb(190,147,221) instead hex code.

Text Font Color

.myTextColor { color: #BE93DD; }

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

This text font color is #BE93DD.

Background Color

.myBgColor { background-color: #BE93DD; }

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

This div background color is #BE93DD.

Border color

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

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

This div border color is #BE93DD.

Opacity

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

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

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

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

This text has shadow with #BE93DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE93DD.

Preview

Color preview on black background

This text has color #BE93DD on black background.


Color preview on white background

This text has color #BE93DD on white background.


Black color preview on #BE93DD background

This text has black color on #BE93DD background.


White color preview on #BE93DD background

This text has white color on #BE93DD background.


Related colors

Complementary color

Complementary color for #hex is #416C22.


I love getcolorcode.com

Triadic colors

1 #DDBE93 and #93DDBE with #BE93DD are triadic colors.

2 #DD93BE and #93BEDD with #BE93DD are triadic colors.