COLOR #BE539B

HEX: #BE539B RGB: (190,83,155)

Color info

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

RGB color model

#BE539B color RGB value is (190,83,155).

RGB: (190,83,155) (75%, 33%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 83 of 255 = 33%
B 155 of 255 = 61%

190
83
155

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

Portions of RGB colors in percentages

R + G + B = 190 + 83 + 155 = 428 (100%)
R 190 of 428 ~ 44.39%
G 83 of 428 ~ 19.39%
B 155 of 428 ~ 36.21'%

%44.39
%19.39
%36.21

CMYK color model

#BE539B color CMYK value is (0,56,18,25).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (0,56,18,25)
C0M56Y18K25 (0%, 56%, 18%, 25%)
(0.00 / 0.56 / 0.18 / 0.25)

CMYK percentages

%0
%56.32
%18.42
%25.49

Codes

Color #BE539B in popluar color models

BE 53 9B
RGB 190 83 155
HSL 320° 45.15% 53.53%
HSB/HSV 320° 56.32% 74.51%
CMYK 0.00% 56.32% 18.42%
25.49%

Color #BE539B in popluar number systems.

HEX BE 53 9B
Decimal 190 83 155
Binary 10111110 1010011 10011011
Octal 276 123 233

Shades and tints

Shades of #BE539B

#BE539B
(190,83,155)
#AD4C8D
(173,76,141)
#9C457F
(156,69,127)
#8B3E71
(139,62,113)
#7A3763
(122,55,99)
#693055
(105,48,85)
#582947
(88,41,71)
#472239
(71,34,57)
#361B2B
(54,27,43)
#25141D
(37,20,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #BE539B

#BE539B
(190,83,155)
#C362A4
(195,98,164)
#C871AD
(200,113,173)
#CD80B6
(205,128,182)
#D28FBF
(210,143,191)
#D79EC8
(215,158,200)
#DCADD1
(220,173,209)
#E1BCDA
(225,188,218)
#E6CBE3
(230,203,227)
#EBDAEC
(235,218,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE539B color. Also use rgb(190,83,155) instead hex code.

Text Font Color

.myTextColor { color: #BE539B; }

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

This text font color is #BE539B.

Background Color

.myBgColor { background-color: #BE539B; }

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

This div background color is #BE539B.

Border color

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

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

This div border color is #BE539B.

Opacity

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

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

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

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

This text has shadow with #BE539B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE539B.

Preview

Color preview on black background

This text has color #BE539B on black background.


Color preview on white background

This text has color #BE539B on white background.


Black color preview on #BE539B background

This text has black color on #BE539B background.


White color preview on #BE539B background

This text has white color on #BE539B background.


Related colors

Complementary color

Complementary color for #hex is #41AC64.


I love getcolorcode.com

Triadic colors

1 #9BBE53 and #539BBE with #BE539B are triadic colors.

2 #9B53BE and #53BE9B with #BE539B are triadic colors.