COLOR #BF55AD

HEX: #BF55AD
RGB: (191,85,173)

Color info

#BF55AD contains mainly red and blue colors. Web safe color of #BF55AD is #CC6699 (or #C69).

RGB color model

#BF55AD color RGB value is (191,85,173).

  • red value is 191;
  • green value is 85;
  • blue value is 173.
RGB:
(191,85,173)
(75%,33%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 85 of 255 = 33%
B 173 of 255 = 68%

191
85
173

R + G + B ~ 59%. #BF55AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 85 + 173 = 449 (100%)
R 191 of 449 ~ 42.54%
G 85 of 449 ~ 18.93%
B 173 of 449 ~ 38.53%

%42.54
%18.93
%38.53

CMYK color model

#BF55AD color CMYK value is (0,55,9,25).

  • cyan value is 0.00%
  • magenta value is 55.50%
  • yellow value is 9.42%
  • key color value is 25.10%
CMYK:
(0,55,9,25)
C0M55Y9K25 
(0%,55%,9%,25%)
(0.00/0.55/0.09/0.25)	

CMYK percentages

%0
%55.5
%9.42
%25.1

Codes

Color #BF55AD in popluar color models

BF55AD
RGB19185173
HSL310°45.30%54.12%
HSB/HSV310°55.50%74.90%
CMYK0.00%55.50%9.42%
25.10%

Color #BF55AD in popluar number systems.

HEXBF55AD
Decimal19185173
Binary10111111101010110101101
Octal277125255

Shades and tints

Shades of #BF55AD

#BF55AD
(191,85,173)
#AE4E9E
(174,78,158)
#9D478F
(157,71,143)
#8C4080
(140,64,128)
#7B3971
(123,57,113)
#6A3262
(106,50,98)
#592B53
(89,43,83)
#482444
(72,36,68)
#371D35
(55,29,53)
#261626
(38,22,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #BF55AD

#BF55AD
(191,85,173)
#C464B4
(196,100,180)
#C973BB
(201,115,187)
#CE82C2
(206,130,194)
#D391C9
(211,145,201)
#D8A0D0
(216,160,208)
#DDAFD7
(221,175,215)
#E2BEDE
(226,190,222)
#E7CDE5
(231,205,229)
#ECDCEC
(236,220,236)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF55AD color. Also use rgb(191,85,173) instead hex code.

Text Font Color

.myTextColor { color: #BF55AD; }

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

This text font color is #BF55AD.


Background Color

.myBgColor { background-color: #BF55AD; }

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

This div background color is #BF55AD.


Border color

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

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

This div border color is #BF55AD.


Opacity

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

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

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

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

This text has shadow with #BF55AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF55AD on black background.


Color preview on white background

This text has color #BF55AD on white background.



Black color preview on #BF55AD background

This text has black color on #BF55AD background.


White color preview on #BF55AD background

This text has white color on #BF55AD background.