Html Css Color HEX #BA18EF Electric Purple

📋 copy color: '#BA18EF'

red 186 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #BA18EF

Tints of Electric Purple #BA18EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 41.43%
G = 5.35%
B = 53.23%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA18EF (or 0xBA18EF) is known color: Electric Purple. HEX triplet: BA, 18 and EF. RGB value is (186,24,239). Sum of RGB (Red+Green+Blue) = 186+24+239=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA18EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18EF is #45E710. Grayscale: #606060. Windows color (decimal): -4581137 or 15669434. OLE color: 15669434.

HSL color Cylindrical-coordinate representation of color #BA18EF: hue angle of 285.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA18EF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 24 239 -
CMYK 0.22 0.90 0 0.06
HSL 285.21º 0.87% 0.52% -
HSV(B) 285.21º 0.9% 0.94% -
XYZ 36.16 17.32 83.1 -
YUV 96.95 208.17 191.52 -
System Red Green Blue C M Y K H S L
Decimal 186 24 239 0.22 0.90 0 0.06 285.21 0.87 0.52
Hex BA 18 EF 16 5A 0 6 11D 57 34
Octal 272 30 357 26 132 0 6 435 127 64
Binary 10111010 11000 11101111 10110 1011010 0 110 100011101 1010111 110100

Color Harmonies of #BA18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18EF

Black with #BA18EF

Text Example


Text Example

White with #BA18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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