COLOR #BD19F1

HEX: #BD19F1
RGB: (189,25,241)

Color info

#BD19F1 contains mainly red and blue colors. Web safe color of #BD19F1 is #CC00FF (or #C0F).

RGB color model

#BD19F1 color RGB value is (189,25,241).

  • red value is 189;
  • green value is 25;
  • blue value is 241.
RGB:
(189,25,241)
(74%,10%,95%)

RGB channels and saturation

R 189 of 255 = 74%
G 25 of 255 = 10%
B 241 of 255 = 95%

189
25
241

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

Portions of RGB colors in percentages

R + G + B =
189 + 25 + 241 = 455 (100%)
R 189 of 455 ~ 41.54%
G 25 of 455 ~ 5.49%
B 241 of 455 ~ 52.97%

%41.54
%52.97

CMYK color model

#BD19F1 color CMYK value is (22,90,0,5).

  • cyan value is 21.58%
  • magenta value is 89.63%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,90,0,5)
C22M90Y0K5 
(22%,90%,0%,5%)
(0.22/0.90/0.00/0.05)	

CMYK percentages

%21.58
%89.63
%0
%5.49

Codes

Color #BD19F1 in popluar color models

BD19F1
RGB18925241
HSL286°88.52%52.16%
HSB/HSV286°89.63%94.51%
CMYK21.58%89.63%0.00%
5.49%

Color #BD19F1 in popluar number systems.

HEXBD19F1
Decimal18925241
Binary101111011100111110001
Octal27531361

Shades and tints

Shades of #BD19F1

#BD19F1
(189,25,241)
#AC17DC
(172,23,220)
#9B15C7
(155,21,199)
#8A13B2
(138,19,178)
#79119D
(121,17,157)
#680F88
(104,15,136)
#570D73
(87,13,115)
#460B5E
(70,11,94)
#350949
(53,9,73)
#240734
(36,7,52)
#13051F
(19,5,31)
#000000
(0,0,0)

Tints of #BD19F1

#BD19F1
(189,25,241)
#C32DF2
(195,45,242)
#C941F3
(201,65,243)
#CF55F4
(207,85,244)
#D569F5
(213,105,245)
#DB7DF6
(219,125,246)
#E191F7
(225,145,247)
#E7A5F8
(231,165,248)
#EDB9F9
(237,185,249)
#F3CDFA
(243,205,250)
#F9E1FB
(249,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD19F1 color. Also use rgb(189,25,241) instead hex code.

Text Font Color

.myTextColor { color: #BD19F1; }

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

This text font color is #BD19F1.


Background Color

.myBgColor { background-color: #BD19F1; }

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

This div background color is #BD19F1.


Border color

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

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

This div border color is #BD19F1.


Opacity

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

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

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

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

This text has shadow with #BD19F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD19F1 on black background.


Color preview on white background

This text has color #BD19F1 on white background.



Black color preview on #BD19F1 background

This text has black color on #BD19F1 background.


White color preview on #BD19F1 background

This text has white color on #BD19F1 background.