Html Css Color HEX #BA1BE1 Electric Purple

📋 copy color: '#BA1BE1'

red 186 ◦ green 27 ◦ blue 225

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

Shades of Electric Purple #BA1BE1

Tints of Electric Purple #BA1BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 42.47%
G = 6.16%
B = 51.37%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA1BE1 (or 0xBA1BE1) is known color: Electric Purple. HEX triplet: BA, 1B and E1. RGB value is (186,27,225). Sum of RGB (Red+Green+Blue) = 186+27+225=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA1BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BE1 is #45E41E. Grayscale: #606060. Windows color (decimal): -4580383 or 14752698. OLE color: 14752698.

HSL color Cylindrical-coordinate representation of color #BA1BE1: hue angle of 288.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BE1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 27 225 -
CMYK 0.17 0.88 0 0.12
HSL 288.18º 0.79% 0.49% -
HSV(B) 288.18º 0.88% 0.88% -
XYZ 34.23 16.66 72.65 -
YUV 97.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 186 27 225 0.17 0.88 0 0.12 288.18 0.79 0.49
Hex BA 1B E1 11 58 0 C 120 4F 31
Octal 272 33 341 21 130 0 14 440 117 61
Binary 10111010 11011 11100001 10001 1011000 0 1100 100100000 1001111 110001

Color Harmonies of #BA1BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BE1

Black with #BA1BE1

Text Example


Text Example

White with #BA1BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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