COLOR #BE59C4

HEX: #BE59C4
RGB: (190,89,196)

Color info

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

RGB color model

#BE59C4 color RGB value is (190,89,196).

  • red value is 190;
  • green value is 89;
  • blue value is 196.
RGB:
(190,89,196)
(75%,35%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 89 of 255 = 35%
B 196 of 255 = 77%

190
89
196

R + G + B ~ 62%. #BE59C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 89 + 196 = 475 (100%)
R 190 of 475 ~ 40%
G 89 of 475 ~ 18.74%
B 196 of 475 ~ 41.26%

%40
%18.74
%41.26

CMYK color model

#BE59C4 color CMYK value is (3,55,0,23).

  • cyan value is 3.06%
  • magenta value is 54.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(3,55,0,23)
C3M55Y0K23 
(3%,55%,0%,23%)
(0.03/0.55/0.00/0.23)	

CMYK percentages

%3.06
%54.59
%0
%23.14

Codes

Color #BE59C4 in popluar color models

BE59C4
RGB19089196
HSL297°47.56%55.88%
HSB/HSV297°54.59%76.86%
CMYK3.06%54.59%0.00%
23.14%

Color #BE59C4 in popluar number systems.

HEXBE59C4
Decimal19089196
Binary10111110101100111000100
Octal276131304

Shades and tints

Shades of #BE59C4

#BE59C4
(190,89,196)
#AD51B3
(173,81,179)
#9C49A2
(156,73,162)
#8B4191
(139,65,145)
#7A3980
(122,57,128)
#69316F
(105,49,111)
#58295E
(88,41,94)
#47214D
(71,33,77)
#36193C
(54,25,60)
#25112B
(37,17,43)
#14091A
(20,9,26)
#000000
(0,0,0)

Tints of #BE59C4

#BE59C4
(190,89,196)
#C368C9
(195,104,201)
#C877CE
(200,119,206)
#CD86D3
(205,134,211)
#D295D8
(210,149,216)
#D7A4DD
(215,164,221)
#DCB3E2
(220,179,226)
#E1C2E7
(225,194,231)
#E6D1EC
(230,209,236)
#EBE0F1
(235,224,241)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE59C4 color. Also use rgb(190,89,196) instead hex code.

Text Font Color

.myTextColor { color: #BE59C4; }

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

This text font color is #BE59C4.


Background Color

.myBgColor { background-color: #BE59C4; }

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

This div background color is #BE59C4.


Border color

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

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

This div border color is #BE59C4.


Opacity

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

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

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

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

This text has shadow with #BE59C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE59C4 on black background.


Color preview on white background

This text has color #BE59C4 on white background.



Black color preview on #BE59C4 background

This text has black color on #BE59C4 background.


White color preview on #BE59C4 background

This text has white color on #BE59C4 background.