COLOR #BD24F0

HEX: #BD24F0
RGB: (189,36,240)

Color info

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

RGB color model

#BD24F0 color RGB value is (189,36,240).

  • red value is 189;
  • green value is 36;
  • blue value is 240.
RGB:
(189,36,240)
(74%,14%,94%)

RGB channels and saturation

R 189 of 255 = 74%
G 36 of 255 = 14%
B 240 of 255 = 94%

189
36
240

R + G + B ~ 61%. #BD24F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 36 + 240 = 465 (100%)
R 189 of 465 ~ 40.65%
G 36 of 465 ~ 7.74%
B 240 of 465 ~ 51.61%

%40.65
%51.61

CMYK color model

#BD24F0 color CMYK value is (21,85,0,6).

  • cyan value is 21.25%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(21,85,0,6)
C21M85Y0K6 
(21%,85%,0%,6%)
(0.21/0.85/0.00/0.06)	

CMYK percentages

%21.25
%85
%0
%5.88

Codes

Color #BD24F0 in popluar color models

BD24F0
RGB18936240
HSL285°87.18%54.12%
HSB/HSV285°85.00%94.12%
CMYK21.25%85.00%0.00%
5.88%

Color #BD24F0 in popluar number systems.

HEXBD24F0
Decimal18936240
Binary1011110110010011110000
Octal27544360

Shades and tints

Shades of #BD24F0

#BD24F0
(189,36,240)
#AC21DB
(172,33,219)
#9B1EC6
(155,30,198)
#8A1BB1
(138,27,177)
#79189C
(121,24,156)
#681587
(104,21,135)
#571272
(87,18,114)
#460F5D
(70,15,93)
#350C48
(53,12,72)
#240933
(36,9,51)
#13061E
(19,6,30)
#000000
(0,0,0)

Tints of #BD24F0

#BD24F0
(189,36,240)
#C337F1
(195,55,241)
#C94AF2
(201,74,242)
#CF5DF3
(207,93,243)
#D570F4
(213,112,244)
#DB83F5
(219,131,245)
#E196F6
(225,150,246)
#E7A9F7
(231,169,247)
#EDBCF8
(237,188,248)
#F3CFF9
(243,207,249)
#F9E2FA
(249,226,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD24F0 color. Also use rgb(189,36,240) instead hex code.

Text Font Color

.myTextColor { color: #BD24F0; }

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

This text font color is #BD24F0.


Background Color

.myBgColor { background-color: #BD24F0; }

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

This div background color is #BD24F0.


Border color

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

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

This div border color is #BD24F0.


Opacity

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

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

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

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

This text has shadow with #BD24F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD24F0 on black background.


Color preview on white background

This text has color #BD24F0 on white background.



Black color preview on #BD24F0 background

This text has black color on #BD24F0 background.


White color preview on #BD24F0 background

This text has white color on #BD24F0 background.