Html Css Color HEX #BA00EF Electric Purple

📋 copy color: '#BA00EF'

red 186 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #BA00EF

Tints of Electric Purple #BA00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.76%
G = 0%
B = 56.24%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA00EF (or 0xBA00EF) is known color: Electric Purple. HEX triplet: BA, 00 and EF. RGB value is (186,0,239). Sum of RGB (Red+Green+Blue) = 186+0+239=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA00EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00EF is #45FF10. Grayscale: #525252. Windows color (decimal): -4587281 or 15663290. OLE color: 15663290.

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

Color convert

RGB 186 0 239 -
CMYK 0.22 1 0 0.06
HSL 286.69º 1% 0.47% -
HSV(B) 286.69º 1% 0.94% -
XYZ 35.83 16.67 82.99 -
YUV 82.86 216.12 201.57 -
System Red Green Blue C M Y K H S L
Decimal 186 0 239 0.22 1 0 0.06 286.69 1 0.47
Hex BA 0 EF 16 64 0 6 11F 64 2F
Octal 272 0 357 26 144 0 6 437 144 57
Binary 10111010 0 11101111 10110 1100100 0 110 100011111 1100100 101111

Color Harmonies of #BA00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00EF

Black with #BA00EF

Text Example


Text Example

White with #BA00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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