COLOR #BF55E5

HEX: #BF55E5
RGB: (191,85,229)

Color info

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

RGB color model

#BF55E5 color RGB value is (191,85,229).

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

RGB channels and saturation

R 191 of 255 = 75%
G 85 of 255 = 33%
B 229 of 255 = 90%

191
85
229

R + G + B ~ 66%. #BF55E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 85 + 229 = 505 (100%)
R 191 of 505 ~ 37.82%
G 85 of 505 ~ 16.83%
B 229 of 505 ~ 45.35%

%37.82
%16.83
%45.35

CMYK color model

#BF55E5 color CMYK value is (17,63,0,10).

  • cyan value is 16.59%
  • magenta value is 62.88%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,63,0,10)
C17M63Y0K10 
(17%,63%,0%,10%)
(0.17/0.63/0.00/0.10)	

CMYK percentages

%16.59
%62.88
%0
%10.2

Codes

Color #BF55E5 in popluar color models

BF55E5
RGB19185229
HSL284°73.47%61.57%
HSB/HSV284°62.88%89.80%
CMYK16.59%62.88%0.00%
10.20%

Color #BF55E5 in popluar number systems.

HEXBF55E5
Decimal19185229
Binary10111111101010111100101
Octal277125345

Shades and tints

Shades of #BF55E5

#BF55E5
(191,85,229)
#AE4ED1
(174,78,209)
#9D47BD
(157,71,189)
#8C40A9
(140,64,169)
#7B3995
(123,57,149)
#6A3281
(106,50,129)
#592B6D
(89,43,109)
#482459
(72,36,89)
#371D45
(55,29,69)
#261631
(38,22,49)
#150F1D
(21,15,29)
#000000
(0,0,0)

Tints of #BF55E5

#BF55E5
(191,85,229)
#C464E7
(196,100,231)
#C973E9
(201,115,233)
#CE82EB
(206,130,235)
#D391ED
(211,145,237)
#D8A0EF
(216,160,239)
#DDAFF1
(221,175,241)
#E2BEF3
(226,190,243)
#E7CDF5
(231,205,245)
#ECDCF7
(236,220,247)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF55E5; }

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

This text font color is #BF55E5.


Background Color

.myBgColor { background-color: #BF55E5; }

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

This div background color is #BF55E5.


Border color

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

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

This div border color is #BF55E5.


Opacity

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

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

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

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

This text has shadow with #BF55E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF55E5 on black background.


Color preview on white background

This text has color #BF55E5 on white background.



Black color preview on #BF55E5 background

This text has black color on #BF55E5 background.


White color preview on #BF55E5 background

This text has white color on #BF55E5 background.