Html Css Color HEX #BA10EF Electric Purple

📋 copy color: '#BA10EF'

red 186 ◦ green 16 ◦ blue 239

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

Shades of Electric Purple #BA10EF

Tints of Electric Purple #BA10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.63%

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

R = 42.18%
G = 3.63%
B = 54.2%

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

#BA10EF (or 0xBA10EF) is known color: Electric Purple. HEX triplet: BA, 10 and EF. RGB value is (186,16,239). Sum of RGB (Red+Green+Blue) = 186+16+239=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10EF is #45EF10. Grayscale: #5B5B5B. Windows color (decimal): -4583185 or 15667386. OLE color: 15667386.

HSL color Cylindrical-coordinate representation of color #BA10EF: hue angle of 285.74º 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 #BA10EF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 16 239 -
CMYK 0.22 0.93 0 0.06
HSL 285.74º 0.87% 0.5% -
HSV(B) 285.74º 0.93% 0.94% -
XYZ 36.01 17.04 83.05 -
YUV 92.25 210.82 194.87 -
System Red Green Blue C M Y K H S L
Decimal 186 16 239 0.22 0.93 0 0.06 285.74 0.87 0.5
Hex BA 10 EF 16 5D 0 6 11E 57 32
Octal 272 20 357 26 135 0 6 436 127 62
Binary 10111010 10000 11101111 10110 1011101 0 110 100011110 1010111 110010

Color Harmonies of #BA10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10EF

Black with #BA10EF

Text Example


Text Example

White with #BA10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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