Html Css Color HEX #BA16EF Electric Purple

📋 copy color: '#BA16EF'

red 186 ◦ green 22 ◦ blue 239

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

Shades of Electric Purple #BA16EF

Tints of Electric Purple #BA16EF

RGB

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

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

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

R = 41.61%
G = 4.92%
B = 53.47%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA16EF (or 0xBA16EF) is known color: Electric Purple. HEX triplet: BA, 16 and EF. RGB value is (186,22,239). Sum of RGB (Red+Green+Blue) = 186+22+239=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16EF is #45E910. Grayscale: #5F5F5F. Windows color (decimal): -4581649 or 15668922. OLE color: 15668922.

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

Color convert

RGB 186 22 239 -
CMYK 0.22 0.91 0 0.06
HSL 285.35º 0.87% 0.51% -
HSV(B) 285.35º 0.91% 0.94% -
XYZ 36.12 17.24 83.09 -
YUV 95.77 208.83 192.36 -
System Red Green Blue C M Y K H S L
Decimal 186 22 239 0.22 0.91 0 0.06 285.35 0.87 0.51
Hex BA 16 EF 16 5B 0 6 11D 57 33
Octal 272 26 357 26 133 0 6 435 127 63
Binary 10111010 10110 11101111 10110 1011011 0 110 100011101 1010111 110011

Color Harmonies of #BA16EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16EF

Black with #BA16EF

Text Example


Text Example

White with #BA16EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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