COLOR #BF95E8

HEX: #BF95E8 RGB: (191,149,232)

Color info

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

RGB color model

#BF95E8 color RGB value is (191,149,232).

RGB: (191,149,232) (75%, 58%, 91%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 232 of 255 = 91%

191
149
232

R + G + B ~ 75%. #BF95E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 149 + 232 = 572 (100%)
R 191 of 572 ~ 33.39%
G 149 of 572 ~ 26.05%
B 232 of 572 ~ 40.56'%

%33.39
%26.05
%40.56

CMYK color model

#BF95E8 color CMYK value is (18,36,0,9).

  • cyan value is 17.67%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (18,36,0,9)
C18M36Y0K9 (18%, 36%, 0%, 9%)
(0.18 / 0.36 / 0.00 / 0.09)

CMYK percentages

%17.67
%35.78
%0
%9.02

Codes

Color #BF95E8 in popluar color models

BF 95 E8
RGB 191 149 232
HSL 270° 64.34% 74.71%
HSB/HSV 270° 35.78% 90.98%
CMYK 17.67% 35.78% 0.00%
9.02%

Color #BF95E8 in popluar number systems.

HEX BF 95 E8
Decimal 191 149 232
Binary 10111111 10010101 11101000
Octal 277 225 350

Shades and tints

Shades of #BF95E8

#BF95E8
(191,149,232)
#AE88D3
(174,136,211)
#9D7BBE
(157,123,190)
#8C6EA9
(140,110,169)
#7B6194
(123,97,148)
#6A547F
(106,84,127)
#59476A
(89,71,106)
#483A55
(72,58,85)
#372D40
(55,45,64)
#26202B
(38,32,43)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #BF95E8

#BF95E8
(191,149,232)
#C49EEA
(196,158,234)
#C9A7EC
(201,167,236)
#CEB0EE
(206,176,238)
#D3B9F0
(211,185,240)
#D8C2F2
(216,194,242)
#DDCBF4
(221,203,244)
#E2D4F6
(226,212,246)
#E7DDF8
(231,221,248)
#ECE6FA
(236,230,250)
#F1EFFC
(241,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF95E8 color. Also use rgb(191,149,232) instead hex code.

Text Font Color

.myTextColor { color: #BF95E8; }

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

This text font color is #BF95E8.

Background Color

.myBgColor { background-color: #BF95E8; }

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

This div background color is #BF95E8.

Border color

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

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

This div border color is #BF95E8.

Opacity

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

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

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

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

This text has shadow with #BF95E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF95E8.

Preview

Color preview on black background

This text has color #BF95E8 on black background.


Color preview on white background

This text has color #BF95E8 on white background.


Black color preview on #BF95E8 background

This text has black color on #BF95E8 background.


White color preview on #BF95E8 background

This text has white color on #BF95E8 background.


Related colors

Complementary color

Complementary color for #hex is #406A17.


I love getcolorcode.com

Triadic colors

1 #E8BF95 and #95E8BF with #BF95E8 are triadic colors.

2 #E895BF and #95BFE8 with #BF95E8 are triadic colors.