Html Css Color HEX #BA07F9 Electric Purple

📋 copy color: '#BA07F9'

red 186 ◦ green 7 ◦ blue 249

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

Shades of Electric Purple #BA07F9

Tints of Electric Purple #BA07F9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 42.08%
G = 1.58%
B = 56.33%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA07F9 (or 0xBA07F9) is known color: Electric Purple. HEX triplet: BA, 07 and F9. RGB value is (186,7,249). Sum of RGB (Red+Green+Blue) = 186+7+249=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA07F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07F9 is #45F806. Grayscale: #575757. Windows color (decimal): -4585479 or 16320442. OLE color: 16320442.

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

Color convert

RGB 186 7 249 -
CMYK 0.25 0.97 0 0.02
HSL 284.38º 0.95% 0.5% -
HSV(B) 284.38º 0.97% 0.98% -
XYZ 37.42 17.43 91.01 -
YUV 88.11 218.8 197.82 -
System Red Green Blue C M Y K H S L
Decimal 186 7 249 0.25 0.97 0 0.02 284.38 0.95 0.5
Hex BA 7 F9 19 61 0 2 11C 5F 32
Octal 272 7 371 31 141 0 2 434 137 62
Binary 10111010 111 11111001 11001 1100001 0 10 100011100 1011111 110010

Color Harmonies of #BA07F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07F9

Black with #BA07F9

Text Example


Text Example

White with #BA07F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07F9; }

 p { color: rgb(186,7,249); }

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

background-color css

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

 a { background-color: rgb(186,7,249); }

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

border-color css

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

 span { border-color: rgb(186,7,249); }

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