Html Css Color HEX #BA02EA Electric Purple

📋 copy color: '#BA02EA'

red 186 ◦ green 2 ◦ blue 234

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

Shades of Electric Purple #BA02EA

Tints of Electric Purple #BA02EA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 44.08%
G = 0.47%
B = 55.45%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA02EA (or 0xBA02EA) is known color: Electric Purple. HEX triplet: BA, 02 and EA. RGB value is (186,2,234). Sum of RGB (Red+Green+Blue) = 186+2+234=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA02EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02EA is #45FD15. Grayscale: #525252. Windows color (decimal): -4586774 or 15336122. OLE color: 15336122.

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

Color convert

RGB 186 2 234 -
CMYK 0.21 0.99 0 0.08
HSL 287.59º 0.98% 0.46% -
HSV(B) 287.59º 0.99% 0.92% -
XYZ 35.12 16.42 79.16 -
YUV 83.46 212.96 201.14 -
System Red Green Blue C M Y K H S L
Decimal 186 2 234 0.21 0.99 0 0.08 287.59 0.98 0.46
Hex BA 2 EA 15 63 0 8 120 62 2E
Octal 272 2 352 25 143 0 10 440 142 56
Binary 10111010 10 11101010 10101 1100011 0 1000 100100000 1100010 101110

Color Harmonies of #BA02EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02EA

Black with #BA02EA

Text Example


Text Example

White with #BA02EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02EA; }

 p { color: rgb(186,2,234); }

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

background-color css

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

 a { background-color: rgb(186,2,234); }

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

border-color css

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

 span { border-color: rgb(186,2,234); }

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