COLOR #BE68D5

HEX: #BE68D5
RGB: (190,104,213)

Color info

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

RGB color model

#BE68D5 color RGB value is (190,104,213).

  • red value is 190;
  • green value is 104;
  • blue value is 213.
RGB:
(190,104,213)
(75%,41%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 104 of 255 = 41%
B 213 of 255 = 84%

190
104
213

R + G + B ~ 67%. #BE68D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 104 + 213 = 507 (100%)
R 190 of 507 ~ 37.48%
G 104 of 507 ~ 20.51%
B 213 of 507 ~ 42.01%

%37.48
%20.51
%42.01

CMYK color model

#BE68D5 color CMYK value is (11,51,0,16).

  • cyan value is 10.80%
  • magenta value is 51.17%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(11,51,0,16)
C11M51Y0K16 
(11%,51%,0%,16%)
(0.11/0.51/0.00/0.16)	

CMYK percentages

%10.8
%51.17
%0
%16.47

Codes

Color #BE68D5 in popluar color models

BE68D5
RGB190104213
HSL287°56.48%62.16%
HSB/HSV287°51.17%83.53%
CMYK10.80%51.17%0.00%
16.47%

Color #BE68D5 in popluar number systems.

HEXBE68D5
Decimal190104213
Binary10111110110100011010101
Octal276150325

Shades and tints

Shades of #BE68D5

#BE68D5
(190,104,213)
#AD5FC2
(173,95,194)
#9C56AF
(156,86,175)
#8B4D9C
(139,77,156)
#7A4489
(122,68,137)
#693B76
(105,59,118)
#583263
(88,50,99)
#472950
(71,41,80)
#36203D
(54,32,61)
#25172A
(37,23,42)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #BE68D5

#BE68D5
(190,104,213)
#C375D8
(195,117,216)
#C882DB
(200,130,219)
#CD8FDE
(205,143,222)
#D29CE1
(210,156,225)
#D7A9E4
(215,169,228)
#DCB6E7
(220,182,231)
#E1C3EA
(225,195,234)
#E6D0ED
(230,208,237)
#EBDDF0
(235,221,240)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE68D5 color. Also use rgb(190,104,213) instead hex code.

Text Font Color

.myTextColor { color: #BE68D5; }

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

This text font color is #BE68D5.


Background Color

.myBgColor { background-color: #BE68D5; }

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

This div background color is #BE68D5.


Border color

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

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

This div border color is #BE68D5.


Opacity

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

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

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

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

This text has shadow with #BE68D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE68D5 on black background.


Color preview on white background

This text has color #BE68D5 on white background.



Black color preview on #BE68D5 background

This text has black color on #BE68D5 background.


White color preview on #BE68D5 background

This text has white color on #BE68D5 background.