Html Css Color HEX #BA20EA Electric Purple

📋 copy color: '#BA20EA'

red 186 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #BA20EA

Tints of Electric Purple #BA20EA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.08%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 41.15%
G = 7.08%
B = 51.77%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA20EA (or 0xBA20EA) is known color: Electric Purple. HEX triplet: BA, 20 and EA. RGB value is (186,32,234). Sum of RGB (Red+Green+Blue) = 186+32+234=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA20EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20EA is #45DF15. Grayscale: #646464. Windows color (decimal): -4579094 or 15343802. OLE color: 15343802.

HSL color Cylindrical-coordinate representation of color #BA20EA: hue angle of 285.74º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20EA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 32 234 -
CMYK 0.21 0.86 0 0.08
HSL 285.74º 0.83% 0.52% -
HSV(B) 285.74º 0.86% 0.92% -
XYZ 35.62 17.41 79.33 -
YUV 101.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 186 32 234 0.21 0.86 0 0.08 285.74 0.83 0.52
Hex BA 20 EA 15 56 0 8 11E 53 34
Octal 272 40 352 25 126 0 10 436 123 64
Binary 10111010 100000 11101010 10101 1010110 0 1000 100011110 1010011 110100

Color Harmonies of #BA20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20EA

Black with #BA20EA

Text Example


Text Example

White with #BA20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20EA; }

 p { color: rgb(186,32,234); }

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

background-color css

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

 a { background-color: rgb(186,32,234); }

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

border-color css

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

 span { border-color: rgb(186,32,234); }

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