COLOR #BD70DF

HEX: #BD70DF RGB: (189,112,223)

Color info

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

RGB color model

#BD70DF color RGB value is (189,112,223).

RGB: (189,112,223) (74%, 44%, 87%)

RGB channels and saturation

R 189 of 255 = 74%
G 112 of 255 = 44%
B 223 of 255 = 87%

189
112
223

R + G + B ~ 68%. #BD70DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 112 + 223 = 524 (100%)
R 189 of 524 ~ 36.07%
G 112 of 524 ~ 21.37%
B 223 of 524 ~ 42.56'%

%36.07
%21.37
%42.56

CMYK color model

#BD70DF color CMYK value is (15,50,0,13).

  • cyan value is 15.25%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (15,50,0,13)
C15M50Y0K13 (15%, 50%, 0%, 13%)
(0.15 / 0.50 / 0.00 / 0.13)

CMYK percentages

%15.25
%49.78
%0
%12.55

Codes

Color #BD70DF in popluar color models

BD 70 DF
RGB 189 112 223
HSL 282° 63.43% 65.69%
HSB/HSV 282° 49.78% 87.45%
CMYK 15.25% 49.78% 0.00%
12.55%

Color #BD70DF in popluar number systems.

HEX BD 70 DF
Decimal 189 112 223
Binary 10111101 1110000 11011111
Octal 275 160 337

Shades and tints

Shades of #BD70DF

#BD70DF
(189,112,223)
#AC66CB
(172,102,203)
#9B5CB7
(155,92,183)
#8A52A3
(138,82,163)
#79488F
(121,72,143)
#683E7B
(104,62,123)
#573467
(87,52,103)
#462A53
(70,42,83)
#35203F
(53,32,63)
#24162B
(36,22,43)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #BD70DF

#BD70DF
(189,112,223)
#C37DE1
(195,125,225)
#C98AE3
(201,138,227)
#CF97E5
(207,151,229)
#D5A4E7
(213,164,231)
#DBB1E9
(219,177,233)
#E1BEEB
(225,190,235)
#E7CBED
(231,203,237)
#EDD8EF
(237,216,239)
#F3E5F1
(243,229,241)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD70DF color. Also use rgb(189,112,223) instead hex code.

Text Font Color

.myTextColor { color: #BD70DF; }

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

This text font color is #BD70DF.

Background Color

.myBgColor { background-color: #BD70DF; }

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

This div background color is #BD70DF.

Border color

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

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

This div border color is #BD70DF.

Opacity

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

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

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

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

This text has shadow with #BD70DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD70DF.

Preview

Color preview on black background

This text has color #BD70DF on black background.


Color preview on white background

This text has color #BD70DF on white background.


Black color preview on #BD70DF background

This text has black color on #BD70DF background.


White color preview on #BD70DF background

This text has white color on #BD70DF background.


Related colors

Complementary color

Complementary color for #hex is #428F20.


I love getcolorcode.com

Triadic colors

1 #DFBD70 and #70DFBD with #BD70DF are triadic colors.

2 #DF70BD and #70BDDF with #BD70DF are triadic colors.