Html Css Color HEX #BA16EE Electric Purple

📋 copy color: '#BA16EE'

red 186 ◦ green 22 ◦ blue 238

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

Shades of Electric Purple #BA16EE

Tints of Electric Purple #BA16EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.93%

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 41.7%
G = 4.93%
B = 53.36%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA16EE (or 0xBA16EE) is known color: Electric Purple. HEX triplet: BA, 16 and EE. RGB value is (186,22,238). Sum of RGB (Red+Green+Blue) = 186+22+238=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16EE is #45E911. Grayscale: #5E5E5E. Windows color (decimal): -4581650 or 15603386. OLE color: 15603386.

HSL color Cylindrical-coordinate representation of color #BA16EE: hue angle of 285.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA16EE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 22 238 -
CMYK 0.22 0.91 0 0.07
HSL 285.56º 0.86% 0.51% -
HSV(B) 285.56º 0.91% 0.93% -
XYZ 35.97 17.19 82.31 -
YUV 95.66 208.33 192.44 -
System Red Green Blue C M Y K H S L
Decimal 186 22 238 0.22 0.91 0 0.07 285.56 0.86 0.51
Hex BA 16 EE 16 5B 0 7 11E 56 33
Octal 272 26 356 26 133 0 7 436 126 63
Binary 10111010 10110 11101110 10110 1011011 0 111 100011110 1010110 110011

Color Harmonies of #BA16EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16EE

Black with #BA16EE

Text Example


Text Example

White with #BA16EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16EE; }

 p { color: rgb(186,22,238); }

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

background-color css

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

 a { background-color: rgb(186,22,238); }

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

border-color css

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

 span { border-color: rgb(186,22,238); }

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