Html Css Color HEX #BA1BE5 Electric Purple

📋 copy color: '#BA1BE5'

red 186 ◦ green 27 ◦ blue 229

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

Shades of Electric Purple #BA1BE5

Tints of Electric Purple #BA1BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.81%

R = 42.08%
G = 6.11%
B = 51.81%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA1BE5 (or 0xBA1BE5) is known color: Electric Purple. HEX triplet: BA, 1B and E5. RGB value is (186,27,229). Sum of RGB (Red+Green+Blue) = 186+27+229=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA1BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BE5 is #45E41A. Grayscale: #606060. Windows color (decimal): -4580379 or 15014842. OLE color: 15014842.

HSL color Cylindrical-coordinate representation of color #BA1BE5: hue angle of 287.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BE5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 27 229 -
CMYK 0.19 0.88 0 0.10
HSL 287.23º 0.8% 0.5% -
HSV(B) 287.23º 0.88% 0.9% -
XYZ 34.78 16.88 75.55 -
YUV 97.57 202.18 191.07 -
System Red Green Blue C M Y K H S L
Decimal 186 27 229 0.19 0.88 0 0.10 287.23 0.8 0.5
Hex BA 1B E5 13 58 0 A 11F 50 32
Octal 272 33 345 23 130 0 12 437 120 62
Binary 10111010 11011 11100101 10011 1011000 0 1010 100011111 1010000 110010

Color Harmonies of #BA1BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BE5

Black with #BA1BE5

Text Example


Text Example

White with #BA1BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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