Html Css Color HEX #BA12E9 Electric Purple

📋 copy color: '#BA12E9'

red 186 ◦ green 18 ◦ blue 233

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

Shades of Electric Purple #BA12E9

Tints of Electric Purple #BA12E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.32%

R = 42.56%
G = 4.12%
B = 53.32%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA12E9 (or 0xBA12E9) is known color: Electric Purple. HEX triplet: BA, 12 and E9. RGB value is (186,18,233). Sum of RGB (Red+Green+Blue) = 186+18+233=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA12E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12E9 is #45ED16. Grayscale: #5C5C5C. Windows color (decimal): -4582679 or 15274682. OLE color: 15274682.

HSL color Cylindrical-coordinate representation of color #BA12E9: hue angle of 286.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12E9 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 18 233 -
CMYK 0.20 0.92 0 0.09
HSL 286.88º 0.86% 0.49% -
HSV(B) 286.88º 0.92% 0.91% -
XYZ 35.17 16.75 78.47 -
YUV 92.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 186 18 233 0.20 0.92 0 0.09 286.88 0.86 0.49
Hex BA 12 E9 14 5C 0 9 11F 56 31
Octal 272 22 351 24 134 0 11 437 126 61
Binary 10111010 10010 11101001 10100 1011100 0 1001 100011111 1010110 110001

Color Harmonies of #BA12E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12E9

Black with #BA12E9

Text Example


Text Example

White with #BA12E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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