Html Css Color HEX #BA1BEF Electric Purple

📋 copy color: '#BA1BEF'

red 186 ◦ green 27 ◦ blue 239

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

Shades of Electric Purple #BA1BEF

Tints of Electric Purple #BA1BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.97%

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

R = 41.15%
G = 5.97%
B = 52.88%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA1BEF (or 0xBA1BEF) is known color: Electric Purple. HEX triplet: BA, 1B and EF. RGB value is (186,27,239). Sum of RGB (Red+Green+Blue) = 186+27+239=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA1BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BEF is #45E410. Grayscale: #626262. Windows color (decimal): -4580369 or 15670202. OLE color: 15670202.

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

Color convert

RGB 186 27 239 -
CMYK 0.22 0.89 0 0.06
HSL 285º 0.87% 0.52% -
HSV(B) 285º 0.89% 0.94% -
XYZ 36.22 17.45 83.12 -
YUV 98.71 207.18 190.26 -
System Red Green Blue C M Y K H S L
Decimal 186 27 239 0.22 0.89 0 0.06 285 0.87 0.52
Hex BA 1B EF 16 59 0 6 11D 57 34
Octal 272 33 357 26 131 0 6 435 127 64
Binary 10111010 11011 11101111 10110 1011001 0 110 100011101 1010111 110100

Color Harmonies of #BA1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BEF

Black with #BA1BEF

Text Example


Text Example

White with #BA1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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