COLOR #BD80DD

HEX: #BD80DD
RGB: (189,128,221)

Color info

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

RGB color model

#BD80DD color RGB value is (189,128,221).

  • red value is 189;
  • green value is 128;
  • blue value is 221.
RGB:
(189,128,221)
(74%,50%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 128 of 255 = 50%
B 221 of 255 = 87%

189
128
221

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

Portions of RGB colors in percentages

R + G + B =
189 + 128 + 221 = 538 (100%)
R 189 of 538 ~ 35.13%
G 128 of 538 ~ 23.79%
B 221 of 538 ~ 41.08%

%35.13
%23.79
%41.08

CMYK color model

#BD80DD color CMYK value is (14,42,0,13).

  • cyan value is 14.48%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,42,0,13)
C14M42Y0K13 
(14%,42%,0%,13%)
(0.14/0.42/0.00/0.13)	

CMYK percentages

%14.48
%42.08
%0
%13.33

Codes

Color #BD80DD in popluar color models

BD80DD
RGB189128221
HSL279°57.76%68.43%
HSB/HSV279°42.08%86.67%
CMYK14.48%42.08%0.00%
13.33%

Color #BD80DD in popluar number systems.

HEXBD80DD
Decimal189128221
Binary101111011000000011011101
Octal275200335

Shades and tints

Shades of #BD80DD

#BD80DD
(189,128,221)
#AC75C9
(172,117,201)
#9B6AB5
(155,106,181)
#8A5FA1
(138,95,161)
#79548D
(121,84,141)
#684979
(104,73,121)
#573E65
(87,62,101)
#463351
(70,51,81)
#35283D
(53,40,61)
#241D29
(36,29,41)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD80DD

#BD80DD
(189,128,221)
#C38BE0
(195,139,224)
#C996E3
(201,150,227)
#CFA1E6
(207,161,230)
#D5ACE9
(213,172,233)
#DBB7EC
(219,183,236)
#E1C2EF
(225,194,239)
#E7CDF2
(231,205,242)
#EDD8F5
(237,216,245)
#F3E3F8
(243,227,248)
#F9EEFB
(249,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD80DD; }

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

This text font color is #BD80DD.


Background Color

.myBgColor { background-color: #BD80DD; }

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

This div background color is #BD80DD.


Border color

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

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

This div border color is #BD80DD.


Opacity

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

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

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

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

This text has shadow with #BD80DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD80DD on black background.


Color preview on white background

This text has color #BD80DD on white background.



Black color preview on #BD80DD background

This text has black color on #BD80DD background.


White color preview on #BD80DD background

This text has white color on #BD80DD background.