COLOR #BE70A8

HEX: #BE70A8 RGB: (190,112,168)

Color info

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

RGB color model

#BE70A8 color RGB value is (190,112,168).

RGB: (190,112,168) (75%, 44%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 112 of 255 = 44%
B 168 of 255 = 66%

190
112
168

R + G + B ~ 62%. #BE70A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 112 + 168 = 470 (100%)
R 190 of 470 ~ 40.43%
G 112 of 470 ~ 23.83%
B 168 of 470 ~ 35.74'%

%40.43
%23.83
%35.74

CMYK color model

#BE70A8 color CMYK value is (0,41,12,25).

  • cyan value is 0.00%
  • magenta value is 41.05%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK: (0,41,12,25) C0M41Y12K25 (0%,41%,12%,25%) (0.00/0.41/0.12/0.25) 

CMYK percentages

%0
%41.05
%11.58
%25.49

Codes

Color #BE70A8 in popluar color models

BE 70 A8
RGB 190 112 168
HSL 317° 37.50% 59.22%
HSB/HSV 317° 41.05% 74.51%
CMYK 0.00% 41.05% 11.58%
25.49%

Color #BE70A8 in popluar number systems.

HEX BE 70 A8
Decimal 190 112 168
Binary 10111110 1110000 10101000
Octal 276 160 250

Shades and tints

Shades of #BE70A8

#BE70A8
(190,112,168)
#AD6699
(173,102,153)
#9C5C8A
(156,92,138)
#8B527B
(139,82,123)
#7A486C
(122,72,108)
#693E5D
(105,62,93)
#58344E
(88,52,78)
#472A3F
(71,42,63)
#362030
(54,32,48)
#251621
(37,22,33)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #BE70A8

#BE70A8
(190,112,168)
#C37DAF
(195,125,175)
#C88AB6
(200,138,182)
#CD97BD
(205,151,189)
#D2A4C4
(210,164,196)
#D7B1CB
(215,177,203)
#DCBED2
(220,190,210)
#E1CBD9
(225,203,217)
#E6D8E0
(230,216,224)
#EBE5E7
(235,229,231)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE70A8 color. Also use rgb(190,112,168) instead hex code.

Text Font Color

.myTextColor { color: #BE70A8; }

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

This text font color is #BE70A8.

Background Color

.myBgColor { background-color: #BE70A8; }

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

This div background color is #BE70A8.

Border color

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

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

This div border color is #BE70A8.

Opacity

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

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

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

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

This text has shadow with #BE70A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE70A8.

Preview

Color preview on black background

This text has color #BE70A8 on black background.


Color preview on white background

This text has color #BE70A8 on white background.


Black color preview on #BE70A8 background

This text has black color on #BE70A8 background.


White color preview on #BE70A8 background

This text has white color on #BE70A8 background.


Related colors

Complementary color

Complementary color for #hex is #418F57.


I love getcolorcode.com

Triadic colors

1 #A8BE70 and #70A8BE with #BE70A8 are triadic colors.

2 #A870BE and #70BEA8 with #BE70A8 are triadic colors.