Html Css Color HEX #BA0EEF Electric Purple

📋 copy color: '#BA0EEF'

red 186 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #BA0EEF

Tints of Electric Purple #BA0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.19%

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

R = 42.37%
G = 3.19%
B = 54.44%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA0EEF (or 0xBA0EEF) is known color: Electric Purple. HEX triplet: BA, 0E and EF. RGB value is (186,14,239). Sum of RGB (Red+Green+Blue) = 186+14+239=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EEF is #45F110. Grayscale: #5A5A5A. Windows color (decimal): -4583697 or 15666874. OLE color: 15666874.

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

Color convert

RGB 186 14 239 -
CMYK 0.22 0.94 0 0.06
HSL 285.87º 0.89% 0.5% -
HSV(B) 285.87º 0.94% 0.94% -
XYZ 35.99 16.99 83.04 -
YUV 91.08 211.48 195.7 -
System Red Green Blue C M Y K H S L
Decimal 186 14 239 0.22 0.94 0 0.06 285.87 0.89 0.5
Hex BA E EF 16 5E 0 6 11E 59 32
Octal 272 16 357 26 136 0 6 436 131 62
Binary 10111010 1110 11101111 10110 1011110 0 110 100011110 1011001 110010

Color Harmonies of #BA0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EEF

Black with #BA0EEF

Text Example


Text Example

White with #BA0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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