Html Css Color HEX #BA15E5 Electric Purple

📋 copy color: '#BA15E5'

red 186 ◦ green 21 ◦ blue 229

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

Shades of Electric Purple #BA15E5

Tints of Electric Purple #BA15E5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.82%

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

R = 42.66%
G = 4.82%
B = 52.52%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA15E5 (or 0xBA15E5) is known color: Electric Purple. HEX triplet: BA, 15 and E5. RGB value is (186,21,229). Sum of RGB (Red+Green+Blue) = 186+21+229=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA15E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15E5 is #45EA1A. Grayscale: #5D5D5D. Windows color (decimal): -4581915 or 15013306. OLE color: 15013306.

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

Color convert

RGB 186 21 229 -
CMYK 0.19 0.91 0 0.10
HSL 287.6º 0.83% 0.49% -
HSV(B) 287.6º 0.91% 0.9% -
XYZ 34.66 16.63 75.51 -
YUV 94.05 204.16 193.59 -
System Red Green Blue C M Y K H S L
Decimal 186 21 229 0.19 0.91 0 0.10 287.6 0.83 0.49
Hex BA 15 E5 13 5B 0 A 120 53 31
Octal 272 25 345 23 133 0 12 440 123 61
Binary 10111010 10101 11100101 10011 1011011 0 1010 100100000 1010011 110001

Color Harmonies of #BA15E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15E5

Black with #BA15E5

Text Example


Text Example

White with #BA15E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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