Html Css Color HEX #BA01F1 Electric Purple

📋 copy color: '#BA01F1'

red 186 ◦ green 1 ◦ blue 241

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

Shades of Electric Purple #BA01F1

Tints of Electric Purple #BA01F1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 241 (94.53% from 255) = 56.31%

R = 43.46%
G = 0.23%
B = 56.31%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA01F1 (or 0xBA01F1) is known color: Electric Purple. HEX triplet: BA, 01 and F1. RGB value is (186,1,241). Sum of RGB (Red+Green+Blue) = 186+1+241=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA01F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01F1 is #45FE0E. Grayscale: #525252. Windows color (decimal): -4587023 or 15794618. OLE color: 15794618.

HSL color Cylindrical-coordinate representation of color #BA01F1: hue angle of 286.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01F1 is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 1 241 -
CMYK 0.23 1.00 0 0.05
HSL 286.25º 0.99% 0.47% -
HSV(B) 286.25º 1% 0.95% -
XYZ 36.14 16.81 84.56 -
YUV 83.68 216.79 200.99 -
System Red Green Blue C M Y K H S L
Decimal 186 1 241 0.23 1.00 0 0.05 286.25 0.99 0.47
Hex BA 1 F1 17 64 0 5 11E 63 2F
Octal 272 1 361 27 144 0 5 436 143 57
Binary 10111010 1 11110001 10111 1100100 0 101 100011110 1100011 101111

Color Harmonies of #BA01F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01F1

Black with #BA01F1

Text Example


Text Example

White with #BA01F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01F1; }

 p { color: rgb(186,1,241); }

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

background-color css

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

 a { background-color: rgb(186,1,241); }

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

border-color css

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

 span { border-color: rgb(186,1,241); }

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