COLOR #BA58DB

HEX: #BA58DB RGB: (186,88,219)

Color info

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

RGB color model

#BA58DB color RGB value is (186,88,219).

RGB: (186,88,219) (73%, 35%, 86%)

RGB channels and saturation

R 186 of 255 = 73%
G 88 of 255 = 35%
B 219 of 255 = 86%

186
88
219

R + G + B ~ 65%. #BA58DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 88 + 219 = 493 (100%)
R 186 of 493 ~ 37.73%
G 88 of 493 ~ 17.85%
B 219 of 493 ~ 44.42'%

%37.73
%17.85
%44.42

CMYK color model

#BA58DB color CMYK value is (15,60,0,14).

  • cyan value is 15.07%
  • magenta value is 59.82%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,60,0,14)
C15M60Y0K14 (15%, 60%, 0%, 14%)
(0.15 / 0.60 / 0.00 / 0.14)

CMYK percentages

%15.07
%59.82
%0
%14.12

Codes

Color #BA58DB in popluar color models

BA 58 DB
RGB 186 88 219
HSL 285° 64.53% 60.20%
HSB/HSV 285° 59.82% 85.88%
CMYK 15.07% 59.82% 0.00%
14.12%

Color #BA58DB in popluar number systems.

HEX BA 58 DB
Decimal 186 88 219
Binary 10111010 1011000 11011011
Octal 272 130 333

Shades and tints

Shades of #BA58DB

#BA58DB
(186,88,219)
#AA50C8
(170,80,200)
#9A48B5
(154,72,181)
#8A40A2
(138,64,162)
#7A388F
(122,56,143)
#6A307C
(106,48,124)
#5A2869
(90,40,105)
#4A2056
(74,32,86)
#3A1843
(58,24,67)
#2A1030
(42,16,48)
#1A081D
(26,8,29)
#000000
(0,0,0)

Tints of #BA58DB

#BA58DB
(186,88,219)
#C067DE
(192,103,222)
#C676E1
(198,118,225)
#CC85E4
(204,133,228)
#D294E7
(210,148,231)
#D8A3EA
(216,163,234)
#DEB2ED
(222,178,237)
#E4C1F0
(228,193,240)
#EAD0F3
(234,208,243)
#F0DFF6
(240,223,246)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA58DB color. Also use rgb(186,88,219) instead hex code.

Text Font Color

.myTextColor { color: #BA58DB; }

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

This text font color is #BA58DB.

Background Color

.myBgColor { background-color: #BA58DB; }

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

This div background color is #BA58DB.

Border color

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

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

This div border color is #BA58DB.

Opacity

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

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

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

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

This text has shadow with #BA58DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA58DB.

Preview

Color preview on black background

This text has color #BA58DB on black background.


Color preview on white background

This text has color #BA58DB on white background.


Black color preview on #BA58DB background

This text has black color on #BA58DB background.


White color preview on #BA58DB background

This text has white color on #BA58DB background.


Related colors

Complementary color

Complementary color for #hex is #45A724.


I love getcolorcode.com

Triadic colors

1 #DBBA58 and #58DBBA with #BA58DB are triadic colors.

2 #DB58BA and #58BADB with #BA58DB are triadic colors.