Html Css Color HEX #BA25EA Electric Purple

📋 copy color: '#BA25EA'

red 186 ◦ green 37 ◦ blue 234

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

Shades of Electric Purple #BA25EA

Tints of Electric Purple #BA25EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 40.7%
G = 8.1%
B = 51.2%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA25EA (or 0xBA25EA) is known color: Electric Purple. HEX triplet: BA, 25 and EA. RGB value is (186,37,234). Sum of RGB (Red+Green+Blue) = 186+37+234=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25EA is #45DA15. Grayscale: #676767. Windows color (decimal): -4577814 or 15345082. OLE color: 15345082.

HSL color Cylindrical-coordinate representation of color #BA25EA: hue angle of 285.38º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA25EA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 37 234 -
CMYK 0.21 0.84 0 0.08
HSL 285.38º 0.82% 0.53% -
HSV(B) 285.38º 0.84% 0.92% -
XYZ 35.76 17.7 79.37 -
YUV 104.01 201.36 186.48 -
System Red Green Blue C M Y K H S L
Decimal 186 37 234 0.21 0.84 0 0.08 285.38 0.82 0.53
Hex BA 25 EA 15 54 0 8 11D 52 35
Octal 272 45 352 25 124 0 10 435 122 65
Binary 10111010 100101 11101010 10101 1010100 0 1000 100011101 1010010 110101

Color Harmonies of #BA25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25EA

Black with #BA25EA

Text Example


Text Example

White with #BA25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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