COLOR #BD4FC1

HEX: #BD4FC1
RGB: (189,79,193)

Color info

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

RGB color model

#BD4FC1 color RGB value is (189,79,193).

  • red value is 189;
  • green value is 79;
  • blue value is 193.
RGB:
(189,79,193)
(74%,31%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 79 of 255 = 31%
B 193 of 255 = 76%

189
79
193

R + G + B ~ 60%. #BD4FC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 79 + 193 = 461 (100%)
R 189 of 461 ~ 41%
G 79 of 461 ~ 17.14%
B 193 of 461 ~ 41.87%

%41
%17.14
%41.87

CMYK color model

#BD4FC1 color CMYK value is (2,59,0,24).

  • cyan value is 2.07%
  • magenta value is 59.07%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,59,0,24)
C2M59Y0K24 
(2%,59%,0%,24%)
(0.02/0.59/0.00/0.24)	

CMYK percentages

%2.07
%59.07
%0
%24.31

Codes

Color #BD4FC1 in popluar color models

BD4FC1
RGB18979193
HSL298°47.90%53.33%
HSB/HSV298°59.07%75.69%
CMYK2.07%59.07%0.00%
24.31%

Color #BD4FC1 in popluar number systems.

HEXBD4FC1
Decimal18979193
Binary10111101100111111000001
Octal275117301

Shades and tints

Shades of #BD4FC1

#BD4FC1
(189,79,193)
#AC48B0
(172,72,176)
#9B419F
(155,65,159)
#8A3A8E
(138,58,142)
#79337D
(121,51,125)
#682C6C
(104,44,108)
#57255B
(87,37,91)
#461E4A
(70,30,74)
#351739
(53,23,57)
#241028
(36,16,40)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #BD4FC1

#BD4FC1
(189,79,193)
#C35FC6
(195,95,198)
#C96FCB
(201,111,203)
#CF7FD0
(207,127,208)
#D58FD5
(213,143,213)
#DB9FDA
(219,159,218)
#E1AFDF
(225,175,223)
#E7BFE4
(231,191,228)
#EDCFE9
(237,207,233)
#F3DFEE
(243,223,238)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4FC1 color. Also use rgb(189,79,193) instead hex code.

Text Font Color

.myTextColor { color: #BD4FC1; }

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

This text font color is #BD4FC1.


Background Color

.myBgColor { background-color: #BD4FC1; }

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

This div background color is #BD4FC1.


Border color

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

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

This div border color is #BD4FC1.


Opacity

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

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

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

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

This text has shadow with #BD4FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4FC1 on black background.


Color preview on white background

This text has color #BD4FC1 on white background.



Black color preview on #BD4FC1 background

This text has black color on #BD4FC1 background.


White color preview on #BD4FC1 background

This text has white color on #BD4FC1 background.