COLOR #BF5583

HEX: #BF5583 RGB: (191,85,131)

Color info

#BF5583 contains mainly red color. Web safe color of #BF5583 is #CC6699 (or #C69).

RGB color model

#BF5583 color RGB value is (191,85,131).

RGB: (191,85,131) (75%, 33%, 51%)

RGB channels and saturation

R 191 of 255 = 75%
G 85 of 255 = 33%
B 131 of 255 = 51%

191
85
131

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

Portions of RGB colors in percentages

R + G + B = 191 + 85 + 131 = 407 (100%)
R 191 of 407 ~ 46.93%
G 85 of 407 ~ 20.88%
B 131 of 407 ~ 32.19'%

%46.93
%20.88
%32.19

CMYK color model

#BF5583 color CMYK value is (0,55,31,25).

  • cyan value is 0.00%
  • magenta value is 55.50%
  • yellow value is 31.41%
  • key color value is 25.10%

CMYK: (0,55,31,25)
C0M55Y31K25 (0%, 55%, 31%, 25%)
(0.00 / 0.55 / 0.31 / 0.25)

CMYK percentages

%0
%55.5
%31.41
%25.1

Codes

Color #BF5583 in popluar color models

BF 55 83
RGB 191 85 131
HSL 334° 45.30% 54.12%
HSB/HSV 334° 55.50% 74.90%
CMYK 0.00% 55.50% 31.41%
25.10%

Color #BF5583 in popluar number systems.

HEX BF 55 83
Decimal 191 85 131
Binary 10111111 1010101 10000011
Octal 277 125 203

Shades and tints

Shades of #BF5583

#BF5583
(191,85,131)
#AE4E78
(174,78,120)
#9D476D
(157,71,109)
#8C4062
(140,64,98)
#7B3957
(123,57,87)
#6A324C
(106,50,76)
#592B41
(89,43,65)
#482436
(72,36,54)
#371D2B
(55,29,43)
#261620
(38,22,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #BF5583

#BF5583
(191,85,131)
#C4648E
(196,100,142)
#C97399
(201,115,153)
#CE82A4
(206,130,164)
#D391AF
(211,145,175)
#D8A0BA
(216,160,186)
#DDAFC5
(221,175,197)
#E2BED0
(226,190,208)
#E7CDDB
(231,205,219)
#ECDCE6
(236,220,230)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5583; }

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

This text font color is #BF5583.

Background Color

.myBgColor { background-color: #BF5583; }

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

This div background color is #BF5583.

Border color

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

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

This div border color is #BF5583.

Opacity

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

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

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

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

This text has shadow with #BF5583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF5583.

Preview

Color preview on black background

This text has color #BF5583 on black background.


Color preview on white background

This text has color #BF5583 on white background.


Black color preview on #BF5583 background

This text has black color on #BF5583 background.


White color preview on #BF5583 background

This text has white color on #BF5583 background.


Related colors

Complementary color

Complementary color for #hex is #40AA7C.


I love getcolorcode.com

Triadic colors

1 #83BF55 and #5583BF with #BF5583 are triadic colors.

2 #8355BF and #55BF83 with #BF5583 are triadic colors.