Html Css Color HEX #BA0AE4 Electric Purple

📋 copy color: '#BA0AE4'

red 186 ◦ green 10 ◦ blue 228

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

Shades of Electric Purple #BA0AE4

Tints of Electric Purple #BA0AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.77%

R = 43.87%
G = 2.36%
B = 53.77%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA0AE4 (or 0xBA0AE4) is known color: Electric Purple. HEX triplet: BA, 0A and E4. RGB value is (186,10,228). Sum of RGB (Red+Green+Blue) = 186+10+228=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA0AE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0AE4 is #45F51B. Grayscale: #565656. Windows color (decimal): -4584732 or 14944954. OLE color: 14944954.

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

Color convert

RGB 186 10 228 -
CMYK 0.18 0.96 0 0.11
HSL 288.44º 0.92% 0.47% -
HSV(B) 288.44º 0.96% 0.89% -
XYZ 34.36 16.26 74.73 -
YUV 87.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 186 10 228 0.18 0.96 0 0.11 288.44 0.92 0.47
Hex BA A E4 12 60 0 B 120 5C 2F
Octal 272 12 344 22 140 0 13 440 134 57
Binary 10111010 1010 11100100 10010 1100000 0 1011 100100000 1011100 101111

Color Harmonies of #BA0AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AE4

Black with #BA0AE4

Text Example


Text Example

White with #BA0AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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