Html Css Color HEX #BA1EEF Electric Purple

📋 copy color: '#BA1EEF'

red 186 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #BA1EEF

Tints of Electric Purple #BA1EEF

RGB

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

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

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

R = 40.88%
G = 6.59%
B = 52.53%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA1EEF (or 0xBA1EEF) is known color: Electric Purple. HEX triplet: BA, 1E and EF. RGB value is (186,30,239). Sum of RGB (Red+Green+Blue) = 186+30+239=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EEF is #45E110. Grayscale: #636363. Windows color (decimal): -4579601 or 15670970. OLE color: 15670970.

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

Color convert

RGB 186 30 239 -
CMYK 0.22 0.87 0 0.06
HSL 284.78º 0.87% 0.53% -
HSV(B) 284.78º 0.87% 0.94% -
XYZ 36.29 17.6 83.15 -
YUV 100.47 206.18 189.01 -
System Red Green Blue C M Y K H S L
Decimal 186 30 239 0.22 0.87 0 0.06 284.78 0.87 0.53
Hex BA 1E EF 16 57 0 6 11D 57 35
Octal 272 36 357 26 127 0 6 435 127 65
Binary 10111010 11110 11101111 10110 1010111 0 110 100011101 1010111 110101

Color Harmonies of #BA1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EEF

Black with #BA1EEF

Text Example


Text Example

White with #BA1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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