Html Css Color HEX #BA13E6 Electric Purple

📋 copy color: '#BA13E6'

red 186 ◦ green 19 ◦ blue 230

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

Shades of Electric Purple #BA13E6

Tints of Electric Purple #BA13E6

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.37%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 42.76%
G = 4.37%
B = 52.87%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA13E6 (or 0xBA13E6) is known color: Electric Purple. HEX triplet: BA, 13 and E6. RGB value is (186,19,230). Sum of RGB (Red+Green+Blue) = 186+19+230=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA13E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13E6 is #45EC19. Grayscale: #5C5C5C. Windows color (decimal): -4582426 or 15078330. OLE color: 15078330.

HSL color Cylindrical-coordinate representation of color #BA13E6: hue angle of 287.49º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA13E6 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 19 230 -
CMYK 0.19 0.92 0 0.10
HSL 287.49º 0.85% 0.49% -
HSV(B) 287.49º 0.92% 0.9% -
XYZ 34.77 16.62 76.24 -
YUV 92.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 186 19 230 0.19 0.92 0 0.10 287.49 0.85 0.49
Hex BA 13 E6 13 5C 0 A 11F 55 31
Octal 272 23 346 23 134 0 12 437 125 61
Binary 10111010 10011 11100110 10011 1011100 0 1010 100011111 1010101 110001

Color Harmonies of #BA13E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13E6

Black with #BA13E6

Text Example


Text Example

White with #BA13E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13E6; }

 p { color: rgb(186,19,230); }

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

background-color css

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

 a { background-color: rgb(186,19,230); }

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

border-color css

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

 span { border-color: rgb(186,19,230); }

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