Html Css Color HEX #BA14F1 Electric Purple

📋 copy color: '#BA14F1'

red 186 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #BA14F1

Tints of Electric Purple #BA14F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.47%

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

R = 41.61%
G = 4.47%
B = 53.91%

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

#BA14F1 (or 0xBA14F1) is known color: Electric Purple. HEX triplet: BA, 14 and F1. RGB value is (186,20,241). Sum of RGB (Red+Green+Blue) = 186+20+241=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA14F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA14F1 is #45EB0E. Grayscale: #5E5E5E. Windows color (decimal): -4582159 or 15799482. OLE color: 15799482.

HSL color Cylindrical-coordinate representation of color #BA14F1: hue angle of 285.07º 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 #BA14F1 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 20 241 -
CMYK 0.23 0.92 0 0.05
HSL 285.07º 0.89% 0.51% -
HSV(B) 285.07º 0.92% 0.95% -
XYZ 36.38 17.29 84.64 -
YUV 94.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 186 20 241 0.23 0.92 0 0.05 285.07 0.89 0.51
Hex BA 14 F1 17 5C 0 5 11D 59 33
Octal 272 24 361 27 134 0 5 435 131 63
Binary 10111010 10100 11110001 10111 1011100 0 101 100011101 1011001 110011

Color Harmonies of #BA14F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA14F1

Black with #BA14F1

Text Example


Text Example

White with #BA14F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA14F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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