Html Css Color HEX #BA1EEE Electric Purple

📋 copy color: '#BA1EEE'

red 186 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #BA1EEE

Tints of Electric Purple #BA1EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.61%

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

R = 40.97%
G = 6.61%
B = 52.42%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1EEE (or 0xBA1EEE) is known color: Electric Purple. HEX triplet: BA, 1E and EE. RGB value is (186,30,238). Sum of RGB (Red+Green+Blue) = 186+30+238=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EEE is #45E111. Grayscale: #636363. Windows color (decimal): -4579602 or 15605434. OLE color: 15605434.

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

Color convert

RGB 186 30 238 -
CMYK 0.22 0.87 0 0.07
HSL 285º 0.86% 0.53% -
HSV(B) 285º 0.87% 0.93% -
XYZ 36.15 17.54 82.37 -
YUV 100.36 205.68 189.09 -
System Red Green Blue C M Y K H S L
Decimal 186 30 238 0.22 0.87 0 0.07 285 0.86 0.53
Hex BA 1E EE 16 57 0 7 11D 56 35
Octal 272 36 356 26 127 0 7 435 126 65
Binary 10111010 11110 11101110 10110 1010111 0 111 100011101 1010110 110101

Color Harmonies of #BA1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EEE

Black with #BA1EEE

Text Example


Text Example

White with #BA1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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