Html Css Color HEX #BA20E9 Electric Purple

📋 copy color: '#BA20E9'

red 186 ◦ green 32 ◦ blue 233

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

Shades of Electric Purple #BA20E9

Tints of Electric Purple #BA20E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.66%

R = 41.24%
G = 7.1%
B = 51.66%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA20E9 (or 0xBA20E9) is known color: Electric Purple. HEX triplet: BA, 20 and E9. RGB value is (186,32,233). Sum of RGB (Red+Green+Blue) = 186+32+233=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA20E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20E9 is #45DF16. Grayscale: #646464. Windows color (decimal): -4579095 or 15278266. OLE color: 15278266.

HSL color Cylindrical-coordinate representation of color #BA20E9: hue angle of 285.97º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20E9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 32 233 -
CMYK 0.20 0.86 0 0.09
HSL 285.97º 0.82% 0.52% -
HSV(B) 285.97º 0.86% 0.91% -
XYZ 35.47 17.36 78.57 -
YUV 100.96 202.52 188.66 -
System Red Green Blue C M Y K H S L
Decimal 186 32 233 0.20 0.86 0 0.09 285.97 0.82 0.52
Hex BA 20 E9 14 56 0 9 11E 52 34
Octal 272 40 351 24 126 0 11 436 122 64
Binary 10111010 100000 11101001 10100 1010110 0 1001 100011110 1010010 110100

Color Harmonies of #BA20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20E9

Black with #BA20E9

Text Example


Text Example

White with #BA20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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