Html Css Color HEX #BA2FFD Electric Purple

📋 copy color: '#BA2FFD'

red 186 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #BA2FFD

Tints of Electric Purple #BA2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.67%

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

R = 38.27%
G = 9.67%
B = 52.06%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA2FFD (or 0xBA2FFD) is known color: Electric Purple. HEX triplet: BA, 2F and FD. RGB value is (186,47,253). Sum of RGB (Red+Green+Blue) = 186+47+253=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FFD is #45D002. Grayscale: #6F6F6F. Windows color (decimal): -4575235 or 16592826. OLE color: 16592826.

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

Color convert

RGB 186 47 253 -
CMYK 0.26 0.81 0 0.01
HSL 280.49º 0.98% 0.59% -
HSV(B) 280.49º 0.81% 0.99% -
XYZ 39 19.56 94.65 -
YUV 112.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 186 47 253 0.26 0.81 0 0.01 280.49 0.98 0.59
Hex BA 2F FD 1A 51 0 1 118 62 3B
Octal 272 57 375 32 121 0 1 430 142 73
Binary 10111010 101111 11111101 11010 1010001 0 1 100011000 1100010 111011

Color Harmonies of #BA2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FFD

Black with #BA2FFD

Text Example


Text Example

White with #BA2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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