COLOR #BA00E8

HEX: #BA00E8
RGB: (186,0,232)

Color info

#BA00E8 contains only red and blue colors. Web safe color of #BA00E8 is #CC00FF (or #C0F).

RGB color model

#BA00E8 color RGB value is (186,0,232).

  • red value is 186;
  • green value is 0;
  • blue value is 232.
RGB:
(186,0,232)
(73%,0%,91%)

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 232 of 255 = 91%

186
0
232

R + G + B ~ 55%. #BA00E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 0 + 232 = 418 (100%)
R 186 of 418 ~ 44.5%
G 0 of 418 ~ 0%
B 232 of 418 ~ 55.5%

%44.5
%55.5

CMYK color model

#BA00E8 color CMYK value is (20,100,0,9).

  • cyan value is 19.83%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(20,100,0,9)
C20M100Y0K9 
(20%,100%,0%,9%)
(0.20/1.00/0.00/0.09)	

CMYK percentages

%19.83
%100
%0
%9.02

Codes

Color #BA00E8 in popluar color models

BA00E8
RGB1860232
HSL288°100.00%45.49%
HSB/HSV288°100.00%90.98%
CMYK19.83%100.00%0.00%
9.02%

Color #BA00E8 in popluar number systems.

HEXBA00E8
Decimal1860232
Binary10111010011101000
Octal2720350

Shades and tints

Shades of #BA00E8

#BA00E8
(186,0,232)
#AA00D3
(170,0,211)
#9A00BE
(154,0,190)
#8A00A9
(138,0,169)
#7A0094
(122,0,148)
#6A007F
(106,0,127)
#5A006A
(90,0,106)
#4A0055
(74,0,85)
#3A0040
(58,0,64)
#2A002B
(42,0,43)
#1A0016
(26,0,22)
#000000
(0,0,0)

Tints of #BA00E8

#BA00E8
(186,0,232)
#C017EA
(192,23,234)
#C62EEC
(198,46,236)
#CC45EE
(204,69,238)
#D25CF0
(210,92,240)
#D873F2
(216,115,242)
#DE8AF4
(222,138,244)
#E4A1F6
(228,161,246)
#EAB8F8
(234,184,248)
#F0CFFA
(240,207,250)
#F6E6FC
(246,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA00E8 color. Also use rgb(186,0,232) instead hex code.

Text Font Color

.myTextColor { color: #BA00E8; }

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

This text font color is #BA00E8.


Background Color

.myBgColor { background-color: #BA00E8; }

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

This div background color is #BA00E8.


Border color

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

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

This div border color is #BA00E8.


Opacity

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

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

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

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

This text has shadow with #BA00E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA00E8 on black background.


Color preview on white background

This text has color #BA00E8 on white background.



Black color preview on #BA00E8 background

This text has black color on #BA00E8 background.


White color preview on #BA00E8 background

This text has white color on #BA00E8 background.