Html Css Color HEX #BA14EA Electric Purple

📋 copy color: '#BA14EA'

red 186 ◦ green 20 ◦ blue 234

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

Shades of Electric Purple #BA14EA

Tints of Electric Purple #BA14EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.55%

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

R = 42.27%
G = 4.55%
B = 53.18%

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

#BA14EA (or 0xBA14EA) is known color: Electric Purple. HEX triplet: BA, 14 and EA. RGB value is (186,20,234). Sum of RGB (Red+Green+Blue) = 186+20+234=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA14EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA14EA is #45EB15. Grayscale: #5D5D5D. Windows color (decimal): -4582166 or 15340730. OLE color: 15340730.

HSL color Cylindrical-coordinate representation of color #BA14EA: hue angle of 286.54º 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 #BA14EA is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 20 234 -
CMYK 0.21 0.91 0 0.08
HSL 286.54º 0.84% 0.5% -
HSV(B) 286.54º 0.91% 0.92% -
XYZ 35.35 16.88 79.24 -
YUV 94.03 207 193.6 -
System Red Green Blue C M Y K H S L
Decimal 186 20 234 0.21 0.91 0 0.08 286.54 0.84 0.5
Hex BA 14 EA 15 5B 0 8 11F 54 32
Octal 272 24 352 25 133 0 10 437 124 62
Binary 10111010 10100 11101010 10101 1011011 0 1000 100011111 1010100 110010

Color Harmonies of #BA14EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA14EA

Black with #BA14EA

Text Example


Text Example

White with #BA14EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA14EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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