Html Css Color HEX #BA21FD Electric Purple

📋 copy color: '#BA21FD'

red 186 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #BA21FD

Tints of Electric Purple #BA21FD

RGB

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

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

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

R = 39.41%
G = 6.99%
B = 53.6%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA21FD (or 0xBA21FD) is known color: Electric Purple. HEX triplet: BA, 21 and FD. RGB value is (186,33,253). Sum of RGB (Red+Green+Blue) = 186+33+253=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA21FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21FD is #45DE02. Grayscale: #676767. Windows color (decimal): -4578819 or 16589242. OLE color: 16589242.

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

Color convert

RGB 186 33 253 -
CMYK 0.26 0.87 0 0.01
HSL 281.73º 0.98% 0.56% -
HSV(B) 281.73º 0.87% 0.99% -
XYZ 38.52 18.62 94.49 -
YUV 103.83 212.19 186.61 -
System Red Green Blue C M Y K H S L
Decimal 186 33 253 0.26 0.87 0 0.01 281.73 0.98 0.56
Hex BA 21 FD 1A 57 0 1 11A 62 38
Octal 272 41 375 32 127 0 1 432 142 70
Binary 10111010 100001 11111101 11010 1010111 0 1 100011010 1100010 111000

Color Harmonies of #BA21FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA21FD

Black with #BA21FD

Text Example


Text Example

White with #BA21FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA21FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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