COLOR #BD70E8

HEX: #BD70E8
RGB: (189,112,232)

Color info

#BD70E8 contains mainly red and blue colors. Web safe color of #BD70E8 is #CC66FF (or #C6F).

RGB color model

#BD70E8 color RGB value is (189,112,232).

  • red value is 189;
  • green value is 112;
  • blue value is 232.
RGB:
(189,112,232)
(74%,44%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 112 of 255 = 44%
B 232 of 255 = 91%

189
112
232

R + G + B ~ 70%. #BD70E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 112 + 232 = 533 (100%)
R 189 of 533 ~ 35.46%
G 112 of 533 ~ 21.01%
B 232 of 533 ~ 43.53%

%35.46
%21.01
%43.53

CMYK color model

#BD70E8 color CMYK value is (19,52,0,9).

  • cyan value is 18.53%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,52,0,9)
C19M52Y0K9 
(19%,52%,0%,9%)
(0.19/0.52/0.00/0.09)	

CMYK percentages

%18.53
%51.72
%0
%9.02

Codes

Color #BD70E8 in popluar color models

BD70E8
RGB189112232
HSL279°72.29%67.45%
HSB/HSV279°51.72%90.98%
CMYK18.53%51.72%0.00%
9.02%

Color #BD70E8 in popluar number systems.

HEXBD70E8
Decimal189112232
Binary10111101111000011101000
Octal275160350

Shades and tints

Shades of #BD70E8

#BD70E8
(189,112,232)
#AC66D3
(172,102,211)
#9B5CBE
(155,92,190)
#8A52A9
(138,82,169)
#794894
(121,72,148)
#683E7F
(104,62,127)
#57346A
(87,52,106)
#462A55
(70,42,85)
#352040
(53,32,64)
#24162B
(36,22,43)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #BD70E8

#BD70E8
(189,112,232)
#C37DEA
(195,125,234)
#C98AEC
(201,138,236)
#CF97EE
(207,151,238)
#D5A4F0
(213,164,240)
#DBB1F2
(219,177,242)
#E1BEF4
(225,190,244)
#E7CBF6
(231,203,246)
#EDD8F8
(237,216,248)
#F3E5FA
(243,229,250)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD70E8; }

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

This text font color is #BD70E8.


Background Color

.myBgColor { background-color: #BD70E8; }

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

This div background color is #BD70E8.


Border color

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

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

This div border color is #BD70E8.


Opacity

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

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

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

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

This text has shadow with #BD70E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD70E8 on black background.


Color preview on white background

This text has color #BD70E8 on white background.



Black color preview on #BD70E8 background

This text has black color on #BD70E8 background.


White color preview on #BD70E8 background

This text has white color on #BD70E8 background.