Html Css Color HEX #BA1BF7 Electric Purple

📋 copy color: '#BA1BF7'

red 186 ◦ green 27 ◦ blue 247

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

Shades of Electric Purple #BA1BF7

Tints of Electric Purple #BA1BF7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.87%

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

R = 40.43%
G = 5.87%
B = 53.7%

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

#BA1BF7 (or 0xBA1BF7) is known color: Electric Purple. HEX triplet: BA, 1B and F7. RGB value is (186,27,247). Sum of RGB (Red+Green+Blue) = 186+27+247=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA1BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BF7 is #45E408. Grayscale: #626262. Windows color (decimal): -4580361 or 16194490. OLE color: 16194490.

HSL color Cylindrical-coordinate representation of color #BA1BF7: hue angle of 283.36º 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 #BA1BF7 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 27 247 -
CMYK 0.25 0.89 0 0.03
HSL 283.36º 0.93% 0.54% -
HSV(B) 283.36º 0.89% 0.97% -
XYZ 37.43 17.94 89.49 -
YUV 99.62 211.18 189.61 -
System Red Green Blue C M Y K H S L
Decimal 186 27 247 0.25 0.89 0 0.03 283.36 0.93 0.54
Hex BA 1B F7 19 59 0 3 11B 5D 36
Octal 272 33 367 31 131 0 3 433 135 66
Binary 10111010 11011 11110111 11001 1011001 0 11 100011011 1011101 110110

Color Harmonies of #BA1BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BF7

Black with #BA1BF7

Text Example


Text Example

White with #BA1BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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