Html Css Color HEX #BA1BE4 Electric Purple

📋 copy color: '#BA1BE4'

red 186 ◦ green 27 ◦ blue 228

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

Shades of Electric Purple #BA1BE4

Tints of Electric Purple #BA1BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.7%

R = 42.18%
G = 6.12%
B = 51.7%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA1BE4 (or 0xBA1BE4) is known color: Electric Purple. HEX triplet: BA, 1B and E4. RGB value is (186,27,228). Sum of RGB (Red+Green+Blue) = 186+27+228=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA1BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BE4 is #45E41B. Grayscale: #606060. Windows color (decimal): -4580380 or 14949306. OLE color: 14949306.

HSL color Cylindrical-coordinate representation of color #BA1BE4: hue angle of 287.46º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BE4 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 27 228 -
CMYK 0.18 0.88 0 0.11
HSL 287.46º 0.79% 0.5% -
HSV(B) 287.46º 0.88% 0.89% -
XYZ 34.65 16.82 74.82 -
YUV 97.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 186 27 228 0.18 0.88 0 0.11 287.46 0.79 0.5
Hex BA 1B E4 12 58 0 B 11F 4F 32
Octal 272 33 344 22 130 0 13 437 117 62
Binary 10111010 11011 11100100 10010 1011000 0 1011 100011111 1001111 110010

Color Harmonies of #BA1BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BE4

Black with #BA1BE4

Text Example


Text Example

White with #BA1BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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