COLOR #BD3DEA

HEX: #BD3DEA
RGB: (189,61,234)

Color info

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

RGB color model

#BD3DEA color RGB value is (189,61,234).

  • red value is 189;
  • green value is 61;
  • blue value is 234.
RGB:
(189,61,234)
(74%,24%,92%)

RGB channels and saturation

R 189 of 255 = 74%
G 61 of 255 = 24%
B 234 of 255 = 92%

189
61
234

R + G + B ~ 63%. #BD3DEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 61 + 234 = 484 (100%)
R 189 of 484 ~ 39.05%
G 61 of 484 ~ 12.6%
B 234 of 484 ~ 48.35%

%39.05
%12.6
%48.35

CMYK color model

#BD3DEA color CMYK value is (19,74,0,8).

  • cyan value is 19.23%
  • magenta value is 73.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,74,0,8)
C19M74Y0K8 
(19%,74%,0%,8%)
(0.19/0.74/0.00/0.08)	

CMYK percentages

%19.23
%73.93
%0
%8.24

Codes

Color #BD3DEA in popluar color models

BD3DEA
RGB18961234
HSL284°80.47%57.84%
HSB/HSV284°73.93%91.76%
CMYK19.23%73.93%0.00%
8.24%

Color #BD3DEA in popluar number systems.

HEXBD3DEA
Decimal18961234
Binary1011110111110111101010
Octal27575352

Shades and tints

Shades of #BD3DEA

#BD3DEA
(189,61,234)
#AC38D5
(172,56,213)
#9B33C0
(155,51,192)
#8A2EAB
(138,46,171)
#792996
(121,41,150)
#682481
(104,36,129)
#571F6C
(87,31,108)
#461A57
(70,26,87)
#351542
(53,21,66)
#24102D
(36,16,45)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #BD3DEA

#BD3DEA
(189,61,234)
#C34EEB
(195,78,235)
#C95FEC
(201,95,236)
#CF70ED
(207,112,237)
#D581EE
(213,129,238)
#DB92EF
(219,146,239)
#E1A3F0
(225,163,240)
#E7B4F1
(231,180,241)
#EDC5F2
(237,197,242)
#F3D6F3
(243,214,243)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3DEA color. Also use rgb(189,61,234) instead hex code.

Text Font Color

.myTextColor { color: #BD3DEA; }

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

This text font color is #BD3DEA.


Background Color

.myBgColor { background-color: #BD3DEA; }

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

This div background color is #BD3DEA.


Border color

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

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

This div border color is #BD3DEA.


Opacity

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

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

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

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

This text has shadow with #BD3DEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD3DEA on black background.


Color preview on white background

This text has color #BD3DEA on white background.



Black color preview on #BD3DEA background

This text has black color on #BD3DEA background.


White color preview on #BD3DEA background

This text has white color on #BD3DEA background.