Html Css Color HEX #BA0AE8 Electric Purple

📋 copy color: '#BA0AE8'

red 186 ◦ green 10 ◦ blue 232

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

Shades of Electric Purple #BA0AE8

Tints of Electric Purple #BA0AE8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 232 (91.02% from 255) = 54.21%

R = 43.46%
G = 2.34%
B = 54.21%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA0AE8 (or 0xBA0AE8) is known color: Electric Purple. HEX triplet: BA, 0A and E8. RGB value is (186,10,232). Sum of RGB (Red+Green+Blue) = 186+10+232=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA0AE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AE8 is #45F517. Grayscale: #575757. Windows color (decimal): -4584728 or 15207098. OLE color: 15207098.

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

Color convert

RGB 186 10 232 -
CMYK 0.20 0.96 0 0.09
HSL 287.57º 0.92% 0.47% -
HSV(B) 287.57º 0.96% 0.91% -
XYZ 34.92 16.48 77.68 -
YUV 87.93 209.31 197.95 -
System Red Green Blue C M Y K H S L
Decimal 186 10 232 0.20 0.96 0 0.09 287.57 0.92 0.47
Hex BA A E8 14 60 0 9 120 5C 2F
Octal 272 12 350 24 140 0 11 440 134 57
Binary 10111010 1010 11101000 10100 1100000 0 1001 100100000 1011100 101111

Color Harmonies of #BA0AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AE8

Black with #BA0AE8

Text Example


Text Example

White with #BA0AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AE8; }

 p { color: rgb(186,10,232); }

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

background-color css

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

 a { background-color: rgb(186,10,232); }

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

border-color css

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

 span { border-color: rgb(186,10,232); }

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