COLOR #BE558D

HEX: #BE558D RGB: (190,85,141)

Color info

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

RGB color model

#BE558D color RGB value is (190,85,141).

RGB: (190,85,141) (75%, 33%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 85 of 255 = 33%
B 141 of 255 = 55%

190
85
141

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

Portions of RGB colors in percentages

R + G + B = 190 + 85 + 141 = 416 (100%)
R 190 of 416 ~ 45.67%
G 85 of 416 ~ 20.43%
B 141 of 416 ~ 33.89'%

%45.67
%20.43
%33.89

CMYK color model

#BE558D color CMYK value is (0,55,26,25).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK: (0,55,26,25) C0M55Y26K25 (0%,55%,26%,25%) (0.00/0.55/0.26/0.25) 

CMYK percentages

%0
%55.26
%25.79
%25.49

Codes

Color #BE558D in popluar color models

BE 55 8D
RGB 190 85 141
HSL 328° 44.68% 53.92%
HSB/HSV 328° 55.26% 74.51%
CMYK 0.00% 55.26% 25.79%
25.49%

Color #BE558D in popluar number systems.

HEX BE 55 8D
Decimal 190 85 141
Binary 10111110 1010101 10001101
Octal 276 125 215

Shades and tints

Shades of #BE558D

#BE558D
(190,85,141)
#AD4E81
(173,78,129)
#9C4775
(156,71,117)
#8B4069
(139,64,105)
#7A395D
(122,57,93)
#693251
(105,50,81)
#582B45
(88,43,69)
#472439
(71,36,57)
#361D2D
(54,29,45)
#251621
(37,22,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #BE558D

#BE558D
(190,85,141)
#C36497
(195,100,151)
#C873A1
(200,115,161)
#CD82AB
(205,130,171)
#D291B5
(210,145,181)
#D7A0BF
(215,160,191)
#DCAFC9
(220,175,201)
#E1BED3
(225,190,211)
#E6CDDD
(230,205,221)
#EBDCE7
(235,220,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE558D color. Also use rgb(190,85,141) instead hex code.

Text Font Color

.myTextColor { color: #BE558D; }

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

This text font color is #BE558D.

Background Color

.myBgColor { background-color: #BE558D; }

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

This div background color is #BE558D.

Border color

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

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

This div border color is #BE558D.

Opacity

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

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

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

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

This text has shadow with #BE558D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE558D.

Preview

Color preview on black background

This text has color #BE558D on black background.


Color preview on white background

This text has color #BE558D on white background.


Black color preview on #BE558D background

This text has black color on #BE558D background.


White color preview on #BE558D background

This text has white color on #BE558D background.


Related colors

Complementary color

Complementary color for #hex is #41AA72.


I love getcolorcode.com

Triadic colors

1 #8DBE55 and #558DBE with #BE558D are triadic colors.

2 #8D55BE and #55BE8D with #BE558D are triadic colors.