COLOR #BE83BE

HEX: #BE83BE
RGB: (190,131,190)

Color info

#BE83BE contains red, green and blue colors in about the same proportion. Web safe color of #BE83BE is #CC99CC (or #C9C).

RGB color model

#BE83BE color RGB value is (190,131,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 131 of 255 = 51%
B 190 of 255 = 75%

190
131
190

R + G + B ~ 67%. #BE83BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 131 + 190 = 511 (100%)
R 190 of 511 ~ 37.18%
G 131 of 511 ~ 25.64%
B 190 of 511 ~ 37.18%

%37.18
%25.64
%37.18

CMYK color model

#BE83BE color CMYK value is (0,31,0,25).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,31,0,25)
C0M31Y0K25 
(0%,31%,0%,25%)
(0.00/0.31/0.00/0.25)	

CMYK percentages

%0
%31.05
%0
%25.49

Codes

Color #BE83BE in popluar color models

BE83BE
RGB190131190
HSL300°31.22%62.94%
HSB/HSV300°31.05%74.51%
CMYK0.00%31.05%0.00%
25.49%

Color #BE83BE in popluar number systems.

HEXBE83BE
Decimal190131190
Binary101111101000001110111110
Octal276203276

Shades and tints

Shades of #BE83BE

#BE83BE
(190,131,190)
#AD78AD
(173,120,173)
#9C6D9C
(156,109,156)
#8B628B
(139,98,139)
#7A577A
(122,87,122)
#694C69
(105,76,105)
#584158
(88,65,88)
#473647
(71,54,71)
#362B36
(54,43,54)
#252025
(37,32,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BE83BE

#BE83BE
(190,131,190)
#C38EC3
(195,142,195)
#C899C8
(200,153,200)
#CDA4CD
(205,164,205)
#D2AFD2
(210,175,210)
#D7BAD7
(215,186,215)
#DCC5DC
(220,197,220)
#E1D0E1
(225,208,225)
#E6DBE6
(230,219,230)
#EBE6EB
(235,230,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE83BE; }

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

This text font color is #BE83BE.


Background Color

.myBgColor { background-color: #BE83BE; }

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

This div background color is #BE83BE.


Border color

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

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

This div border color is #BE83BE.


Opacity

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

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

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

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

This text has shadow with #BE83BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE83BE on black background.


Color preview on white background

This text has color #BE83BE on white background.



Black color preview on #BE83BE background

This text has black color on #BE83BE background.


White color preview on #BE83BE background

This text has white color on #BE83BE background.