Html Css Color HEX #BA27EF Electric Purple

📋 copy color: '#BA27EF'

red 186 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #BA27EF

Tints of Electric Purple #BA27EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.41%

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 40.09%
G = 8.41%
B = 51.51%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA27EF (or 0xBA27EF) is known color: Electric Purple. HEX triplet: BA, 27 and EF. RGB value is (186,39,239). Sum of RGB (Red+Green+Blue) = 186+39+239=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27EF is #45D810. Grayscale: #696969. Windows color (decimal): -4577297 or 15673274. OLE color: 15673274.

HSL color Cylindrical-coordinate representation of color #BA27EF: hue angle of 284.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA27EF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 39 239 -
CMYK 0.22 0.84 0 0.06
HSL 284.1º 0.86% 0.55% -
HSV(B) 284.1º 0.84% 0.94% -
XYZ 36.56 18.12 83.23 -
YUV 105.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 186 39 239 0.22 0.84 0 0.06 284.1 0.86 0.55
Hex BA 27 EF 16 54 0 6 11C 56 37
Octal 272 47 357 26 124 0 6 434 126 67
Binary 10111010 100111 11101111 10110 1010100 0 110 100011100 1010110 110111

Color Harmonies of #BA27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27EF

Black with #BA27EF

Text Example


Text Example

White with #BA27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27EF; }

 p { color: rgb(186,39,239); }

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

background-color css

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

 a { background-color: rgb(186,39,239); }

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

border-color css

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

 span { border-color: rgb(186,39,239); }

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