COLOR #BA92D7

HEX: #BA92D7 RGB: (186,146,215)

Color info

#BA92D7 contains mainly red and blue colors. Web safe color of #BA92D7 is #CC99CC (or #C9C).

RGB color model

#BA92D7 color RGB value is (186,146,215).

RGB: (186,146,215) (73%, 57%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 146 of 255 = 57%
B 215 of 255 = 84%

186
146
215

R + G + B ~ 71%. #BA92D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 146 + 215 = 547 (100%)
R 186 of 547 ~ 34%
G 146 of 547 ~ 26.69%
B 215 of 547 ~ 39.31'%

%34
%26.69
%39.31

CMYK color model

#BA92D7 color CMYK value is (13,32,0,16).

  • cyan value is 13.49%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,32,0,16)
C13M32Y0K16 (13%, 32%, 0%, 16%)
(0.13 / 0.32 / 0.00 / 0.16)

CMYK percentages

%13.49
%32.09
%0
%15.69

Codes

Color #BA92D7 in popluar color models

BA 92 D7
RGB 186 146 215
HSL 275° 46.31% 70.78%
HSB/HSV 275° 32.09% 84.31%
CMYK 13.49% 32.09% 0.00%
15.69%

Color #BA92D7 in popluar number systems.

HEX BA 92 D7
Decimal 186 146 215
Binary 10111010 10010010 11010111
Octal 272 222 327

Shades and tints

Shades of #BA92D7

#BA92D7
(186,146,215)
#AA85C4
(170,133,196)
#9A78B1
(154,120,177)
#8A6B9E
(138,107,158)
#7A5E8B
(122,94,139)
#6A5178
(106,81,120)
#5A4465
(90,68,101)
#4A3752
(74,55,82)
#3A2A3F
(58,42,63)
#2A1D2C
(42,29,44)
#1A1019
(26,16,25)
#000000
(0,0,0)

Tints of #BA92D7

#BA92D7
(186,146,215)
#C09BDA
(192,155,218)
#C6A4DD
(198,164,221)
#CCADE0
(204,173,224)
#D2B6E3
(210,182,227)
#D8BFE6
(216,191,230)
#DEC8E9
(222,200,233)
#E4D1EC
(228,209,236)
#EADAEF
(234,218,239)
#F0E3F2
(240,227,242)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA92D7 color. Also use rgb(186,146,215) instead hex code.

Text Font Color

.myTextColor { color: #BA92D7; }

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

This text font color is #BA92D7.

Background Color

.myBgColor { background-color: #BA92D7; }

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

This div background color is #BA92D7.

Border color

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

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

This div border color is #BA92D7.

Opacity

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

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

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

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

This text has shadow with #BA92D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA92D7.

Preview

Color preview on black background

This text has color #BA92D7 on black background.


Color preview on white background

This text has color #BA92D7 on white background.


Black color preview on #BA92D7 background

This text has black color on #BA92D7 background.


White color preview on #BA92D7 background

This text has white color on #BA92D7 background.


Related colors

Complementary color

Complementary color for #hex is #456D28.


I love getcolorcode.com

Triadic colors

1 #D7BA92 and #92D7BA with #BA92D7 are triadic colors.

2 #D792BA and #92BAD7 with #BA92D7 are triadic colors.