Html Css Color HEX #BA1CF7 Electric Purple

📋 copy color: '#BA1CF7'

red 186 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #BA1CF7

Tints of Electric Purple #BA1CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

 BLUE value IS 247 (96.88% from 255) = 53.58%

R = 40.35%
G = 6.07%
B = 53.58%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA1CF7 (or 0xBA1CF7) is known color: Electric Purple. HEX triplet: BA, 1C and F7. RGB value is (186,28,247). Sum of RGB (Red+Green+Blue) = 186+28+247=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA1CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CF7 is #45E308. Grayscale: #636363. Windows color (decimal): -4580105 or 16194746. OLE color: 16194746.

HSL color Cylindrical-coordinate representation of color #BA1CF7: hue angle of 283.29º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CF7 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 28 247 -
CMYK 0.25 0.89 0 0.03
HSL 283.29º 0.93% 0.54% -
HSV(B) 283.29º 0.89% 0.97% -
XYZ 37.45 17.99 89.49 -
YUV 100.21 210.85 189.19 -
System Red Green Blue C M Y K H S L
Decimal 186 28 247 0.25 0.89 0 0.03 283.29 0.93 0.54
Hex BA 1C F7 19 59 0 3 11B 5D 36
Octal 272 34 367 31 131 0 3 433 135 66
Binary 10111010 11100 11110111 11001 1011001 0 11 100011011 1011101 110110

Color Harmonies of #BA1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CF7

Black with #BA1CF7

Text Example


Text Example

White with #BA1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CF7; }

 p { color: rgb(186,28,247); }

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

background-color css

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

 a { background-color: rgb(186,28,247); }

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

border-color css

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

 span { border-color: rgb(186,28,247); }

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