Html Css Color HEX #BA2AFA Electric Purple

📋 copy color: '#BA2AFA'

red 186 ◦ green 42 ◦ blue 250

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

Shades of Electric Purple #BA2AFA

Tints of Electric Purple #BA2AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.79%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 38.91%
G = 8.79%
B = 52.3%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA2AFA (or 0xBA2AFA) is known color: Electric Purple. HEX triplet: BA, 2A and FA. RGB value is (186,42,250). Sum of RGB (Red+Green+Blue) = 186+42+250=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA2AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AFA is #45D505. Grayscale: #6C6C6C. Windows color (decimal): -4576518 or 16394938. OLE color: 16394938.

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

Color convert

RGB 186 42 250 -
CMYK 0.26 0.83 0 0.02
HSL 281.54º 0.95% 0.57% -
HSV(B) 281.54º 0.83% 0.98% -
XYZ 38.33 19 92.09 -
YUV 108.77 207.71 183.09 -
System Red Green Blue C M Y K H S L
Decimal 186 42 250 0.26 0.83 0 0.02 281.54 0.95 0.57
Hex BA 2A FA 1A 53 0 2 11A 5F 39
Octal 272 52 372 32 123 0 2 432 137 71
Binary 10111010 101010 11111010 11010 1010011 0 10 100011010 1011111 111001

Color Harmonies of #BA2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AFA

Black with #BA2AFA

Text Example


Text Example

White with #BA2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AFA; }

 p { color: rgb(186,42,250); }

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

background-color css

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

 a { background-color: rgb(186,42,250); }

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

border-color css

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

 span { border-color: rgb(186,42,250); }

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