COLOR #BD79F6

HEX: #BD79F6
RGB: (189,121,246)

Color info

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

RGB color model

#BD79F6 color RGB value is (189,121,246).

  • red value is 189;
  • green value is 121;
  • blue value is 246.
RGB:
(189,121,246)
(74%,47%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 246 of 255 = 96%

189
121
246

R + G + B ~ 72%. #BD79F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 121 + 246 = 556 (100%)
R 189 of 556 ~ 33.99%
G 121 of 556 ~ 21.76%
B 246 of 556 ~ 44.24%

%33.99
%21.76
%44.24

CMYK color model

#BD79F6 color CMYK value is (23,51,0,4).

  • cyan value is 23.17%
  • magenta value is 50.81%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,51,0,4)
C23M51Y0K4 
(23%,51%,0%,4%)
(0.23/0.51/0.00/0.04)	

CMYK percentages

%23.17
%50.81
%0
%3.53

Codes

Color #BD79F6 in popluar color models

BD79F6
RGB189121246
HSL273°87.41%71.96%
HSB/HSV273°50.81%96.47%
CMYK23.17%50.81%0.00%
3.53%

Color #BD79F6 in popluar number systems.

HEXBD79F6
Decimal189121246
Binary10111101111100111110110
Octal275171366

Shades and tints

Shades of #BD79F6

#BD79F6
(189,121,246)
#AC6EE0
(172,110,224)
#9B63CA
(155,99,202)
#8A58B4
(138,88,180)
#794D9E
(121,77,158)
#684288
(104,66,136)
#573772
(87,55,114)
#462C5C
(70,44,92)
#352146
(53,33,70)
#241630
(36,22,48)
#130B1A
(19,11,26)
#000000
(0,0,0)

Tints of #BD79F6

#BD79F6
(189,121,246)
#C385F6
(195,133,246)
#C991F6
(201,145,246)
#CF9DF6
(207,157,246)
#D5A9F6
(213,169,246)
#DBB5F6
(219,181,246)
#E1C1F6
(225,193,246)
#E7CDF6
(231,205,246)
#EDD9F6
(237,217,246)
#F3E5F6
(243,229,246)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD79F6 color. Also use rgb(189,121,246) instead hex code.

Text Font Color

.myTextColor { color: #BD79F6; }

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

This text font color is #BD79F6.


Background Color

.myBgColor { background-color: #BD79F6; }

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

This div background color is #BD79F6.


Border color

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

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

This div border color is #BD79F6.


Opacity

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

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

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

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

This text has shadow with #BD79F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD79F6 on black background.


Color preview on white background

This text has color #BD79F6 on white background.



Black color preview on #BD79F6 background

This text has black color on #BD79F6 background.


White color preview on #BD79F6 background

This text has white color on #BD79F6 background.