Html Css Color HEX #BA05F0 Electric Purple

📋 copy color: '#BA05F0'

red 186 ◦ green 5 ◦ blue 240

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

Shades of Electric Purple #BA05F0

Tints of Electric Purple #BA05F0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

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

R = 43.16%
G = 1.16%
B = 55.68%

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

#BA05F0 (or 0xBA05F0) is known color: Electric Purple. HEX triplet: BA, 05 and F0. RGB value is (186,5,240). Sum of RGB (Red+Green+Blue) = 186+5+240=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA05F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05F0 is #45FA0F. Grayscale: #555555. Windows color (decimal): -4586000 or 15730106. OLE color: 15730106.

HSL color Cylindrical-coordinate representation of color #BA05F0: hue angle of 286.21º degrees, saturation: 0.96, 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 #BA05F0 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 5 240 -
CMYK 0.22 0.98 0 0.06
HSL 286.21º 0.96% 0.48% -
HSV(B) 286.21º 0.98% 0.94% -
XYZ 36.03 16.84 83.79 -
YUV 85.91 214.97 199.39 -
System Red Green Blue C M Y K H S L
Decimal 186 5 240 0.22 0.98 0 0.06 286.21 0.96 0.48
Hex BA 5 F0 16 62 0 6 11E 60 30
Octal 272 5 360 26 142 0 6 436 140 60
Binary 10111010 101 11110000 10110 1100010 0 110 100011110 1100000 110000

Color Harmonies of #BA05F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05F0

Black with #BA05F0

Text Example


Text Example

White with #BA05F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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