Html Css Color HEX #BA13F1 Electric Purple

📋 copy color: '#BA13F1'

red 186 ◦ green 19 ◦ blue 241

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

Shades of Electric Purple #BA13F1

Tints of Electric Purple #BA13F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.04%

R = 41.7%
G = 4.26%
B = 54.04%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA13F1 (or 0xBA13F1) is known color: Electric Purple. HEX triplet: BA, 13 and F1. RGB value is (186,19,241). Sum of RGB (Red+Green+Blue) = 186+19+241=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA13F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13F1 is #45EC0E. Grayscale: #5D5D5D. Windows color (decimal): -4582415 or 15799226. OLE color: 15799226.

HSL color Cylindrical-coordinate representation of color #BA13F1: hue angle of 285.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA13F1 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 19 241 -
CMYK 0.23 0.92 0 0.05
HSL 285.14º 0.89% 0.51% -
HSV(B) 285.14º 0.92% 0.95% -
XYZ 36.36 17.26 84.63 -
YUV 94.24 210.83 193.45 -
System Red Green Blue C M Y K H S L
Decimal 186 19 241 0.23 0.92 0 0.05 285.14 0.89 0.51
Hex BA 13 F1 17 5C 0 5 11D 59 33
Octal 272 23 361 27 134 0 5 435 131 63
Binary 10111010 10011 11110001 10111 1011100 0 101 100011101 1011001 110011

Color Harmonies of #BA13F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13F1

Black with #BA13F1

Text Example


Text Example

White with #BA13F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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