COLOR #BD4DF4

HEX: #BD4DF4
RGB: (189,77,244)

Color info

#BD4DF4 contains mainly red and blue colors. Web safe color of #BD4DF4 is #CC33FF (or #C3F).

RGB color model

#BD4DF4 color RGB value is (189,77,244).

  • red value is 189;
  • green value is 77;
  • blue value is 244.
RGB:
(189,77,244)
(74%,30%,96%)

RGB channels and saturation

R 189 of 255 = 74%
G 77 of 255 = 30%
B 244 of 255 = 96%

189
77
244

R + G + B ~ 67%. #BD4DF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 77 + 244 = 510 (100%)
R 189 of 510 ~ 37.06%
G 77 of 510 ~ 15.1%
B 244 of 510 ~ 47.84%

%37.06
%15.1
%47.84

CMYK color model

#BD4DF4 color CMYK value is (23,68,0,4).

  • cyan value is 22.54%
  • magenta value is 68.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,68,0,4)
C23M68Y0K4 
(23%,68%,0%,4%)
(0.23/0.68/0.00/0.04)	

CMYK percentages

%22.54
%68.44
%0
%4.31

Codes

Color #BD4DF4 in popluar color models

BD4DF4
RGB18977244
HSL280°88.36%62.94%
HSB/HSV280°68.44%95.69%
CMYK22.54%68.44%0.00%
4.31%

Color #BD4DF4 in popluar number systems.

HEXBD4DF4
Decimal18977244
Binary10111101100110111110100
Octal275115364

Shades and tints

Shades of #BD4DF4

#BD4DF4
(189,77,244)
#AC46DE
(172,70,222)
#9B3FC8
(155,63,200)
#8A38B2
(138,56,178)
#79319C
(121,49,156)
#682A86
(104,42,134)
#572370
(87,35,112)
#461C5A
(70,28,90)
#351544
(53,21,68)
#240E2E
(36,14,46)
#130718
(19,7,24)
#000000
(0,0,0)

Tints of #BD4DF4

#BD4DF4
(189,77,244)
#C35DF5
(195,93,245)
#C96DF6
(201,109,246)
#CF7DF7
(207,125,247)
#D58DF8
(213,141,248)
#DB9DF9
(219,157,249)
#E1ADFA
(225,173,250)
#E7BDFB
(231,189,251)
#EDCDFC
(237,205,252)
#F3DDFD
(243,221,253)
#F9EDFE
(249,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4DF4 color. Also use rgb(189,77,244) instead hex code.

Text Font Color

.myTextColor { color: #BD4DF4; }

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

This text font color is #BD4DF4.


Background Color

.myBgColor { background-color: #BD4DF4; }

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

This div background color is #BD4DF4.


Border color

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

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

This div border color is #BD4DF4.


Opacity

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

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

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

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

This text has shadow with #BD4DF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4DF4 on black background.


Color preview on white background

This text has color #BD4DF4 on white background.



Black color preview on #BD4DF4 background

This text has black color on #BD4DF4 background.


White color preview on #BD4DF4 background

This text has white color on #BD4DF4 background.