COLOR #BD82CF

HEX: #BD82CF
RGB: (189,130,207)

Color info

#BD82CF contains mainly red and blue colors. Web safe color of #BD82CF is #CC99CC (or #C9C).

RGB color model

#BD82CF color RGB value is (189,130,207).

  • red value is 189;
  • green value is 130;
  • blue value is 207.
RGB:
(189,130,207)
(74%,51%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 130 of 255 = 51%
B 207 of 255 = 81%

189
130
207

R + G + B ~ 69%. #BD82CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 130 + 207 = 526 (100%)
R 189 of 526 ~ 35.93%
G 130 of 526 ~ 24.71%
B 207 of 526 ~ 39.35%

%35.93
%24.71
%39.35

CMYK color model

#BD82CF color CMYK value is (9,37,0,19).

  • cyan value is 8.70%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,37,0,19)
C9M37Y0K19 
(9%,37%,0%,19%)
(0.09/0.37/0.00/0.19)	

CMYK percentages

%8.7
%37.2
%0
%18.82

Codes

Color #BD82CF in popluar color models

BD82CF
RGB189130207
HSL286°44.51%66.08%
HSB/HSV286°37.20%81.18%
CMYK8.70%37.20%0.00%
18.82%

Color #BD82CF in popluar number systems.

HEXBD82CF
Decimal189130207
Binary101111011000001011001111
Octal275202317

Shades and tints

Shades of #BD82CF

#BD82CF
(189,130,207)
#AC77BD
(172,119,189)
#9B6CAB
(155,108,171)
#8A6199
(138,97,153)
#795687
(121,86,135)
#684B75
(104,75,117)
#574063
(87,64,99)
#463551
(70,53,81)
#352A3F
(53,42,63)
#241F2D
(36,31,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BD82CF

#BD82CF
(189,130,207)
#C38DD3
(195,141,211)
#C998D7
(201,152,215)
#CFA3DB
(207,163,219)
#D5AEDF
(213,174,223)
#DBB9E3
(219,185,227)
#E1C4E7
(225,196,231)
#E7CFEB
(231,207,235)
#EDDAEF
(237,218,239)
#F3E5F3
(243,229,243)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD82CF color. Also use rgb(189,130,207) instead hex code.

Text Font Color

.myTextColor { color: #BD82CF; }

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

This text font color is #BD82CF.


Background Color

.myBgColor { background-color: #BD82CF; }

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

This div background color is #BD82CF.


Border color

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

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

This div border color is #BD82CF.


Opacity

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

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

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

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

This text has shadow with #BD82CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD82CF on black background.


Color preview on white background

This text has color #BD82CF on white background.



Black color preview on #BD82CF background

This text has black color on #BD82CF background.


White color preview on #BD82CF background

This text has white color on #BD82CF background.