Html Css Color HEX #BA10E5 Electric Purple

📋 copy color: '#BA10E5'

red 186 ◦ green 16 ◦ blue 229

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

Shades of Electric Purple #BA10E5

Tints of Electric Purple #BA10E5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.71%

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

R = 43.16%
G = 3.71%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA10E5 (or 0xBA10E5) is known color: Electric Purple. HEX triplet: BA, 10 and E5. RGB value is (186,16,229). Sum of RGB (Red+Green+Blue) = 186+16+229=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA10E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10E5 is #45EF1A. Grayscale: #5A5A5A. Windows color (decimal): -4583195 or 15012026. OLE color: 15012026.

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

Color convert

RGB 186 16 229 -
CMYK 0.19 0.93 0 0.10
HSL 287.89º 0.87% 0.48% -
HSV(B) 287.89º 0.93% 0.9% -
XYZ 34.58 16.47 75.48 -
YUV 91.11 205.82 195.68 -
System Red Green Blue C M Y K H S L
Decimal 186 16 229 0.19 0.93 0 0.10 287.89 0.87 0.48
Hex BA 10 E5 13 5D 0 A 120 57 30
Octal 272 20 345 23 135 0 12 440 127 60
Binary 10111010 10000 11100101 10011 1011101 0 1010 100100000 1010111 110000

Color Harmonies of #BA10E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10E5

Black with #BA10E5

Text Example


Text Example

White with #BA10E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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