Html Css Color HEX #BA02EF Electric Purple

📋 copy color: '#BA02EF'

red 186 ◦ green 2 ◦ blue 239

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

Shades of Electric Purple #BA02EF

Tints of Electric Purple #BA02EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.97%

R = 43.56%
G = 0.47%
B = 55.97%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA02EF (or 0xBA02EF) is known color: Electric Purple. HEX triplet: BA, 02 and EF. RGB value is (186,2,239). Sum of RGB (Red+Green+Blue) = 186+2+239=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02EF is #45FD10. Grayscale: #535353. Windows color (decimal): -4586769 or 15663802. OLE color: 15663802.

HSL color Cylindrical-coordinate representation of color #BA02EF: hue angle of 286.58º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02EF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 2 239 -
CMYK 0.22 0.99 0 0.06
HSL 286.58º 0.98% 0.47% -
HSV(B) 286.58º 0.99% 0.94% -
XYZ 35.85 16.71 83 -
YUV 84.03 215.46 200.73 -
System Red Green Blue C M Y K H S L
Decimal 186 2 239 0.22 0.99 0 0.06 286.58 0.98 0.47
Hex BA 2 EF 16 63 0 6 11F 62 2F
Octal 272 2 357 26 143 0 6 437 142 57
Binary 10111010 10 11101111 10110 1100011 0 110 100011111 1100010 101111

Color Harmonies of #BA02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02EF

Black with #BA02EF

Text Example


Text Example

White with #BA02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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