Html Css Color HEX #BA15F1 Electric Purple

📋 copy color: '#BA15F1'

red 186 ◦ green 21 ◦ blue 241

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

Shades of Electric Purple #BA15F1

Tints of Electric Purple #BA15F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

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

R = 41.52%
G = 4.69%
B = 53.79%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA15F1 (or 0xBA15F1) is known color: Electric Purple. HEX triplet: BA, 15 and F1. RGB value is (186,21,241). Sum of RGB (Red+Green+Blue) = 186+21+241=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA15F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15F1 is #45EA0E. Grayscale: #5E5E5E. Windows color (decimal): -4581903 or 15799738. OLE color: 15799738.

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

Color convert

RGB 186 21 241 -
CMYK 0.23 0.91 0 0.05
HSL 285º 0.89% 0.51% -
HSV(B) 285º 0.91% 0.95% -
XYZ 36.4 17.33 84.65 -
YUV 95.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 186 21 241 0.23 0.91 0 0.05 285 0.89 0.51
Hex BA 15 F1 17 5B 0 5 11D 59 33
Octal 272 25 361 27 133 0 5 435 131 63
Binary 10111010 10101 11110001 10111 1011011 0 101 100011101 1011001 110011

Color Harmonies of #BA15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15F1

Black with #BA15F1

Text Example


Text Example

White with #BA15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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