COLOR #BE00BE

HEX: #BE00BE
RGB: (190,0,190)

Color info

#BE00BE contains only red and blue colors. Web safe color of #BE00BE is #CC00CC (or #C0C).

RGB color model

#BE00BE color RGB value is (190,0,190).

  • red value is 190;
  • green value is 0;
  • blue value is 190.
RGB:
(190,0,190)
(75%,0%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 0 of 255 = 0%
B 190 of 255 = 75%

190
0
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 0 + 190 = 380 (100%)
R 190 of 380 ~ 50%
G 0 of 380 ~ 0%
B 190 of 380 ~ 50%

%50
%50

CMYK color model

#BE00BE color CMYK value is (0,100,0,25).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,100,0,25)
C0M100Y0K25 
(0%,100%,0%,25%)
(0.00/1.00/0.00/0.25)	

CMYK percentages

%0
%100
%0
%25.49

Codes

Color #BE00BE in popluar color models

BE00BE
RGB1900190
HSL300°100.00%37.25%
HSB/HSV300°100.00%74.51%
CMYK0.00%100.00%0.00%
25.49%

Color #BE00BE in popluar number systems.

HEXBE00BE
Decimal1900190
Binary10111110010111110
Octal2760276

Shades and tints

Shades of #BE00BE

#BE00BE
(190,0,190)
#AD00AD
(173,0,173)
#9C009C
(156,0,156)
#8B008B
(139,0,139)
#7A007A
(122,0,122)
#690069
(105,0,105)
#580058
(88,0,88)
#470047
(71,0,71)
#360036
(54,0,54)
#250025
(37,0,37)
#140014
(20,0,20)
#000000
(0,0,0)

Tints of #BE00BE

#BE00BE
(190,0,190)
#C317C3
(195,23,195)
#C82EC8
(200,46,200)
#CD45CD
(205,69,205)
#D25CD2
(210,92,210)
#D773D7
(215,115,215)
#DC8ADC
(220,138,220)
#E1A1E1
(225,161,225)
#E6B8E6
(230,184,230)
#EBCFEB
(235,207,235)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE00BE; }

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

This text font color is #BE00BE.


Background Color

.myBgColor { background-color: #BE00BE; }

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

This div background color is #BE00BE.


Border color

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

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

This div border color is #BE00BE.


Opacity

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

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

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

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

This text has shadow with #BE00BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE00BE on black background.


Color preview on white background

This text has color #BE00BE on white background.



Black color preview on #BE00BE background

This text has black color on #BE00BE background.


White color preview on #BE00BE background

This text has white color on #BE00BE background.