Html Css Color HEX #BA17EE Electric Purple

📋 copy color: '#BA17EE'

red 186 ◦ green 23 ◦ blue 238

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

Shades of Electric Purple #BA17EE

Tints of Electric Purple #BA17EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 41.61%
G = 5.15%
B = 53.24%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA17EE (or 0xBA17EE) is known color: Electric Purple. HEX triplet: BA, 17 and EE. RGB value is (186,23,238). Sum of RGB (Red+Green+Blue) = 186+23+238=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17EE is #45E811. Grayscale: #5F5F5F. Windows color (decimal): -4581394 or 15603642. OLE color: 15603642.

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

Color convert

RGB 186 23 238 -
CMYK 0.22 0.90 0 0.07
HSL 285.49º 0.86% 0.51% -
HSV(B) 285.49º 0.9% 0.93% -
XYZ 35.99 17.22 82.32 -
YUV 96.25 208 192.02 -
System Red Green Blue C M Y K H S L
Decimal 186 23 238 0.22 0.90 0 0.07 285.49 0.86 0.51
Hex BA 17 EE 16 5A 0 7 11D 56 33
Octal 272 27 356 26 132 0 7 435 126 63
Binary 10111010 10111 11101110 10110 1011010 0 111 100011101 1010110 110011

Color Harmonies of #BA17EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17EE

Black with #BA17EE

Text Example


Text Example

White with #BA17EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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