Html Css Color HEX #BA03EF Electric Purple

📋 copy color: '#BA03EF'

red 186 ◦ green 3 ◦ blue 239

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

Shades of Electric Purple #BA03EF

Tints of Electric Purple #BA03EF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 43.46%
G = 0.7%
B = 55.84%

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

#BA03EF (or 0xBA03EF) is known color: Electric Purple. HEX triplet: BA, 03 and EF. RGB value is (186,3,239). Sum of RGB (Red+Green+Blue) = 186+3+239=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA03EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03EF is #45FC10. Grayscale: #535353. Windows color (decimal): -4586513 or 15664058. OLE color: 15664058.

HSL color Cylindrical-coordinate representation of color #BA03EF: hue angle of 286.53º 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 #BA03EF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

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

Color Harmonies of #BA03EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03EF

Black with #BA03EF

Text Example


Text Example

White with #BA03EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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