COLOR #BE95F9

HEX: #BE95F9 RGB: (190,149,249)

Color info

#BE95F9 contains mainly red and blue colors. Web safe color of #BE95F9 is #CC99FF (or #C9F).

RGB color model

#BE95F9 color RGB value is (190,149,249).

RGB: (190,149,249) (75%, 58%, 98%)

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 249 of 255 = 98%

190
149
249

R + G + B ~ 77%. #BE95F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 149 + 249 = 588 (100%)
R 190 of 588 ~ 32.31%
G 149 of 588 ~ 25.34%
B 249 of 588 ~ 42.35'%

%32.31
%25.34
%42.35

CMYK color model

#BE95F9 color CMYK value is (24,40,0,2).

  • cyan value is 23.69%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (24,40,0,2)
C24M40Y0K2 (24%, 40%, 0%, 2%)
(0.24 / 0.40 / 0.00 / 0.02)

CMYK percentages

%23.69
%40.16
%0
%2.35

Codes

Color #BE95F9 in popluar color models

BE 95 F9
RGB 190 149 249
HSL 265° 89.29% 78.04%
HSB/HSV 265° 40.16% 97.65%
CMYK 23.69% 40.16% 0.00%
2.35%

Color #BE95F9 in popluar number systems.

HEX BE 95 F9
Decimal 190 149 249
Binary 10111110 10010101 11111001
Octal 276 225 371

Shades and tints

Shades of #BE95F9

#BE95F9
(190,149,249)
#AD88E3
(173,136,227)
#9C7BCD
(156,123,205)
#8B6EB7
(139,110,183)
#7A61A1
(122,97,161)
#69548B
(105,84,139)
#584775
(88,71,117)
#473A5F
(71,58,95)
#362D49
(54,45,73)
#252033
(37,32,51)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #BE95F9

#BE95F9
(190,149,249)
#C39EF9
(195,158,249)
#C8A7F9
(200,167,249)
#CDB0F9
(205,176,249)
#D2B9F9
(210,185,249)
#D7C2F9
(215,194,249)
#DCCBF9
(220,203,249)
#E1D4F9
(225,212,249)
#E6DDF9
(230,221,249)
#EBE6F9
(235,230,249)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE95F9; }

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

This text font color is #BE95F9.

Background Color

.myBgColor { background-color: #BE95F9; }

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

This div background color is #BE95F9.

Border color

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

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

This div border color is #BE95F9.

Opacity

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

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

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

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

This text has shadow with #BE95F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE95F9.

Preview

Color preview on black background

This text has color #BE95F9 on black background.


Color preview on white background

This text has color #BE95F9 on white background.


Black color preview on #BE95F9 background

This text has black color on #BE95F9 background.


White color preview on #BE95F9 background

This text has white color on #BE95F9 background.


Related colors

Complementary color

Complementary color for #hex is #416A06.


I love getcolorcode.com

Triadic colors

1 #F9BE95 and #95F9BE with #BE95F9 are triadic colors.

2 #F995BE and #95BEF9 with #BE95F9 are triadic colors.