Html Css Color HEX #BA15EF Electric Purple

📋 copy color: '#BA15EF'

red 186 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #BA15EF

Tints of Electric Purple #BA15EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.71%

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

R = 41.7%
G = 4.71%
B = 53.59%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA15EF (or 0xBA15EF) is known color: Electric Purple. HEX triplet: BA, 15 and EF. RGB value is (186,21,239). Sum of RGB (Red+Green+Blue) = 186+21+239=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15EF is #45EA10. Grayscale: #5E5E5E. Windows color (decimal): -4581905 or 15668666. OLE color: 15668666.

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

Color convert

RGB 186 21 239 -
CMYK 0.22 0.91 0 0.06
HSL 285.41º 0.87% 0.51% -
HSV(B) 285.41º 0.91% 0.94% -
XYZ 36.1 17.21 83.08 -
YUV 95.19 209.16 192.77 -
System Red Green Blue C M Y K H S L
Decimal 186 21 239 0.22 0.91 0 0.06 285.41 0.87 0.51
Hex BA 15 EF 16 5B 0 6 11D 57 33
Octal 272 25 357 26 133 0 6 435 127 63
Binary 10111010 10101 11101111 10110 1011011 0 110 100011101 1010111 110011

Color Harmonies of #BA15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15EF

Black with #BA15EF

Text Example


Text Example

White with #BA15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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