Html Css Color HEX #BA2EF8 Electric Purple

📋 copy color: '#BA2EF8'

red 186 ◦ green 46 ◦ blue 248

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

Shades of Electric Purple #BA2EF8

Tints of Electric Purple #BA2EF8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.58%

 BLUE value IS 248 (97.27% from 255) = 51.67%

R = 38.75%
G = 9.58%
B = 51.67%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA2EF8 (or 0xBA2EF8) is known color: Electric Purple. HEX triplet: BA, 2E and F8. RGB value is (186,46,248). Sum of RGB (Red+Green+Blue) = 186+46+248=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 248 (97.27% from 255 or 51.67% from 480); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA2EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EF8 is #45D107. Grayscale: #6E6E6E. Windows color (decimal): -4575496 or 16264890. OLE color: 16264890.

HSL color Cylindrical-coordinate representation of color #BA2EF8: hue angle of 281.58º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2EF8 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 46 248 -
CMYK 0.25 0.81 0 0.03
HSL 281.58º 0.94% 0.58% -
HSV(B) 281.58º 0.81% 0.97% -
XYZ 38.17 19.17 90.5 -
YUV 110.89 205.38 181.57 -
System Red Green Blue C M Y K H S L
Decimal 186 46 248 0.25 0.81 0 0.03 281.58 0.94 0.58
Hex BA 2E F8 19 51 0 3 11A 5E 3A
Octal 272 56 370 31 121 0 3 432 136 72
Binary 10111010 101110 11111000 11001 1010001 0 11 100011010 1011110 111010

Color Harmonies of #BA2EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EF8

Black with #BA2EF8

Text Example


Text Example

White with #BA2EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EF8; }

 p { color: rgb(186,46,248); }

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

background-color css

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

 a { background-color: rgb(186,46,248); }

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

border-color css

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

 span { border-color: rgb(186,46,248); }

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