Html Css Color HEX #BA1EEC Electric Purple

📋 copy color: '#BA1EEC'

red 186 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #BA1EEC

Tints of Electric Purple #BA1EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 41.15%
G = 6.64%
B = 52.21%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1EEC (or 0xBA1EEC) is known color: Electric Purple. HEX triplet: BA, 1E and EC. RGB value is (186,30,236). Sum of RGB (Red+Green+Blue) = 186+30+236=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA1EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EEC is #45E113. Grayscale: #636363. Windows color (decimal): -4579604 or 15474362. OLE color: 15474362.

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

Color convert

RGB 186 30 236 -
CMYK 0.21 0.87 0 0.07
HSL 285.44º 0.84% 0.52% -
HSV(B) 285.44º 0.87% 0.93% -
XYZ 35.85 17.42 80.83 -
YUV 100.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 186 30 236 0.21 0.87 0 0.07 285.44 0.84 0.52
Hex BA 1E EC 15 57 0 7 11D 54 34
Octal 272 36 354 25 127 0 7 435 124 64
Binary 10111010 11110 11101100 10101 1010111 0 111 100011101 1010100 110100

Color Harmonies of #BA1EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EEC

Black with #BA1EEC

Text Example


Text Example

White with #BA1EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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