COLOR #BE28E3

HEX: #BE28E3
RGB: (190,40,227)

Color info

#BE28E3 contains mainly red and blue colors. Web safe color of #BE28E3 is #CC33CC (or #C3C).

RGB color model

#BE28E3 color RGB value is (190,40,227).

  • red value is 190;
  • green value is 40;
  • blue value is 227.
RGB:
(190,40,227)
(75%,16%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 40 of 255 = 16%
B 227 of 255 = 89%

190
40
227

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

Portions of RGB colors in percentages

R + G + B =
190 + 40 + 227 = 457 (100%)
R 190 of 457 ~ 41.58%
G 40 of 457 ~ 8.75%
B 227 of 457 ~ 49.67%

%41.58
%49.67

CMYK color model

#BE28E3 color CMYK value is (16,82,0,11).

  • cyan value is 16.30%
  • magenta value is 82.38%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,82,0,11)
C16M82Y0K11 
(16%,82%,0%,11%)
(0.16/0.82/0.00/0.11)	

CMYK percentages

%16.3
%82.38
%0
%10.98

Codes

Color #BE28E3 in popluar color models

BE28E3
RGB19040227
HSL288°76.95%52.35%
HSB/HSV288°82.38%89.02%
CMYK16.30%82.38%0.00%
10.98%

Color #BE28E3 in popluar number systems.

HEXBE28E3
Decimal19040227
Binary1011111010100011100011
Octal27650343

Shades and tints

Shades of #BE28E3

#BE28E3
(190,40,227)
#AD25CF
(173,37,207)
#9C22BB
(156,34,187)
#8B1FA7
(139,31,167)
#7A1C93
(122,28,147)
#69197F
(105,25,127)
#58166B
(88,22,107)
#471357
(71,19,87)
#361043
(54,16,67)
#250D2F
(37,13,47)
#140A1B
(20,10,27)
#000000
(0,0,0)

Tints of #BE28E3

#BE28E3
(190,40,227)
#C33BE5
(195,59,229)
#C84EE7
(200,78,231)
#CD61E9
(205,97,233)
#D274EB
(210,116,235)
#D787ED
(215,135,237)
#DC9AEF
(220,154,239)
#E1ADF1
(225,173,241)
#E6C0F3
(230,192,243)
#EBD3F5
(235,211,245)
#F0E6F7
(240,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE28E3 color. Also use rgb(190,40,227) instead hex code.

Text Font Color

.myTextColor { color: #BE28E3; }

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

This text font color is #BE28E3.


Background Color

.myBgColor { background-color: #BE28E3; }

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

This div background color is #BE28E3.


Border color

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

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

This div border color is #BE28E3.


Opacity

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

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

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

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

This text has shadow with #BE28E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE28E3 on black background.


Color preview on white background

This text has color #BE28E3 on white background.



Black color preview on #BE28E3 background

This text has black color on #BE28E3 background.


White color preview on #BE28E3 background

This text has white color on #BE28E3 background.