COLOR #BF81CD

HEX: #BF81CD
RGB: (191,129,205)

Color info

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

RGB color model

#BF81CD color RGB value is (191,129,205).

  • red value is 191;
  • green value is 129;
  • blue value is 205.
RGB:
(191,129,205)
(75%,51%,80%)

RGB channels and saturation

R 191 of 255 = 75%
G 129 of 255 = 51%
B 205 of 255 = 80%

191
129
205

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

Portions of RGB colors in percentages

R + G + B =
191 + 129 + 205 = 525 (100%)
R 191 of 525 ~ 36.38%
G 129 of 525 ~ 24.57%
B 205 of 525 ~ 39.05%

%36.38
%24.57
%39.05

CMYK color model

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

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

CMYK percentages

%6.83
%37.07
%0
%19.61

Codes

Color #BF81CD in popluar color models

BF81CD
RGB191129205
HSL289°43.18%65.49%
HSB/HSV289°37.07%80.39%
CMYK6.83%37.07%0.00%
19.61%

Color #BF81CD in popluar number systems.

HEXBF81CD
Decimal191129205
Binary101111111000000111001101
Octal277201315

Shades and tints

Shades of #BF81CD

#BF81CD
(191,129,205)
#AE76BB
(174,118,187)
#9D6BA9
(157,107,169)
#8C6097
(140,96,151)
#7B5585
(123,85,133)
#6A4A73
(106,74,115)
#593F61
(89,63,97)
#48344F
(72,52,79)
#37293D
(55,41,61)
#261E2B
(38,30,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #BF81CD

#BF81CD
(191,129,205)
#C48CD1
(196,140,209)
#C997D5
(201,151,213)
#CEA2D9
(206,162,217)
#D3ADDD
(211,173,221)
#D8B8E1
(216,184,225)
#DDC3E5
(221,195,229)
#E2CEE9
(226,206,233)
#E7D9ED
(231,217,237)
#ECE4F1
(236,228,241)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF81CD color. Also use rgb(191,129,205) instead hex code.

Text Font Color

.myTextColor { color: #BF81CD; }

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

This text font color is #BF81CD.


Background Color

.myBgColor { background-color: #BF81CD; }

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

This div background color is #BF81CD.


Border color

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

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

This div border color is #BF81CD.


Opacity

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

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

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

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

This text has shadow with #BF81CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF81CD on black background.


Color preview on white background

This text has color #BF81CD on white background.



Black color preview on #BF81CD background

This text has black color on #BF81CD background.


White color preview on #BF81CD background

This text has white color on #BF81CD background.