Html Css Color HEX #BA18EA Electric Purple

📋 copy color: '#BA18EA'

red 186 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #BA18EA

Tints of Electric Purple #BA18EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

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

R = 41.89%
G = 5.41%
B = 52.7%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA18EA (or 0xBA18EA) is known color: Electric Purple. HEX triplet: BA, 18 and EA. RGB value is (186,24,234). Sum of RGB (Red+Green+Blue) = 186+24+234=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18EA is #45E715. Grayscale: #5F5F5F. Windows color (decimal): -4581142 or 15341754. OLE color: 15341754.

HSL color Cylindrical-coordinate representation of color #BA18EA: hue angle of 286.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA18EA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 24 234 -
CMYK 0.21 0.90 0 0.08
HSL 286.29º 0.83% 0.51% -
HSV(B) 286.29º 0.9% 0.92% -
XYZ 35.43 17.03 79.26 -
YUV 96.38 205.67 191.92 -
System Red Green Blue C M Y K H S L
Decimal 186 24 234 0.21 0.90 0 0.08 286.29 0.83 0.51
Hex BA 18 EA 15 5A 0 8 11E 53 33
Octal 272 30 352 25 132 0 10 436 123 63
Binary 10111010 11000 11101010 10101 1011010 0 1000 100011110 1010011 110011

Color Harmonies of #BA18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18EA

Black with #BA18EA

Text Example


Text Example

White with #BA18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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