Html Css Color HEX #BA20ED Electric Purple

📋 copy color: '#BA20ED'

red 186 ◦ green 32 ◦ blue 237

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

Shades of Electric Purple #BA20ED

Tints of Electric Purple #BA20ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 40.88%
G = 7.03%
B = 52.09%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA20ED (or 0xBA20ED) is known color: Electric Purple. HEX triplet: BA, 20 and ED. RGB value is (186,32,237). Sum of RGB (Red+Green+Blue) = 186+32+237=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20ED is #45DF12. Grayscale: #646464. Windows color (decimal): -4579091 or 15540410. OLE color: 15540410.

HSL color Cylindrical-coordinate representation of color #BA20ED: hue angle of 285.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20ED is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 32 237 -
CMYK 0.22 0.86 0 0.07
HSL 285.07º 0.85% 0.53% -
HSV(B) 285.07º 0.86% 0.93% -
XYZ 36.05 17.59 81.62 -
YUV 101.42 204.52 188.33 -
System Red Green Blue C M Y K H S L
Decimal 186 32 237 0.22 0.86 0 0.07 285.07 0.85 0.53
Hex BA 20 ED 16 56 0 7 11D 55 35
Octal 272 40 355 26 126 0 7 435 125 65
Binary 10111010 100000 11101101 10110 1010110 0 111 100011101 1010101 110101

Color Harmonies of #BA20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA20ED

Black with #BA20ED

Text Example


Text Example

White with #BA20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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