Html Css Color HEX #BA1FF0 Electric Purple

📋 copy color: '#BA1FF0'

red 186 ◦ green 31 ◦ blue 240

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

Shades of Electric Purple #BA1FF0

Tints of Electric Purple #BA1FF0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.78%

 BLUE value IS 240 (94.14% from 255) = 52.52%

R = 40.7%
G = 6.78%
B = 52.52%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA1FF0 (or 0xBA1FF0) is known color: Electric Purple. HEX triplet: BA, 1F and F0. RGB value is (186,31,240). Sum of RGB (Red+Green+Blue) = 186+31+240=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA1FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FF0 is #45E00F. Grayscale: #646464. Windows color (decimal): -4579344 or 15736762. OLE color: 15736762.

HSL color Cylindrical-coordinate representation of color #BA1FF0: hue angle of 284.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FF0 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 31 240 -
CMYK 0.22 0.87 0 0.06
HSL 284.5º 0.87% 0.53% -
HSV(B) 284.5º 0.87% 0.94% -
XYZ 36.47 17.71 83.93 -
YUV 101.17 206.35 188.51 -
System Red Green Blue C M Y K H S L
Decimal 186 31 240 0.22 0.87 0 0.06 284.5 0.87 0.53
Hex BA 1F F0 16 57 0 6 11C 57 35
Octal 272 37 360 26 127 0 6 434 127 65
Binary 10111010 11111 11110000 10110 1010111 0 110 100011100 1010111 110101

Color Harmonies of #BA1FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FF0

Black with #BA1FF0

Text Example


Text Example

White with #BA1FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FF0; }

 p { color: rgb(186,31,240); }

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

background-color css

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

 a { background-color: rgb(186,31,240); }

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

border-color css

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

 span { border-color: rgb(186,31,240); }

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