Html Css Color HEX #BA21F5 Electric Purple

📋 copy color: '#BA21F5'

red 186 ◦ green 33 ◦ blue 245

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

Shades of Electric Purple #BA21F5

Tints of Electric Purple #BA21F5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.11%

 BLUE value IS 245 (96.09% from 255) = 52.8%

R = 40.09%
G = 7.11%
B = 52.8%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA21F5 (or 0xBA21F5) is known color: Electric Purple. HEX triplet: BA, 21 and F5. RGB value is (186,33,245). Sum of RGB (Red+Green+Blue) = 186+33+245=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA21F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21F5 is #45DE0A. Grayscale: #666666. Windows color (decimal): -4578827 or 16064954. OLE color: 16064954.

HSL color Cylindrical-coordinate representation of color #BA21F5: hue angle of 283.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA21F5 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 33 245 -
CMYK 0.24 0.87 0 0.04
HSL 283.3º 0.91% 0.55% -
HSV(B) 283.3º 0.87% 0.96% -
XYZ 37.27 18.12 87.92 -
YUV 102.92 208.19 187.26 -
System Red Green Blue C M Y K H S L
Decimal 186 33 245 0.24 0.87 0 0.04 283.3 0.91 0.55
Hex BA 21 F5 18 57 0 4 11B 5B 37
Octal 272 41 365 30 127 0 4 433 133 67
Binary 10111010 100001 11110101 11000 1010111 0 100 100011011 1011011 110111

Color Harmonies of #BA21F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21F5

Black with #BA21F5

Text Example


Text Example

White with #BA21F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21F5; }

 p { color: rgb(186,33,245); }

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

background-color css

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

 a { background-color: rgb(186,33,245); }

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

border-color css

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

 span { border-color: rgb(186,33,245); }

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