Html Css Color HEX #BA25FD Electric Purple

📋 copy color: '#BA25FD'

red 186 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #BA25FD

Tints of Electric Purple #BA25FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 39.08%
G = 7.77%
B = 53.15%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA25FD (or 0xBA25FD) is known color: Electric Purple. HEX triplet: BA, 25 and FD. RGB value is (186,37,253). Sum of RGB (Red+Green+Blue) = 186+37+253=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA25FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25FD is #45DA02. Grayscale: #696969. Windows color (decimal): -4577795 or 16590266. OLE color: 16590266.

HSL color Cylindrical-coordinate representation of color #BA25FD: hue angle of 281.39º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA25FD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 37 253 -
CMYK 0.26 0.85 0 0.01
HSL 281.39º 0.98% 0.57% -
HSV(B) 281.39º 0.85% 0.99% -
XYZ 38.64 18.85 94.53 -
YUV 106.18 210.86 184.94 -
System Red Green Blue C M Y K H S L
Decimal 186 37 253 0.26 0.85 0 0.01 281.39 0.98 0.57
Hex BA 25 FD 1A 55 0 1 119 62 39
Octal 272 45 375 32 125 0 1 431 142 71
Binary 10111010 100101 11111101 11010 1010101 0 1 100011001 1100010 111001

Color Harmonies of #BA25FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25FD

Black with #BA25FD

Text Example


Text Example

White with #BA25FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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