COLOR #BD70C6

HEX: #BD70C6
RGB: (189,112,198)

Color info

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

RGB color model

#BD70C6 color RGB value is (189,112,198).

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

RGB channels and saturation

R 189 of 255 = 74%
G 112 of 255 = 44%
B 198 of 255 = 78%

189
112
198

R + G + B ~ 65%. #BD70C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 112 + 198 = 499 (100%)
R 189 of 499 ~ 37.88%
G 112 of 499 ~ 22.44%
B 198 of 499 ~ 39.68%

%37.88
%22.44
%39.68

CMYK color model

#BD70C6 color CMYK value is (5,43,0,22).

  • cyan value is 4.55%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(5,43,0,22)
C5M43Y0K22 
(5%,43%,0%,22%)
(0.05/0.43/0.00/0.22)	

CMYK percentages

%4.55
%43.43
%0
%22.35

Codes

Color #BD70C6 in popluar color models

BD70C6
RGB189112198
HSL294°43.00%60.78%
HSB/HSV294°43.43%77.65%
CMYK4.55%43.43%0.00%
22.35%

Color #BD70C6 in popluar number systems.

HEXBD70C6
Decimal189112198
Binary10111101111000011000110
Octal275160306

Shades and tints

Shades of #BD70C6

#BD70C6
(189,112,198)
#AC66B4
(172,102,180)
#9B5CA2
(155,92,162)
#8A5290
(138,82,144)
#79487E
(121,72,126)
#683E6C
(104,62,108)
#57345A
(87,52,90)
#462A48
(70,42,72)
#352036
(53,32,54)
#241624
(36,22,36)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #BD70C6

#BD70C6
(189,112,198)
#C37DCB
(195,125,203)
#C98AD0
(201,138,208)
#CF97D5
(207,151,213)
#D5A4DA
(213,164,218)
#DBB1DF
(219,177,223)
#E1BEE4
(225,190,228)
#E7CBE9
(231,203,233)
#EDD8EE
(237,216,238)
#F3E5F3
(243,229,243)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD70C6; }

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

This text font color is #BD70C6.


Background Color

.myBgColor { background-color: #BD70C6; }

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

This div background color is #BD70C6.


Border color

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

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

This div border color is #BD70C6.


Opacity

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

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

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

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

This text has shadow with #BD70C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD70C6 on black background.


Color preview on white background

This text has color #BD70C6 on white background.



Black color preview on #BD70C6 background

This text has black color on #BD70C6 background.


White color preview on #BD70C6 background

This text has white color on #BD70C6 background.