Html Css Color HEX #BA1EFD Electric Purple

📋 copy color: '#BA1EFD'

red 186 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #BA1EFD

Tints of Electric Purple #BA1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.4%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 39.66%
G = 6.4%
B = 53.94%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA1EFD (or 0xBA1EFD) is known color: Electric Purple. HEX triplet: BA, 1E and FD. RGB value is (186,30,253). Sum of RGB (Red+Green+Blue) = 186+30+253=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA1EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EFD is #45E102. Grayscale: #656565. Windows color (decimal): -4579587 or 16588474. OLE color: 16588474.

HSL color Cylindrical-coordinate representation of color #BA1EFD: hue angle of 281.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1EFD is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 30 253 -
CMYK 0.26 0.88 0 0.01
HSL 281.97º 0.98% 0.55% -
HSV(B) 281.97º 0.88% 0.99% -
XYZ 38.44 18.46 94.47 -
YUV 102.07 213.18 187.87 -
System Red Green Blue C M Y K H S L
Decimal 186 30 253 0.26 0.88 0 0.01 281.97 0.98 0.55
Hex BA 1E FD 1A 58 0 1 11A 62 37
Octal 272 36 375 32 130 0 1 432 142 67
Binary 10111010 11110 11111101 11010 1011000 0 1 100011010 1100010 110111

Color Harmonies of #BA1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EFD

Black with #BA1EFD

Text Example


Text Example

White with #BA1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EFD; }

 p { color: rgb(186,30,253); }

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

background-color css

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

 a { background-color: rgb(186,30,253); }

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

border-color css

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

 span { border-color: rgb(186,30,253); }

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