Html Css Color HEX #BA13F7 Electric Purple

📋 copy color: '#BA13F7'

red 186 ◦ green 19 ◦ blue 247

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

Shades of Electric Purple #BA13F7

Tints of Electric Purple #BA13F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 54.65%

R = 41.15%
G = 4.2%
B = 54.65%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA13F7 (or 0xBA13F7) is known color: Electric Purple. HEX triplet: BA, 13 and F7. RGB value is (186,19,247). Sum of RGB (Red+Green+Blue) = 186+19+247=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA13F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13F7 is #45EC08. Grayscale: #5E5E5E. Windows color (decimal): -4582409 or 16192442. OLE color: 16192442.

HSL color Cylindrical-coordinate representation of color #BA13F7: hue angle of 283.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA13F7 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 19 247 -
CMYK 0.25 0.92 0 0.03
HSL 283.95º 0.93% 0.52% -
HSV(B) 283.95º 0.92% 0.97% -
XYZ 37.27 17.62 89.43 -
YUV 94.93 213.83 192.96 -
System Red Green Blue C M Y K H S L
Decimal 186 19 247 0.25 0.92 0 0.03 283.95 0.93 0.52
Hex BA 13 F7 19 5C 0 3 11C 5D 34
Octal 272 23 367 31 134 0 3 434 135 64
Binary 10111010 10011 11110111 11001 1011100 0 11 100011100 1011101 110100

Color Harmonies of #BA13F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13F7

Black with #BA13F7

Text Example


Text Example

White with #BA13F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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