COLOR #BE5DB0

HEX: #BE5DB0
RGB: (190,93,176)

Color info

#BE5DB0 contains mainly red and blue colors. Web safe color of #BE5DB0 is #CC6699 (or #C69).

RGB color model

#BE5DB0 color RGB value is (190,93,176).

  • red value is 190;
  • green value is 93;
  • blue value is 176.
RGB:
(190,93,176)
(75%,36%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 93 of 255 = 36%
B 176 of 255 = 69%

190
93
176

R + G + B ~ 60%. #BE5DB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 93 + 176 = 459 (100%)
R 190 of 459 ~ 41.39%
G 93 of 459 ~ 20.26%
B 176 of 459 ~ 38.34%

%41.39
%20.26
%38.34

CMYK color model

#BE5DB0 color CMYK value is (0,51,7,25).

  • cyan value is 0.00%
  • magenta value is 51.05%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,51,7,25)
C0M51Y7K25 
(0%,51%,7%,25%)
(0.00/0.51/0.07/0.25)	

CMYK percentages

%0
%51.05
%7.37
%25.49

Codes

Color #BE5DB0 in popluar color models

BE5DB0
RGB19093176
HSL309°42.73%55.49%
HSB/HSV309°51.05%74.51%
CMYK0.00%51.05%7.37%
25.49%

Color #BE5DB0 in popluar number systems.

HEXBE5DB0
Decimal19093176
Binary10111110101110110110000
Octal276135260

Shades and tints

Shades of #BE5DB0

#BE5DB0
(190,93,176)
#AD55A0
(173,85,160)
#9C4D90
(156,77,144)
#8B4580
(139,69,128)
#7A3D70
(122,61,112)
#693560
(105,53,96)
#582D50
(88,45,80)
#472540
(71,37,64)
#361D30
(54,29,48)
#251520
(37,21,32)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #BE5DB0

#BE5DB0
(190,93,176)
#C36BB7
(195,107,183)
#C879BE
(200,121,190)
#CD87C5
(205,135,197)
#D295CC
(210,149,204)
#D7A3D3
(215,163,211)
#DCB1DA
(220,177,218)
#E1BFE1
(225,191,225)
#E6CDE8
(230,205,232)
#EBDBEF
(235,219,239)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5DB0 color. Also use rgb(190,93,176) instead hex code.

Text Font Color

.myTextColor { color: #BE5DB0; }

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

This text font color is #BE5DB0.


Background Color

.myBgColor { background-color: #BE5DB0; }

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

This div background color is #BE5DB0.


Border color

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

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

This div border color is #BE5DB0.


Opacity

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

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

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

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

This text has shadow with #BE5DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5DB0 on black background.


Color preview on white background

This text has color #BE5DB0 on white background.



Black color preview on #BE5DB0 background

This text has black color on #BE5DB0 background.


White color preview on #BE5DB0 background

This text has white color on #BE5DB0 background.