COLOR #BF61E5

HEX: #BF61E5
RGB: (191,97,229)

Color info

#BF61E5 contains mainly red and blue colors. Web safe color of #BF61E5 is #CC66CC (or #C6C).

RGB color model

#BF61E5 color RGB value is (191,97,229).

  • red value is 191;
  • green value is 97;
  • blue value is 229.
RGB:
(191,97,229)
(75%,38%,90%)

RGB channels and saturation

R 191 of 255 = 75%
G 97 of 255 = 38%
B 229 of 255 = 90%

191
97
229

R + G + B ~ 68%. #BF61E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 97 + 229 = 517 (100%)
R 191 of 517 ~ 36.94%
G 97 of 517 ~ 18.76%
B 229 of 517 ~ 44.29%

%36.94
%18.76
%44.29

CMYK color model

#BF61E5 color CMYK value is (17,58,0,10).

  • cyan value is 16.59%
  • magenta value is 57.64%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,58,0,10)
C17M58Y0K10 
(17%,58%,0%,10%)
(0.17/0.58/0.00/0.10)	

CMYK percentages

%16.59
%57.64
%0
%10.2

Codes

Color #BF61E5 in popluar color models

BF61E5
RGB19197229
HSL283°71.74%63.92%
HSB/HSV283°57.64%89.80%
CMYK16.59%57.64%0.00%
10.20%

Color #BF61E5 in popluar number systems.

HEXBF61E5
Decimal19197229
Binary10111111110000111100101
Octal277141345

Shades and tints

Shades of #BF61E5

#BF61E5
(191,97,229)
#AE59D1
(174,89,209)
#9D51BD
(157,81,189)
#8C49A9
(140,73,169)
#7B4195
(123,65,149)
#6A3981
(106,57,129)
#59316D
(89,49,109)
#482959
(72,41,89)
#372145
(55,33,69)
#261931
(38,25,49)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #BF61E5

#BF61E5
(191,97,229)
#C46FE7
(196,111,231)
#C97DE9
(201,125,233)
#CE8BEB
(206,139,235)
#D399ED
(211,153,237)
#D8A7EF
(216,167,239)
#DDB5F1
(221,181,241)
#E2C3F3
(226,195,243)
#E7D1F5
(231,209,245)
#ECDFF7
(236,223,247)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF61E5 color. Also use rgb(191,97,229) instead hex code.

Text Font Color

.myTextColor { color: #BF61E5; }

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

This text font color is #BF61E5.


Background Color

.myBgColor { background-color: #BF61E5; }

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

This div background color is #BF61E5.


Border color

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

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

This div border color is #BF61E5.


Opacity

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

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

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

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

This text has shadow with #BF61E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF61E5 on black background.


Color preview on white background

This text has color #BF61E5 on white background.



Black color preview on #BF61E5 background

This text has black color on #BF61E5 background.


White color preview on #BF61E5 background

This text has white color on #BF61E5 background.