COLOR #BE6AB7

HEX: #BE6AB7 RGB: (190,106,183)

Color info

#BE6AB7 contains mainly red and blue colors. Web safe color of #BE6AB7 is #CC66CC (or #C6C).

RGB color model

#BE6AB7 color RGB value is (190,106,183).

RGB: (190,106,183) (75%, 42%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 106 of 255 = 42%
B 183 of 255 = 72%

190
106
183

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

Portions of RGB colors in percentages

R + G + B = 190 + 106 + 183 = 479 (100%)
R 190 of 479 ~ 39.67%
G 106 of 479 ~ 22.13%
B 183 of 479 ~ 38.2'%

%39.67
%22.13
%38.2

CMYK color model

#BE6AB7 color CMYK value is (0,44,4,25).

  • cyan value is 0.00%
  • magenta value is 44.21%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK: (0,44,4,25) C0M44Y4K25 (0%,44%,4%,25%) (0.00/0.44/0.04/0.25) 

CMYK percentages

%0
%44.21
%3.68
%25.49

Codes

Color #BE6AB7 in popluar color models

BE 6A B7
RGB 190 106 183
HSL 305° 39.25% 58.04%
HSB/HSV 305° 44.21% 74.51%
CMYK 0.00% 44.21% 3.68%
25.49%

Color #BE6AB7 in popluar number systems.

HEX BE 6A B7
Decimal 190 106 183
Binary 10111110 1101010 10110111
Octal 276 152 267

Shades and tints

Shades of #BE6AB7

#BE6AB7
(190,106,183)
#AD61A7
(173,97,167)
#9C5897
(156,88,151)
#8B4F87
(139,79,135)
#7A4677
(122,70,119)
#693D67
(105,61,103)
#583457
(88,52,87)
#472B47
(71,43,71)
#362237
(54,34,55)
#251927
(37,25,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #BE6AB7

#BE6AB7
(190,106,183)
#C377BD
(195,119,189)
#C884C3
(200,132,195)
#CD91C9
(205,145,201)
#D29ECF
(210,158,207)
#D7ABD5
(215,171,213)
#DCB8DB
(220,184,219)
#E1C5E1
(225,197,225)
#E6D2E7
(230,210,231)
#EBDFED
(235,223,237)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6AB7 color. Also use rgb(190,106,183) instead hex code.

Text Font Color

.myTextColor { color: #BE6AB7; }

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

This text font color is #BE6AB7.

Background Color

.myBgColor { background-color: #BE6AB7; }

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

This div background color is #BE6AB7.

Border color

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

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

This div border color is #BE6AB7.

Opacity

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

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

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

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

This text has shadow with #BE6AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE6AB7.

Preview

Color preview on black background

This text has color #BE6AB7 on black background.


Color preview on white background

This text has color #BE6AB7 on white background.


Black color preview on #BE6AB7 background

This text has black color on #BE6AB7 background.


White color preview on #BE6AB7 background

This text has white color on #BE6AB7 background.


Related colors

Complementary color

Complementary color for #hex is #419548.


I love getcolorcode.com

Triadic colors

1 #B7BE6A and #6AB7BE with #BE6AB7 are triadic colors.

2 #B76ABE and #6ABEB7 with #BE6AB7 are triadic colors.