COLOR #BE75AD

HEX: #BE75AD RGB: (190,117,173)

Color info

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

RGB color model

#BE75AD color RGB value is (190,117,173).

RGB: (190,117,173) (75%, 46%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 117 of 255 = 46%
B 173 of 255 = 68%

190
117
173

R + G + B ~ 63%. #BE75AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 117 + 173 = 480 (100%)
R 190 of 480 ~ 39.58%
G 117 of 480 ~ 24.38%
B 173 of 480 ~ 36.04'%

%39.58
%24.38
%36.04

CMYK color model

#BE75AD color CMYK value is (0,38,9,25).

  • cyan value is 0.00%
  • magenta value is 38.42%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (0,38,9,25)
C0M38Y9K25 (0%, 38%, 9%, 25%)
(0.00 / 0.38 / 0.09 / 0.25)

CMYK percentages

%0
%38.42
%8.95
%25.49

Codes

Color #BE75AD in popluar color models

BE 75 AD
RGB 190 117 173
HSL 314° 35.96% 60.20%
HSB/HSV 314° 38.42% 74.51%
CMYK 0.00% 38.42% 8.95%
25.49%

Color #BE75AD in popluar number systems.

HEX BE 75 AD
Decimal 190 117 173
Binary 10111110 1110101 10101101
Octal 276 165 255

Shades and tints

Shades of #BE75AD

#BE75AD
(190,117,173)
#AD6B9E
(173,107,158)
#9C618F
(156,97,143)
#8B5780
(139,87,128)
#7A4D71
(122,77,113)
#694362
(105,67,98)
#583953
(88,57,83)
#472F44
(71,47,68)
#362535
(54,37,53)
#251B26
(37,27,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BE75AD

#BE75AD
(190,117,173)
#C381B4
(195,129,180)
#C88DBB
(200,141,187)
#CD99C2
(205,153,194)
#D2A5C9
(210,165,201)
#D7B1D0
(215,177,208)
#DCBDD7
(220,189,215)
#E1C9DE
(225,201,222)
#E6D5E5
(230,213,229)
#EBE1EC
(235,225,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE75AD color. Also use rgb(190,117,173) instead hex code.

Text Font Color

.myTextColor { color: #BE75AD; }

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

This text font color is #BE75AD.

Background Color

.myBgColor { background-color: #BE75AD; }

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

This div background color is #BE75AD.

Border color

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

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

This div border color is #BE75AD.

Opacity

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

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

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

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

This text has shadow with #BE75AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE75AD.

Preview

Color preview on black background

This text has color #BE75AD on black background.


Color preview on white background

This text has color #BE75AD on white background.


Black color preview on #BE75AD background

This text has black color on #BE75AD background.


White color preview on #BE75AD background

This text has white color on #BE75AD background.


Related colors

Complementary color

Complementary color for #hex is #418A52.


I love getcolorcode.com

Triadic colors

1 #ADBE75 and #75ADBE with #BE75AD are triadic colors.

2 #AD75BE and #75BEAD with #BE75AD are triadic colors.