Html Css Color HEX #BA12EB Electric Purple

📋 copy color: '#BA12EB'

red 186 ◦ green 18 ◦ blue 235

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

Shades of Electric Purple #BA12EB

Tints of Electric Purple #BA12EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.1%

 BLUE value IS 235 (92.19% from 255) = 53.53%

R = 42.37%
G = 4.1%
B = 53.53%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA12EB (or 0xBA12EB) is known color: Electric Purple. HEX triplet: BA, 12 and EB. RGB value is (186,18,235). Sum of RGB (Red+Green+Blue) = 186+18+235=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA12EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12EB is #45ED14. Grayscale: #5C5C5C. Windows color (decimal): -4582677 or 15405754. OLE color: 15405754.

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

Color convert

RGB 186 18 235 -
CMYK 0.21 0.92 0 0.08
HSL 286.45º 0.86% 0.5% -
HSV(B) 286.45º 0.92% 0.92% -
XYZ 35.46 16.87 79.98 -
YUV 92.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 186 18 235 0.21 0.92 0 0.08 286.45 0.86 0.5
Hex BA 12 EB 15 5C 0 8 11E 56 32
Octal 272 22 353 25 134 0 10 436 126 62
Binary 10111010 10010 11101011 10101 1011100 0 1000 100011110 1010110 110010

Color Harmonies of #BA12EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12EB

Black with #BA12EB

Text Example


Text Example

White with #BA12EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12EB; }

 p { color: rgb(186,18,235); }

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

background-color css

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

 a { background-color: rgb(186,18,235); }

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

border-color css

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

 span { border-color: rgb(186,18,235); }

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