Html Css Color HEX #BA17EF Electric Purple

📋 copy color: '#BA17EF'

red 186 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #BA17EF

Tints of Electric Purple #BA17EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.13%

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

R = 41.52%
G = 5.13%
B = 53.35%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA17EF (or 0xBA17EF) is known color: Electric Purple. HEX triplet: BA, 17 and EF. RGB value is (186,23,239). Sum of RGB (Red+Green+Blue) = 186+23+239=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17EF is #45E810. Grayscale: #5F5F5F. Windows color (decimal): -4581393 or 15669178. OLE color: 15669178.

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

Color convert

RGB 186 23 239 -
CMYK 0.22 0.90 0 0.06
HSL 285.28º 0.87% 0.51% -
HSV(B) 285.28º 0.9% 0.94% -
XYZ 36.14 17.28 83.09 -
YUV 96.36 208.5 191.94 -
System Red Green Blue C M Y K H S L
Decimal 186 23 239 0.22 0.90 0 0.06 285.28 0.87 0.51
Hex BA 17 EF 16 5A 0 6 11D 57 33
Octal 272 27 357 26 132 0 6 435 127 63
Binary 10111010 10111 11101111 10110 1011010 0 110 100011101 1010111 110011

Color Harmonies of #BA17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17EF

Black with #BA17EF

Text Example


Text Example

White with #BA17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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