COLOR #BD61D0

HEX: #BD61D0
RGB: (189,97,208)

Color info

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

RGB color model

#BD61D0 color RGB value is (189,97,208).

  • red value is 189;
  • green value is 97;
  • blue value is 208.
RGB:
(189,97,208)
(74%,38%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 97 of 255 = 38%
B 208 of 255 = 82%

189
97
208

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

Portions of RGB colors in percentages

R + G + B =
189 + 97 + 208 = 494 (100%)
R 189 of 494 ~ 38.26%
G 97 of 494 ~ 19.64%
B 208 of 494 ~ 42.11%

%38.26
%19.64
%42.11

CMYK color model

#BD61D0 color CMYK value is (9,53,0,18).

  • cyan value is 9.13%
  • magenta value is 53.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(9,53,0,18)
C9M53Y0K18 
(9%,53%,0%,18%)
(0.09/0.53/0.00/0.18)	

CMYK percentages

%9.13
%53.37
%0
%18.43

Codes

Color #BD61D0 in popluar color models

BD61D0
RGB18997208
HSL290°54.15%59.80%
HSB/HSV290°53.37%81.57%
CMYK9.13%53.37%0.00%
18.43%

Color #BD61D0 in popluar number systems.

HEXBD61D0
Decimal18997208
Binary10111101110000111010000
Octal275141320

Shades and tints

Shades of #BD61D0

#BD61D0
(189,97,208)
#AC59BE
(172,89,190)
#9B51AC
(155,81,172)
#8A499A
(138,73,154)
#794188
(121,65,136)
#683976
(104,57,118)
#573164
(87,49,100)
#462952
(70,41,82)
#352140
(53,33,64)
#24192E
(36,25,46)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #BD61D0

#BD61D0
(189,97,208)
#C36FD4
(195,111,212)
#C97DD8
(201,125,216)
#CF8BDC
(207,139,220)
#D599E0
(213,153,224)
#DBA7E4
(219,167,228)
#E1B5E8
(225,181,232)
#E7C3EC
(231,195,236)
#EDD1F0
(237,209,240)
#F3DFF4
(243,223,244)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD61D0 color. Also use rgb(189,97,208) instead hex code.

Text Font Color

.myTextColor { color: #BD61D0; }

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

This text font color is #BD61D0.


Background Color

.myBgColor { background-color: #BD61D0; }

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

This div background color is #BD61D0.


Border color

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

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

This div border color is #BD61D0.


Opacity

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

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

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

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

This text has shadow with #BD61D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD61D0 on black background.


Color preview on white background

This text has color #BD61D0 on white background.



Black color preview on #BD61D0 background

This text has black color on #BD61D0 background.


White color preview on #BD61D0 background

This text has white color on #BD61D0 background.