Html Css Color HEX #BA0EEE Electric Purple

📋 copy color: '#BA0EEE'

red 186 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #BA0EEE

Tints of Electric Purple #BA0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

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

R = 42.47%
G = 3.2%
B = 54.34%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA0EEE (or 0xBA0EEE) is known color: Electric Purple. HEX triplet: BA, 0E and EE. RGB value is (186,14,238). Sum of RGB (Red+Green+Blue) = 186+14+238=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EEE is #45F111. Grayscale: #5A5A5A. Windows color (decimal): -4583698 or 15601338. OLE color: 15601338.

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

Color convert

RGB 186 14 238 -
CMYK 0.22 0.94 0 0.07
HSL 286.07º 0.89% 0.49% -
HSV(B) 286.07º 0.94% 0.93% -
XYZ 35.84 16.93 82.27 -
YUV 90.96 210.98 195.79 -
System Red Green Blue C M Y K H S L
Decimal 186 14 238 0.22 0.94 0 0.07 286.07 0.89 0.49
Hex BA E EE 16 5E 0 7 11E 59 31
Octal 272 16 356 26 136 0 7 436 131 61
Binary 10111010 1110 11101110 10110 1011110 0 111 100011110 1011001 110001

Color Harmonies of #BA0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EEE

Black with #BA0EEE

Text Example


Text Example

White with #BA0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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