COLOR #BE7BED

HEX: #BE7BED
RGB: (190,123,237)

Color info

#BE7BED contains mainly red and blue colors. Web safe color of #BE7BED is #CC66FF (or #C6F).

RGB color model

#BE7BED color RGB value is (190,123,237).

  • red value is 190;
  • green value is 123;
  • blue value is 237.
RGB:
(190,123,237)
(75%,48%,93%)

RGB channels and saturation

R 190 of 255 = 75%
G 123 of 255 = 48%
B 237 of 255 = 93%

190
123
237

R + G + B ~ 72%. #BE7BED is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 123 + 237 = 550 (100%)
R 190 of 550 ~ 34.55%
G 123 of 550 ~ 22.36%
B 237 of 550 ~ 43.09%

%34.55
%22.36
%43.09

CMYK color model

#BE7BED color CMYK value is (20,48,0,7).

  • cyan value is 19.83%
  • magenta value is 48.10%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,48,0,7)
C20M48Y0K7 
(20%,48%,0%,7%)
(0.20/0.48/0.00/0.07)	

CMYK percentages

%19.83
%48.1
%0
%7.06

Codes

Color #BE7BED in popluar color models

BE7BED
RGB190123237
HSL275°76.00%70.59%
HSB/HSV275°48.10%92.94%
CMYK19.83%48.10%0.00%
7.06%

Color #BE7BED in popluar number systems.

HEXBE7BED
Decimal190123237
Binary10111110111101111101101
Octal276173355

Shades and tints

Shades of #BE7BED

#BE7BED
(190,123,237)
#AD70D8
(173,112,216)
#9C65C3
(156,101,195)
#8B5AAE
(139,90,174)
#7A4F99
(122,79,153)
#694484
(105,68,132)
#58396F
(88,57,111)
#472E5A
(71,46,90)
#362345
(54,35,69)
#251830
(37,24,48)
#140D1B
(20,13,27)
#000000
(0,0,0)

Tints of #BE7BED

#BE7BED
(190,123,237)
#C387EE
(195,135,238)
#C893EF
(200,147,239)
#CD9FF0
(205,159,240)
#D2ABF1
(210,171,241)
#D7B7F2
(215,183,242)
#DCC3F3
(220,195,243)
#E1CFF4
(225,207,244)
#E6DBF5
(230,219,245)
#EBE7F6
(235,231,246)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7BED color. Also use rgb(190,123,237) instead hex code.

Text Font Color

.myTextColor { color: #BE7BED; }

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

This text font color is #BE7BED.


Background Color

.myBgColor { background-color: #BE7BED; }

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

This div background color is #BE7BED.


Border color

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

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

This div border color is #BE7BED.


Opacity

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

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

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

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

This text has shadow with #BE7BED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7BED on black background.


Color preview on white background

This text has color #BE7BED on white background.



Black color preview on #BE7BED background

This text has black color on #BE7BED background.


White color preview on #BE7BED background

This text has white color on #BE7BED background.