Html Css Color HEX #BA29FF Electric Purple

📋 copy color: '#BA29FF'

red 186 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #BA29FF

Tints of Electric Purple #BA29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 38.59%
G = 8.51%
B = 52.9%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA29FF (or 0xBA29FF) is known color: Electric Purple. HEX triplet: BA, 29 and FF. RGB value is (186,41,255). Sum of RGB (Red+Green+Blue) = 186+41+255=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29FF is #45D600. Grayscale: #6C6C6C. Windows color (decimal): -4576769 or 16722362. OLE color: 16722362.

HSL color Cylindrical-coordinate representation of color #BA29FF: hue angle of 280.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA29FF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 41 255 -
CMYK 0.27 0.84 0 0
HSL 280.65º 1% 0.58% -
HSV(B) 280.65º 0.84% 1% -
XYZ 39.09 19.24 96.26 -
YUV 108.75 210.54 183.1 -
System Red Green Blue C M Y K H S L
Decimal 186 41 255 0.27 0.84 0 0 280.65 1 0.58
Hex BA 29 FF 1B 54 0 0 119 64 3A
Octal 272 51 377 33 124 0 0 431 144 72
Binary 10111010 101001 11111111 11011 1010100 0 0 100011001 1100100 111010

Color Harmonies of #BA29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA29FF

Black with #BA29FF

Text Example


Text Example

White with #BA29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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