Html Css Color HEX #BA1DF9 Electric Purple

📋 copy color: '#BA1DF9'

red 186 ◦ green 29 ◦ blue 249

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

Shades of Electric Purple #BA1DF9

Tints of Electric Purple #BA1DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.25%

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

R = 40.09%
G = 6.25%
B = 53.66%

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

#BA1DF9 (or 0xBA1DF9) is known color: Electric Purple. HEX triplet: BA, 1D and F9. RGB value is (186,29,249). Sum of RGB (Red+Green+Blue) = 186+29+249=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DF9 is #45E206. Grayscale: #646464. Windows color (decimal): -4579847 or 16326074. OLE color: 16326074.

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

Color convert

RGB 186 29 249 -
CMYK 0.25 0.88 0 0.02
HSL 282.82º 0.95% 0.55% -
HSV(B) 282.82º 0.88% 0.98% -
XYZ 37.79 18.16 91.14 -
YUV 101.02 211.51 188.61 -
System Red Green Blue C M Y K H S L
Decimal 186 29 249 0.25 0.88 0 0.02 282.82 0.95 0.55
Hex BA 1D F9 19 58 0 2 11B 5F 37
Octal 272 35 371 31 130 0 2 433 137 67
Binary 10111010 11101 11111001 11001 1011000 0 10 100011011 1011111 110111

Color Harmonies of #BA1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DF9

Black with #BA1DF9

Text Example


Text Example

White with #BA1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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