Html Css Color HEX #BA1EFB Electric Purple

📋 copy color: '#BA1EFB'

red 186 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #BA1EFB

Tints of Electric Purple #BA1EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 39.83%
G = 6.42%
B = 53.75%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA1EFB (or 0xBA1EFB) is known color: Electric Purple. HEX triplet: BA, 1E and FB. RGB value is (186,30,251). Sum of RGB (Red+Green+Blue) = 186+30+251=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EFB is #45E104. Grayscale: #656565. Windows color (decimal): -4579589 or 16457402. OLE color: 16457402.

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

Color convert

RGB 186 30 251 -
CMYK 0.26 0.88 0 0.02
HSL 282.35º 0.97% 0.55% -
HSV(B) 282.35º 0.88% 0.98% -
XYZ 38.13 18.33 92.8 -
YUV 101.84 212.18 188.03 -
System Red Green Blue C M Y K H S L
Decimal 186 30 251 0.26 0.88 0 0.02 282.35 0.97 0.55
Hex BA 1E FB 1A 58 0 2 11A 61 37
Octal 272 36 373 32 130 0 2 432 141 67
Binary 10111010 11110 11111011 11010 1011000 0 10 100011010 1100001 110111

Color Harmonies of #BA1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EFB

Black with #BA1EFB

Text Example


Text Example

White with #BA1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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