Html Css Color HEX #BA04EF Electric Purple

📋 copy color: '#BA04EF'

red 186 ◦ green 4 ◦ blue 239

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

Shades of Electric Purple #BA04EF

Tints of Electric Purple #BA04EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 43.36%
G = 0.93%
B = 55.71%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA04EF (or 0xBA04EF) is known color: Electric Purple. HEX triplet: BA, 04 and EF. RGB value is (186,4,239). Sum of RGB (Red+Green+Blue) = 186+4+239=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA04EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04EF is #45FB10. Grayscale: #545454. Windows color (decimal): -4586257 or 15664314. OLE color: 15664314.

HSL color Cylindrical-coordinate representation of color #BA04EF: hue angle of 286.47º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04EF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 4 239 -
CMYK 0.22 0.98 0 0.06
HSL 286.47º 0.97% 0.48% -
HSV(B) 286.47º 0.98% 0.94% -
XYZ 35.87 16.76 83.01 -
YUV 85.21 214.8 199.89 -
System Red Green Blue C M Y K H S L
Decimal 186 4 239 0.22 0.98 0 0.06 286.47 0.97 0.48
Hex BA 4 EF 16 62 0 6 11E 61 30
Octal 272 4 357 26 142 0 6 436 141 60
Binary 10111010 100 11101111 10110 1100010 0 110 100011110 1100001 110000

Color Harmonies of #BA04EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04EF

Black with #BA04EF

Text Example


Text Example

White with #BA04EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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