COLOR #BE7FCB

HEX: #BE7FCB RGB: (190,127,203)

Color info

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

RGB color model

#BE7FCB color RGB value is (190,127,203).

RGB: (190,127,203) (75%, 50%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 203 of 255 = 80%

190
127
203

R + G + B ~ 68%. #BE7FCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 127 + 203 = 520 (100%)
R 190 of 520 ~ 36.54%
G 127 of 520 ~ 24.42%
B 203 of 520 ~ 39.04'%

%36.54
%24.42
%39.04

CMYK color model

#BE7FCB color CMYK value is (6,37,0,20).

  • cyan value is 6.40%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (6,37,0,20)
C6M37Y0K20 (6%, 37%, 0%, 20%)
(0.06 / 0.37 / 0.00 / 0.20)

CMYK percentages

%6.4
%37.44
%0
%20.39

Codes

Color #BE7FCB in popluar color models

BE 7F CB
RGB 190 127 203
HSL 290° 42.22% 64.71%
HSB/HSV 290° 37.44% 79.61%
CMYK 6.40% 37.44% 0.00%
20.39%

Color #BE7FCB in popluar number systems.

HEX BE 7F CB
Decimal 190 127 203
Binary 10111110 1111111 11001011
Octal 276 177 313

Shades and tints

Shades of #BE7FCB

#BE7FCB
(190,127,203)
#AD74B9
(173,116,185)
#9C69A7
(156,105,167)
#8B5E95
(139,94,149)
#7A5383
(122,83,131)
#694871
(105,72,113)
#583D5F
(88,61,95)
#47324D
(71,50,77)
#36273B
(54,39,59)
#251C29
(37,28,41)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BE7FCB

#BE7FCB
(190,127,203)
#C38ACF
(195,138,207)
#C895D3
(200,149,211)
#CDA0D7
(205,160,215)
#D2ABDB
(210,171,219)
#D7B6DF
(215,182,223)
#DCC1E3
(220,193,227)
#E1CCE7
(225,204,231)
#E6D7EB
(230,215,235)
#EBE2EF
(235,226,239)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7FCB color. Also use rgb(190,127,203) instead hex code.

Text Font Color

.myTextColor { color: #BE7FCB; }

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

This text font color is #BE7FCB.

Background Color

.myBgColor { background-color: #BE7FCB; }

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

This div background color is #BE7FCB.

Border color

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

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

This div border color is #BE7FCB.

Opacity

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

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

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

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

This text has shadow with #BE7FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7FCB.

Preview

Color preview on black background

This text has color #BE7FCB on black background.


Color preview on white background

This text has color #BE7FCB on white background.


Black color preview on #BE7FCB background

This text has black color on #BE7FCB background.


White color preview on #BE7FCB background

This text has white color on #BE7FCB background.


Related colors

Complementary color

Complementary color for #hex is #418034.


I love getcolorcode.com

Triadic colors

1 #CBBE7F and #7FCBBE with #BE7FCB are triadic colors.

2 #CB7FBE and #7FBECB with #BE7FCB are triadic colors.