COLOR #BD7AF5

HEX: #BD7AF5
RGB: (189,122,245)

Color info

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

RGB color model

#BD7AF5 color RGB value is (189,122,245).

  • red value is 189;
  • green value is 122;
  • blue value is 245.
RGB:
(189,122,245)
(74%,48%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 245 of 255 = 96%

189
122
245

R + G + B ~ 73%. #BD7AF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 122 + 245 = 556 (100%)
R 189 of 556 ~ 33.99%
G 122 of 556 ~ 21.94%
B 245 of 556 ~ 44.06%

%33.99
%21.94
%44.06

CMYK color model

#BD7AF5 color CMYK value is (23,50,0,4).

  • cyan value is 22.86%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(23,50,0,4)
C23M50Y0K4 
(23%,50%,0%,4%)
(0.23/0.50/0.00/0.04)	

CMYK percentages

%22.86
%50.2
%0
%3.92

Codes

Color #BD7AF5 in popluar color models

BD7AF5
RGB189122245
HSL273°86.01%71.96%
HSB/HSV273°50.20%96.08%
CMYK22.86%50.20%0.00%
3.92%

Color #BD7AF5 in popluar number systems.

HEXBD7AF5
Decimal189122245
Binary10111101111101011110101
Octal275172365

Shades and tints

Shades of #BD7AF5

#BD7AF5
(189,122,245)
#AC6FDF
(172,111,223)
#9B64C9
(155,100,201)
#8A59B3
(138,89,179)
#794E9D
(121,78,157)
#684387
(104,67,135)
#573871
(87,56,113)
#462D5B
(70,45,91)
#352245
(53,34,69)
#24172F
(36,23,47)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #BD7AF5

#BD7AF5
(189,122,245)
#C386F5
(195,134,245)
#C992F5
(201,146,245)
#CF9EF5
(207,158,245)
#D5AAF5
(213,170,245)
#DBB6F5
(219,182,245)
#E1C2F5
(225,194,245)
#E7CEF5
(231,206,245)
#EDDAF5
(237,218,245)
#F3E6F5
(243,230,245)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7AF5 color. Also use rgb(189,122,245) instead hex code.

Text Font Color

.myTextColor { color: #BD7AF5; }

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

This text font color is #BD7AF5.


Background Color

.myBgColor { background-color: #BD7AF5; }

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

This div background color is #BD7AF5.


Border color

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

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

This div border color is #BD7AF5.


Opacity

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

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

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

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

This text has shadow with #BD7AF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7AF5 on black background.


Color preview on white background

This text has color #BD7AF5 on white background.



Black color preview on #BD7AF5 background

This text has black color on #BD7AF5 background.


White color preview on #BD7AF5 background

This text has white color on #BD7AF5 background.