Html Css Color HEX #BA29EF Electric Purple

📋 copy color: '#BA29EF'

red 186 ◦ green 41 ◦ blue 239

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

Shades of Electric Purple #BA29EF

Tints of Electric Purple #BA29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.8%

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

R = 39.91%
G = 8.8%
B = 51.29%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA29EF (or 0xBA29EF) is known color: Electric Purple. HEX triplet: BA, 29 and EF. RGB value is (186,41,239). Sum of RGB (Red+Green+Blue) = 186+41+239=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29EF is #45D610. Grayscale: #6A6A6A. Windows color (decimal): -4576785 or 15673786. OLE color: 15673786.

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

Color convert

RGB 186 41 239 -
CMYK 0.22 0.83 0 0.06
HSL 283.94º 0.86% 0.55% -
HSV(B) 283.94º 0.83% 0.94% -
XYZ 36.62 18.26 83.26 -
YUV 106.93 202.54 184.4 -
System Red Green Blue C M Y K H S L
Decimal 186 41 239 0.22 0.83 0 0.06 283.94 0.86 0.55
Hex BA 29 EF 16 53 0 6 11C 56 37
Octal 272 51 357 26 123 0 6 434 126 67
Binary 10111010 101001 11101111 10110 1010011 0 110 100011100 1010110 110111

Color Harmonies of #BA29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29EF

Black with #BA29EF

Text Example


Text Example

White with #BA29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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