Html Css Color HEX #BA15EA Electric Purple

📋 copy color: '#BA15EA'

red 186 ◦ green 21 ◦ blue 234

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

Shades of Electric Purple #BA15EA

Tints of Electric Purple #BA15EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.06%

R = 42.18%
G = 4.76%
B = 53.06%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA15EA (or 0xBA15EA) is known color: Electric Purple. HEX triplet: BA, 15 and EA. RGB value is (186,21,234). Sum of RGB (Red+Green+Blue) = 186+21+234=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15EA is #45EA15. Grayscale: #5D5D5D. Windows color (decimal): -4581910 or 15340986. OLE color: 15340986.

HSL color Cylindrical-coordinate representation of color #BA15EA: hue angle of 286.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15EA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 21 234 -
CMYK 0.21 0.91 0 0.08
HSL 286.48º 0.84% 0.5% -
HSV(B) 286.48º 0.91% 0.92% -
XYZ 35.37 16.92 79.24 -
YUV 94.62 206.66 193.18 -
System Red Green Blue C M Y K H S L
Decimal 186 21 234 0.21 0.91 0 0.08 286.48 0.84 0.5
Hex BA 15 EA 15 5B 0 8 11E 54 32
Octal 272 25 352 25 133 0 10 436 124 62
Binary 10111010 10101 11101010 10101 1011011 0 1000 100011110 1010100 110010

Color Harmonies of #BA15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15EA

Black with #BA15EA

Text Example


Text Example

White with #BA15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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