COLOR #BD82BD

HEX: #BD82BD
RGB: (189,130,189)

Color info

#BD82BD contains red, green and blue colors in about the same proportion. Web safe color of #BD82BD is #CC99CC (or #C9C).

RGB color model

#BD82BD color RGB value is (189,130,189).

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

RGB channels and saturation

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

189
130
189

R + G + B ~ 66%. #BD82BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 130 + 189 = 508 (100%)
R 189 of 508 ~ 37.2%
G 130 of 508 ~ 25.59%
B 189 of 508 ~ 37.2%

%37.2
%25.59
%37.2

CMYK color model

#BD82BD color CMYK value is (0,31,0,26).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(0,31,0,26)
C0M31Y0K26 
(0%,31%,0%,26%)
(0.00/0.31/0.00/0.26)	

CMYK percentages

%0
%31.22
%0
%25.88

Codes

Color #BD82BD in popluar color models

BD82BD
RGB189130189
HSL300°30.89%62.55%
HSB/HSV300°31.22%74.12%
CMYK0.00%31.22%0.00%
25.88%

Color #BD82BD in popluar number systems.

HEXBD82BD
Decimal189130189
Binary101111011000001010111101
Octal275202275

Shades and tints

Shades of #BD82BD

#BD82BD
(189,130,189)
#AC77AC
(172,119,172)
#9B6C9B
(155,108,155)
#8A618A
(138,97,138)
#795679
(121,86,121)
#684B68
(104,75,104)
#574057
(87,64,87)
#463546
(70,53,70)
#352A35
(53,42,53)
#241F24
(36,31,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BD82BD

#BD82BD
(189,130,189)
#C38DC3
(195,141,195)
#C998C9
(201,152,201)
#CFA3CF
(207,163,207)
#D5AED5
(213,174,213)
#DBB9DB
(219,185,219)
#E1C4E1
(225,196,225)
#E7CFE7
(231,207,231)
#EDDAED
(237,218,237)
#F3E5F3
(243,229,243)
#F9F0F9
(249,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD82BD; }

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

This text font color is #BD82BD.


Background Color

.myBgColor { background-color: #BD82BD; }

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

This div background color is #BD82BD.


Border color

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

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

This div border color is #BD82BD.


Opacity

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

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

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

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

This text has shadow with #BD82BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD82BD on black background.


Color preview on white background

This text has color #BD82BD on white background.



Black color preview on #BD82BD background

This text has black color on #BD82BD background.


White color preview on #BD82BD background

This text has white color on #BD82BD background.