COLOR #BF589E

HEX: #BF589E RGB: (191,88,158)

Color info

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

RGB color model

#BF589E color RGB value is (191,88,158).

RGB: (191,88,158) (75%, 35%, 62%)

RGB channels and saturation

R 191 of 255 = 75%
G 88 of 255 = 35%
B 158 of 255 = 62%

191
88
158

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

Portions of RGB colors in percentages

R + G + B = 191 + 88 + 158 = 437 (100%)
R 191 of 437 ~ 43.71%
G 88 of 437 ~ 20.14%
B 158 of 437 ~ 36.16'%

%43.71
%20.14
%36.16

CMYK color model

#BF589E color CMYK value is (0,54,17,25).

  • cyan value is 0.00%
  • magenta value is 53.93%
  • yellow value is 17.28%
  • key color value is 25.10%

CMYK: (0,54,17,25)
C0M54Y17K25 (0%, 54%, 17%, 25%)
(0.00 / 0.54 / 0.17 / 0.25)

CMYK percentages

%0
%53.93
%17.28
%25.1

Codes

Color #BF589E in popluar color models

BF 58 9E
RGB 191 88 158
HSL 319° 44.59% 54.71%
HSB/HSV 319° 53.93% 74.90%
CMYK 0.00% 53.93% 17.28%
25.10%

Color #BF589E in popluar number systems.

HEX BF 58 9E
Decimal 191 88 158
Binary 10111111 1011000 10011110
Octal 277 130 236

Shades and tints

Shades of #BF589E

#BF589E
(191,88,158)
#AE5090
(174,80,144)
#9D4882
(157,72,130)
#8C4074
(140,64,116)
#7B3866
(123,56,102)
#6A3058
(106,48,88)
#59284A
(89,40,74)
#48203C
(72,32,60)
#37182E
(55,24,46)
#261020
(38,16,32)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #BF589E

#BF589E
(191,88,158)
#C467A6
(196,103,166)
#C976AE
(201,118,174)
#CE85B6
(206,133,182)
#D394BE
(211,148,190)
#D8A3C6
(216,163,198)
#DDB2CE
(221,178,206)
#E2C1D6
(226,193,214)
#E7D0DE
(231,208,222)
#ECDFE6
(236,223,230)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF589E color. Also use rgb(191,88,158) instead hex code.

Text Font Color

.myTextColor { color: #BF589E; }

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

This text font color is #BF589E.

Background Color

.myBgColor { background-color: #BF589E; }

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

This div background color is #BF589E.

Border color

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

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

This div border color is #BF589E.

Opacity

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

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

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

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

This text has shadow with #BF589E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF589E.

Preview

Color preview on black background

This text has color #BF589E on black background.


Color preview on white background

This text has color #BF589E on white background.


Black color preview on #BF589E background

This text has black color on #BF589E background.


White color preview on #BF589E background

This text has white color on #BF589E background.


Related colors

Complementary color

Complementary color for #hex is #40A761.


I love getcolorcode.com

Triadic colors

1 #9EBF58 and #589EBF with #BF589E are triadic colors.

2 #9E58BF and #58BF9E with #BF589E are triadic colors.