Html Css Color HEX #BA1FF9 Electric Purple

📋 copy color: '#BA1FF9'

red 186 ◦ green 31 ◦ blue 249

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

Shades of Electric Purple #BA1FF9

Tints of Electric Purple #BA1FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.43%

R = 39.91%
G = 6.65%
B = 53.43%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA1FF9 (or 0xBA1FF9) is known color: Electric Purple. HEX triplet: BA, 1F and F9. RGB value is (186,31,249). Sum of RGB (Red+Green+Blue) = 186+31+249=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA1FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FF9 is #45E006. Grayscale: #656565. Windows color (decimal): -4579335 or 16326586. OLE color: 16326586.

HSL color Cylindrical-coordinate representation of color #BA1FF9: hue angle of 282.66º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1FF9 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 31 249 -
CMYK 0.25 0.88 0 0.02
HSL 282.66º 0.95% 0.55% -
HSV(B) 282.66º 0.88% 0.98% -
XYZ 37.84 18.26 91.15 -
YUV 102.2 210.85 187.77 -
System Red Green Blue C M Y K H S L
Decimal 186 31 249 0.25 0.88 0 0.02 282.66 0.95 0.55
Hex BA 1F F9 19 58 0 2 11B 5F 37
Octal 272 37 371 31 130 0 2 433 137 67
Binary 10111010 11111 11111001 11001 1011000 0 10 100011011 1011111 110111

Color Harmonies of #BA1FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FF9

Black with #BA1FF9

Text Example


Text Example

White with #BA1FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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