Html Css Color HEX #BA16F1 Electric Purple

📋 copy color: '#BA16F1'

red 186 ◦ green 22 ◦ blue 241

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

Shades of Electric Purple #BA16F1

Tints of Electric Purple #BA16F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.9%

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

R = 41.43%
G = 4.9%
B = 53.67%

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

#BA16F1 (or 0xBA16F1) is known color: Electric Purple. HEX triplet: BA, 16 and F1. RGB value is (186,22,241). Sum of RGB (Red+Green+Blue) = 186+22+241=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA16F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16F1 is #45E90E. Grayscale: #5F5F5F. Windows color (decimal): -4581647 or 15799994. OLE color: 15799994.

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

Color convert

RGB 186 22 241 -
CMYK 0.23 0.91 0 0.05
HSL 284.93º 0.89% 0.52% -
HSV(B) 284.93º 0.91% 0.95% -
XYZ 36.41 17.36 84.65 -
YUV 96 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 186 22 241 0.23 0.91 0 0.05 284.93 0.89 0.52
Hex BA 16 F1 17 5B 0 5 11D 59 34
Octal 272 26 361 27 133 0 5 435 131 64
Binary 10111010 10110 11110001 10111 1011011 0 101 100011101 1011001 110100

Color Harmonies of #BA16F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16F1

Black with #BA16F1

Text Example


Text Example

White with #BA16F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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