Html Css Color HEX #BA18E3 Electric Purple

📋 copy color: '#BA18E3'

red 186 ◦ green 24 ◦ blue 227

#BA18E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BA18E3

Tints of Electric Purple #BA18E3

RGB

 RED value IS 186 (73.05% from 255) = 42.56%

 GREEN value IS 24 (9.77% from 255) = 5.49%

 BLUE value IS 227 (89.06% from 255) = 51.95%

R = 42.56%
G = 5.49%
B = 51.95%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA18E3 (or 0xBA18E3) is known color: Electric Purple. HEX triplet: BA, 18 and E3. RGB value is (186,24,227). Sum of RGB (Red+Green+Blue) = 186+24+227=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA18E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18E3 is #45E71C. Grayscale: #5E5E5E. Windows color (decimal): -4581149 or 14883002. OLE color: 14883002.

HSL color Cylindrical-coordinate representation of color #BA18E3: hue angle of 287.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA18E3 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 24 227 -
CMYK 0.18 0.89 0 0.11
HSL 287.88º 0.81% 0.49% -
HSV(B) 287.88º 0.89% 0.89% -
XYZ 34.44 16.64 74.07 -
YUV 95.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 186 24 227 0.18 0.89 0 0.11 287.88 0.81 0.49
Hex BA 18 E3 12 59 0 B 120 51 31
Octal 272 30 343 22 131 0 13 440 121 61
Binary 10111010 11000 11100011 10010 1011001 0 1011 100100000 1010001 110001

Color Harmonies of #BA18E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18E3

Black with #BA18E3

Text Example


Text Example

White with #BA18E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18E3; }

 p { color: rgb(186,24,227); }

 H1.HeaderClassName
 {
   color: #BA18E3;
 }
 .AnyTagClassName
 {
   color: #BA18E3;
 }
</style>

background-color css

<style>
 a { background-color: #BA18E3; }

 a { background-color: rgb(186,24,227); }

 div.DivClassName
 {
   background-color: #BA18E3;
 }
 .BgClassName
 {
   background-color: #BA18E3;
 }
</style>

border-color css

<style>
 span { border-color: #BA18E3; }

 span { border-color: rgb(186,24,227); }

 td.TdClassName
 {
   border-color: #BA18E3;
 }
 .TagClassName
 {
   border-color: #BA18E3;
 }
</style>