Html Css Color HEX #BA27EE Electric Purple

📋 copy color: '#BA27EE'

red 186 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #BA27EE

Tints of Electric Purple #BA27EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 40.17%
G = 8.42%
B = 51.4%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA27EE (or 0xBA27EE) is known color: Electric Purple. HEX triplet: BA, 27 and EE. RGB value is (186,39,238). Sum of RGB (Red+Green+Blue) = 186+39+238=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27EE is #45D811. Grayscale: #686868. Windows color (decimal): -4577298 or 15607738. OLE color: 15607738.

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

Color convert

RGB 186 39 238 -
CMYK 0.22 0.84 0 0.07
HSL 284.32º 0.85% 0.54% -
HSV(B) 284.32º 0.84% 0.93% -
XYZ 36.41 18.06 82.46 -
YUV 105.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 186 39 238 0.22 0.84 0 0.07 284.32 0.85 0.54
Hex BA 27 EE 16 54 0 7 11C 55 36
Octal 272 47 356 26 124 0 7 434 125 66
Binary 10111010 100111 11101110 10110 1010100 0 111 100011100 1010101 110110

Color Harmonies of #BA27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27EE

Black with #BA27EE

Text Example


Text Example

White with #BA27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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