Html Css Color HEX #BA1FE2 Electric Purple

📋 copy color: '#BA1FE2'

red 186 ◦ green 31 ◦ blue 226

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

Shades of Electric Purple #BA1FE2

Tints of Electric Purple #BA1FE2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7%

 BLUE value IS 226 (88.67% from 255) = 51.02%

R = 41.99%
G = 7%
B = 51.02%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA1FE2 (or 0xBA1FE2) is known color: Electric Purple. HEX triplet: BA, 1F and E2. RGB value is (186,31,226). Sum of RGB (Red+Green+Blue) = 186+31+226=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA1FE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FE2 is #45E01D. Grayscale: #626262. Windows color (decimal): -4579358 or 14819258. OLE color: 14819258.

HSL color Cylindrical-coordinate representation of color #BA1FE2: hue angle of 287.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1FE2 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 31 226 -
CMYK 0.18 0.86 0 0.11
HSL 287.69º 0.77% 0.5% -
HSV(B) 287.69º 0.86% 0.89% -
XYZ 34.47 16.91 73.4 -
YUV 99.58 199.35 189.64 -
System Red Green Blue C M Y K H S L
Decimal 186 31 226 0.18 0.86 0 0.11 287.69 0.77 0.5
Hex BA 1F E2 12 56 0 B 120 4D 32
Octal 272 37 342 22 126 0 13 440 115 62
Binary 10111010 11111 11100010 10010 1010110 0 1011 100100000 1001101 110010

Color Harmonies of #BA1FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FE2

Black with #BA1FE2

Text Example


Text Example

White with #BA1FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FE2; }

 p { color: rgb(186,31,226); }

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

background-color css

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

 a { background-color: rgb(186,31,226); }

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

border-color css

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

 span { border-color: rgb(186,31,226); }

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