Html Css Color HEX #BA21F1 Electric Purple

📋 copy color: '#BA21F1'

red 186 ◦ green 33 ◦ blue 241

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

Shades of Electric Purple #BA21F1

Tints of Electric Purple #BA21F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.39%

R = 40.43%
G = 7.17%
B = 52.39%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA21F1 (or 0xBA21F1) is known color: Electric Purple. HEX triplet: BA, 21 and F1. RGB value is (186,33,241). Sum of RGB (Red+Green+Blue) = 186+33+241=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA21F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21F1 is #45DE0E. Grayscale: #656565. Windows color (decimal): -4578831 or 15802810. OLE color: 15802810.

HSL color Cylindrical-coordinate representation of color #BA21F1: hue angle of 284.13º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA21F1 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 33 241 -
CMYK 0.23 0.86 0 0.05
HSL 284.13º 0.88% 0.54% -
HSV(B) 284.13º 0.86% 0.95% -
XYZ 36.67 17.88 84.74 -
YUV 102.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 186 33 241 0.23 0.86 0 0.05 284.13 0.88 0.54
Hex BA 21 F1 17 56 0 5 11C 58 36
Octal 272 41 361 27 126 0 5 434 130 66
Binary 10111010 100001 11110001 10111 1010110 0 101 100011100 1011000 110110

Color Harmonies of #BA21F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21F1

Black with #BA21F1

Text Example


Text Example

White with #BA21F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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