COLOR #BE82CF

HEX: #BE82CF RGB: (190,130,207)

Color info

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

RGB color model

#BE82CF color RGB value is (190,130,207).

RGB: (190,130,207) (75%, 51%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 130 of 255 = 51%
B 207 of 255 = 81%

190
130
207

R + G + B ~ 69%. #BE82CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 130 + 207 = 527 (100%)
R 190 of 527 ~ 36.05%
G 130 of 527 ~ 24.67%
B 207 of 527 ~ 39.28'%

%36.05
%24.67
%39.28

CMYK color model

#BE82CF color CMYK value is (8,37,0,19).

  • cyan value is 8.21%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (8,37,0,19)
C8M37Y0K19 (8%, 37%, 0%, 19%)
(0.08 / 0.37 / 0.00 / 0.19)

CMYK percentages

%8.21
%37.2
%0
%18.82

Codes

Color #BE82CF in popluar color models

BE 82 CF
RGB 190 130 207
HSL 287° 44.51% 66.08%
HSB/HSV 287° 37.20% 81.18%
CMYK 8.21% 37.20% 0.00%
18.82%

Color #BE82CF in popluar number systems.

HEX BE 82 CF
Decimal 190 130 207
Binary 10111110 10000010 11001111
Octal 276 202 317

Shades and tints

Shades of #BE82CF

#BE82CF
(190,130,207)
#AD77BD
(173,119,189)
#9C6CAB
(156,108,171)
#8B6199
(139,97,153)
#7A5687
(122,86,135)
#694B75
(105,75,117)
#584063
(88,64,99)
#473551
(71,53,81)
#362A3F
(54,42,63)
#251F2D
(37,31,45)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BE82CF

#BE82CF
(190,130,207)
#C38DD3
(195,141,211)
#C898D7
(200,152,215)
#CDA3DB
(205,163,219)
#D2AEDF
(210,174,223)
#D7B9E3
(215,185,227)
#DCC4E7
(220,196,231)
#E1CFEB
(225,207,235)
#E6DAEF
(230,218,239)
#EBE5F3
(235,229,243)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE82CF color. Also use rgb(190,130,207) instead hex code.

Text Font Color

.myTextColor { color: #BE82CF; }

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

This text font color is #BE82CF.

Background Color

.myBgColor { background-color: #BE82CF; }

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

This div background color is #BE82CF.

Border color

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

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

This div border color is #BE82CF.

Opacity

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

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

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

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

This text has shadow with #BE82CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE82CF.

Preview

Color preview on black background

This text has color #BE82CF on black background.


Color preview on white background

This text has color #BE82CF on white background.


Black color preview on #BE82CF background

This text has black color on #BE82CF background.


White color preview on #BE82CF background

This text has white color on #BE82CF background.


Related colors

Complementary color

Complementary color for #hex is #417D30.


I love getcolorcode.com

Triadic colors

1 #CFBE82 and #82CFBE with #BE82CF are triadic colors.

2 #CF82BE and #82BECF with #BE82CF are triadic colors.