COLOR #BE509F

HEX: #BE509F
RGB: (190,80,159)

Color info

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

RGB color model

#BE509F color RGB value is (190,80,159).

  • red value is 190;
  • green value is 80;
  • blue value is 159.
RGB:
(190,80,159)
(75%,31%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 80 of 255 = 31%
B 159 of 255 = 62%

190
80
159

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

Portions of RGB colors in percentages

R + G + B =
190 + 80 + 159 = 429 (100%)
R 190 of 429 ~ 44.29%
G 80 of 429 ~ 18.65%
B 159 of 429 ~ 37.06%

%44.29
%18.65
%37.06

CMYK color model

#BE509F color CMYK value is (0,58,16,25).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(0,58,16,25)
C0M58Y16K25 
(0%,58%,16%,25%)
(0.00/0.58/0.16/0.25)	

CMYK percentages

%0
%57.89
%16.32
%25.49

Codes

Color #BE509F in popluar color models

BE509F
RGB19080159
HSL317°45.83%52.94%
HSB/HSV317°57.89%74.51%
CMYK0.00%57.89%16.32%
25.49%

Color #BE509F in popluar number systems.

HEXBE509F
Decimal19080159
Binary10111110101000010011111
Octal276120237

Shades and tints

Shades of #BE509F

#BE509F
(190,80,159)
#AD4991
(173,73,145)
#9C4283
(156,66,131)
#8B3B75
(139,59,117)
#7A3467
(122,52,103)
#692D59
(105,45,89)
#58264B
(88,38,75)
#471F3D
(71,31,61)
#36182F
(54,24,47)
#251121
(37,17,33)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #BE509F

#BE509F
(190,80,159)
#C35FA7
(195,95,167)
#C86EAF
(200,110,175)
#CD7DB7
(205,125,183)
#D28CBF
(210,140,191)
#D79BC7
(215,155,199)
#DCAACF
(220,170,207)
#E1B9D7
(225,185,215)
#E6C8DF
(230,200,223)
#EBD7E7
(235,215,231)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE509F color. Also use rgb(190,80,159) instead hex code.

Text Font Color

.myTextColor { color: #BE509F; }

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

This text font color is #BE509F.


Background Color

.myBgColor { background-color: #BE509F; }

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

This div background color is #BE509F.


Border color

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

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

This div border color is #BE509F.


Opacity

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

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

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

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

This text has shadow with #BE509F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE509F on black background.


Color preview on white background

This text has color #BE509F on white background.



Black color preview on #BE509F background

This text has black color on #BE509F background.


White color preview on #BE509F background

This text has white color on #BE509F background.