Html Css Color HEX #BA18E1 Electric Purple

📋 copy color: '#BA18E1'

red 186 ◦ green 24 ◦ blue 225

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

Shades of Electric Purple #BA18E1

Tints of Electric Purple #BA18E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.72%

R = 42.76%
G = 5.52%
B = 51.72%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA18E1 (or 0xBA18E1) is known color: Electric Purple. HEX triplet: BA, 18 and E1. RGB value is (186,24,225). Sum of RGB (Red+Green+Blue) = 186+24+225=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA18E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18E1 is #45E71E. Grayscale: #5E5E5E. Windows color (decimal): -4581151 or 14751930. OLE color: 14751930.

HSL color Cylindrical-coordinate representation of color #BA18E1: hue angle of 288.36º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA18E1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 24 225 -
CMYK 0.17 0.89 0 0.12
HSL 288.36º 0.81% 0.49% -
HSV(B) 288.36º 0.89% 0.88% -
XYZ 34.17 16.53 72.62 -
YUV 95.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 186 24 225 0.17 0.89 0 0.12 288.36 0.81 0.49
Hex BA 18 E1 11 59 0 C 120 51 31
Octal 272 30 341 21 131 0 14 440 121 61
Binary 10111010 11000 11100001 10001 1011001 0 1100 100100000 1010001 110001

Color Harmonies of #BA18E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18E1

Black with #BA18E1

Text Example


Text Example

White with #BA18E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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