COLOR #BF63EB

HEX: #BF63EB
RGB: (191,99,235)

Color info

#BF63EB contains mainly red and blue colors. Web safe color of #BF63EB is #CC66FF (or #C6F).

RGB color model

#BF63EB color RGB value is (191,99,235).

  • red value is 191;
  • green value is 99;
  • blue value is 235.
RGB:
(191,99,235)
(75%,39%,92%)

RGB channels and saturation

R 191 of 255 = 75%
G 99 of 255 = 39%
B 235 of 255 = 92%

191
99
235

R + G + B ~ 69%. #BF63EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 99 + 235 = 525 (100%)
R 191 of 525 ~ 36.38%
G 99 of 525 ~ 18.86%
B 235 of 525 ~ 44.76%

%36.38
%18.86
%44.76

CMYK color model

#BF63EB color CMYK value is (19,58,0,8).

  • cyan value is 18.72%
  • magenta value is 57.87%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,58,0,8)
C19M58Y0K8 
(19%,58%,0%,8%)
(0.19/0.58/0.00/0.08)	

CMYK percentages

%18.72
%57.87
%0
%7.84

Codes

Color #BF63EB in popluar color models

BF63EB
RGB19199235
HSL281°77.27%65.49%
HSB/HSV281°57.87%92.16%
CMYK18.72%57.87%0.00%
7.84%

Color #BF63EB in popluar number systems.

HEXBF63EB
Decimal19199235
Binary10111111110001111101011
Octal277143353

Shades and tints

Shades of #BF63EB

#BF63EB
(191,99,235)
#AE5AD6
(174,90,214)
#9D51C1
(157,81,193)
#8C48AC
(140,72,172)
#7B3F97
(123,63,151)
#6A3682
(106,54,130)
#592D6D
(89,45,109)
#482458
(72,36,88)
#371B43
(55,27,67)
#26122E
(38,18,46)
#150919
(21,9,25)
#000000
(0,0,0)

Tints of #BF63EB

#BF63EB
(191,99,235)
#C471EC
(196,113,236)
#C97FED
(201,127,237)
#CE8DEE
(206,141,238)
#D39BEF
(211,155,239)
#D8A9F0
(216,169,240)
#DDB7F1
(221,183,241)
#E2C5F2
(226,197,242)
#E7D3F3
(231,211,243)
#ECE1F4
(236,225,244)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF63EB color. Also use rgb(191,99,235) instead hex code.

Text Font Color

.myTextColor { color: #BF63EB; }

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

This text font color is #BF63EB.


Background Color

.myBgColor { background-color: #BF63EB; }

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

This div background color is #BF63EB.


Border color

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

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

This div border color is #BF63EB.


Opacity

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

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

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

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

This text has shadow with #BF63EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF63EB on black background.


Color preview on white background

This text has color #BF63EB on white background.



Black color preview on #BF63EB background

This text has black color on #BF63EB background.


White color preview on #BF63EB background

This text has white color on #BF63EB background.