COLOR #BE91DC

HEX: #BE91DC
RGB: (190,145,220)

Color info

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

RGB color model

#BE91DC color RGB value is (190,145,220).

  • red value is 190;
  • green value is 145;
  • blue value is 220.
RGB:
(190,145,220)
(75%,57%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 220 of 255 = 86%

190
145
220

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

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 220 = 555 (100%)
R 190 of 555 ~ 34.23%
G 145 of 555 ~ 26.13%
B 220 of 555 ~ 39.64%

%34.23
%26.13
%39.64

CMYK color model

#BE91DC color CMYK value is (14,34,0,14).

  • cyan value is 13.64%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,34,0,14)
C14M34Y0K14 
(14%,34%,0%,14%)
(0.14/0.34/0.00/0.14)	

CMYK percentages

%13.64
%34.09
%0
%13.73

Codes

Color #BE91DC in popluar color models

BE91DC
RGB190145220
HSL276°51.72%71.57%
HSB/HSV276°34.09%86.27%
CMYK13.64%34.09%0.00%
13.73%

Color #BE91DC in popluar number systems.

HEXBE91DC
Decimal190145220
Binary101111101001000111011100
Octal276221334

Shades and tints

Shades of #BE91DC

#BE91DC
(190,145,220)
#AD84C8
(173,132,200)
#9C77B4
(156,119,180)
#8B6AA0
(139,106,160)
#7A5D8C
(122,93,140)
#695078
(105,80,120)
#584364
(88,67,100)
#473650
(71,54,80)
#36293C
(54,41,60)
#251C28
(37,28,40)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BE91DC

#BE91DC
(190,145,220)
#C39BDF
(195,155,223)
#C8A5E2
(200,165,226)
#CDAFE5
(205,175,229)
#D2B9E8
(210,185,232)
#D7C3EB
(215,195,235)
#DCCDEE
(220,205,238)
#E1D7F1
(225,215,241)
#E6E1F4
(230,225,244)
#EBEBF7
(235,235,247)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE91DC color. Also use rgb(190,145,220) instead hex code.

Text Font Color

.myTextColor { color: #BE91DC; }

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

This text font color is #BE91DC.


Background Color

.myBgColor { background-color: #BE91DC; }

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

This div background color is #BE91DC.


Border color

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

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

This div border color is #BE91DC.


Opacity

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

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

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

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

This text has shadow with #BE91DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE91DC on black background.


Color preview on white background

This text has color #BE91DC on white background.



Black color preview on #BE91DC background

This text has black color on #BE91DC background.


White color preview on #BE91DC background

This text has white color on #BE91DC background.