Html Css Color HEX #BA04F0 Electric Purple

📋 copy color: '#BA04F0'

red 186 ◦ green 4 ◦ blue 240

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

Shades of Electric Purple #BA04F0

Tints of Electric Purple #BA04F0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 240 (94.14% from 255) = 55.81%

R = 43.26%
G = 0.93%
B = 55.81%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA04F0 (or 0xBA04F0) is known color: Electric Purple. HEX triplet: BA, 04 and F0. RGB value is (186,4,240). Sum of RGB (Red+Green+Blue) = 186+4+240=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA04F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04F0 is #45FB0F. Grayscale: #545454. Windows color (decimal): -4586256 or 15729850. OLE color: 15729850.

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

Color convert

RGB 186 4 240 -
CMYK 0.22 0.98 0 0.06
HSL 286.27º 0.97% 0.48% -
HSV(B) 286.27º 0.98% 0.94% -
XYZ 36.02 16.82 83.79 -
YUV 85.32 215.3 199.81 -
System Red Green Blue C M Y K H S L
Decimal 186 4 240 0.22 0.98 0 0.06 286.27 0.97 0.48
Hex BA 4 F0 16 62 0 6 11E 61 30
Octal 272 4 360 26 142 0 6 436 141 60
Binary 10111010 100 11110000 10110 1100010 0 110 100011110 1100001 110000

Color Harmonies of #BA04F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04F0

Black with #BA04F0

Text Example


Text Example

White with #BA04F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04F0; }

 p { color: rgb(186,4,240); }

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

background-color css

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

 a { background-color: rgb(186,4,240); }

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

border-color css

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

 span { border-color: rgb(186,4,240); }

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