Html Css Color HEX #BA11EF Electric Purple

📋 copy color: '#BA11EF'

red 186 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #BA11EF

Tints of Electric Purple #BA11EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

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

R = 42.08%
G = 3.85%
B = 54.07%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA11EF (or 0xBA11EF) is known color: Electric Purple. HEX triplet: BA, 11 and EF. RGB value is (186,17,239). Sum of RGB (Red+Green+Blue) = 186+17+239=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11EF is #45EE10. Grayscale: #5C5C5C. Windows color (decimal): -4582929 or 15667642. OLE color: 15667642.

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

Color convert

RGB 186 17 239 -
CMYK 0.22 0.93 0 0.06
HSL 285.68º 0.87% 0.5% -
HSV(B) 285.68º 0.93% 0.94% -
XYZ 36.03 17.07 83.06 -
YUV 92.84 210.49 194.45 -
System Red Green Blue C M Y K H S L
Decimal 186 17 239 0.22 0.93 0 0.06 285.68 0.87 0.5
Hex BA 11 EF 16 5D 0 6 11E 57 32
Octal 272 21 357 26 135 0 6 436 127 62
Binary 10111010 10001 11101111 10110 1011101 0 110 100011110 1010111 110010

Color Harmonies of #BA11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11EF

Black with #BA11EF

Text Example


Text Example

White with #BA11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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