Html Css Color HEX #BA04FF Electric Purple

📋 copy color: '#BA04FF'

red 186 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #BA04FF

Tints of Electric Purple #BA04FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 41.8%
G = 0.9%
B = 57.3%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA04FF (or 0xBA04FF) is known color: Electric Purple. HEX triplet: BA, 04 and FF. RGB value is (186,4,255). Sum of RGB (Red+Green+Blue) = 186+4+255=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04FF is #45FB00. Grayscale: #565656. Windows color (decimal): -4586241 or 16712890. OLE color: 16712890.

HSL color Cylindrical-coordinate representation of color #BA04FF: hue angle of 283.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 4 255 -
CMYK 0.27 0.98 0 0
HSL 283.51º 1% 0.51% -
HSV(B) 283.51º 0.98% 1% -
XYZ 38.34 17.75 96.01 -
YUV 87.03 222.8 198.59 -
System Red Green Blue C M Y K H S L
Decimal 186 4 255 0.27 0.98 0 0 283.51 1 0.51
Hex BA 4 FF 1B 62 0 0 11C 64 33
Octal 272 4 377 33 142 0 0 434 144 63
Binary 10111010 100 11111111 11011 1100010 0 0 100011100 1100100 110011

Color Harmonies of #BA04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04FF

Black with #BA04FF

Text Example


Text Example

White with #BA04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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