Html Css Color HEX #BA1FEF Electric Purple

📋 copy color: '#BA1FEF'

red 186 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #BA1FEF

Tints of Electric Purple #BA1FEF

RGB

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

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

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

R = 40.79%
G = 6.8%
B = 52.41%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA1FEF (or 0xBA1FEF) is known color: Electric Purple. HEX triplet: BA, 1F and EF. RGB value is (186,31,239). Sum of RGB (Red+Green+Blue) = 186+31+239=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA1FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FEF is #45E010. Grayscale: #646464. Windows color (decimal): -4579345 or 15671226. OLE color: 15671226.

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

Color convert

RGB 186 31 239 -
CMYK 0.22 0.87 0 0.06
HSL 284.71º 0.87% 0.53% -
HSV(B) 284.71º 0.87% 0.94% -
XYZ 36.32 17.65 83.15 -
YUV 101.06 205.85 188.59 -
System Red Green Blue C M Y K H S L
Decimal 186 31 239 0.22 0.87 0 0.06 284.71 0.87 0.53
Hex BA 1F EF 16 57 0 6 11D 57 35
Octal 272 37 357 26 127 0 6 435 127 65
Binary 10111010 11111 11101111 10110 1010111 0 110 100011101 1010111 110101

Color Harmonies of #BA1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FEF

Black with #BA1FEF

Text Example


Text Example

White with #BA1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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