Html Css Color HEX #BA25F9 Electric Purple

📋 copy color: '#BA25F9'

red 186 ◦ green 37 ◦ blue 249

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

Shades of Electric Purple #BA25F9

Tints of Electric Purple #BA25F9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.84%

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

R = 39.41%
G = 7.84%
B = 52.75%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA25F9 (or 0xBA25F9) is known color: Electric Purple. HEX triplet: BA, 25 and F9. RGB value is (186,37,249). Sum of RGB (Red+Green+Blue) = 186+37+249=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA25F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25F9 is #45DA06. Grayscale: #696969. Windows color (decimal): -4577799 or 16328122. OLE color: 16328122.

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

Color convert

RGB 186 37 249 -
CMYK 0.25 0.85 0 0.02
HSL 282.17º 0.95% 0.56% -
HSV(B) 282.17º 0.85% 0.98% -
XYZ 38.01 18.6 91.21 -
YUV 105.72 208.86 185.26 -
System Red Green Blue C M Y K H S L
Decimal 186 37 249 0.25 0.85 0 0.02 282.17 0.95 0.56
Hex BA 25 F9 19 55 0 2 11A 5F 38
Octal 272 45 371 31 125 0 2 432 137 70
Binary 10111010 100101 11111001 11001 1010101 0 10 100011010 1011111 111000

Color Harmonies of #BA25F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25F9

Black with #BA25F9

Text Example


Text Example

White with #BA25F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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