COLOR #BD81CC

HEX: #BD81CC
RGB: (189,129,204)

Color info

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

RGB color model

#BD81CC color RGB value is (189,129,204).

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

RGB channels and saturation

R 189 of 255 = 74%
G 129 of 255 = 51%
B 204 of 255 = 80%

189
129
204

R + G + B ~ 68%. #BD81CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 129 + 204 = 522 (100%)
R 189 of 522 ~ 36.21%
G 129 of 522 ~ 24.71%
B 204 of 522 ~ 39.08%

%36.21
%24.71
%39.08

CMYK color model

#BD81CC color CMYK value is (7,37,0,20).

  • cyan value is 7.35%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(7,37,0,20)
C7M37Y0K20 
(7%,37%,0%,20%)
(0.07/0.37/0.00/0.20)	

CMYK percentages

%7.35
%36.76
%0
%20

Codes

Color #BD81CC in popluar color models

BD81CC
RGB189129204
HSL288°42.37%65.29%
HSB/HSV288°36.76%80.00%
CMYK7.35%36.76%0.00%
20.00%

Color #BD81CC in popluar number systems.

HEXBD81CC
Decimal189129204
Binary101111011000000111001100
Octal275201314

Shades and tints

Shades of #BD81CC

#BD81CC
(189,129,204)
#AC76BA
(172,118,186)
#9B6BA8
(155,107,168)
#8A6096
(138,96,150)
#795584
(121,85,132)
#684A72
(104,74,114)
#573F60
(87,63,96)
#46344E
(70,52,78)
#35293C
(53,41,60)
#241E2A
(36,30,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #BD81CC

#BD81CC
(189,129,204)
#C38CD0
(195,140,208)
#C997D4
(201,151,212)
#CFA2D8
(207,162,216)
#D5ADDC
(213,173,220)
#DBB8E0
(219,184,224)
#E1C3E4
(225,195,228)
#E7CEE8
(231,206,232)
#EDD9EC
(237,217,236)
#F3E4F0
(243,228,240)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD81CC; }

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

This text font color is #BD81CC.


Background Color

.myBgColor { background-color: #BD81CC; }

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

This div background color is #BD81CC.


Border color

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

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

This div border color is #BD81CC.


Opacity

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

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

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

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

This text has shadow with #BD81CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD81CC on black background.


Color preview on white background

This text has color #BD81CC on white background.



Black color preview on #BD81CC background

This text has black color on #BD81CC background.


White color preview on #BD81CC background

This text has white color on #BD81CC background.