Html Css Color HEX #BA04E8 Electric Purple

📋 copy color: '#BA04E8'

red 186 ◦ green 4 ◦ blue 232

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

Shades of Electric Purple #BA04E8

Tints of Electric Purple #BA04E8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.95%

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

R = 44.08%
G = 0.95%
B = 54.98%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA04E8 (or 0xBA04E8) is known color: Electric Purple. HEX triplet: BA, 04 and E8. RGB value is (186,4,232). Sum of RGB (Red+Green+Blue) = 186+4+232=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA04E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04E8 is #45FB17. Grayscale: #535353. Windows color (decimal): -4586264 or 15205562. OLE color: 15205562.

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

Color convert

RGB 186 4 232 -
CMYK 0.20 0.98 0 0.09
HSL 287.89º 0.97% 0.46% -
HSV(B) 287.89º 0.98% 0.91% -
XYZ 34.86 16.35 77.66 -
YUV 84.41 211.3 200.46 -
System Red Green Blue C M Y K H S L
Decimal 186 4 232 0.20 0.98 0 0.09 287.89 0.97 0.46
Hex BA 4 E8 14 62 0 9 120 61 2E
Octal 272 4 350 24 142 0 11 440 141 56
Binary 10111010 100 11101000 10100 1100010 0 1001 100100000 1100001 101110

Color Harmonies of #BA04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04E8

Black with #BA04E8

Text Example


Text Example

White with #BA04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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